Lines Matching refs:Insert
370 static HInstruction* Insert(HBasicBlock* block, HInstruction* instruction) { in Insert() function
1088 HInstruction* offset = Insert(preheader, new (global_allocator_) HAdd( in Vectorize()
1090 HInstruction* rem = Insert(preheader, new (global_allocator_) HAnd( in Vectorize()
1092 HInstruction* sub = Insert(preheader, new (global_allocator_) HSub( in Vectorize()
1094 HInstruction* cond = Insert(preheader, new (global_allocator_) HEqual( in Vectorize()
1096 ptc = Insert(preheader, new (global_allocator_) HSelect( in Vectorize()
1113 HInstruction* cond = Insert(preheader, new (global_allocator_) HAboveOrEqual(stc, ptc)); in Vectorize()
1114 ptc = Insert(preheader, new (global_allocator_) HSelect(cond, ptc, stc, kNoDexPc)); in Vectorize()
1116 diff = Insert(preheader, new (global_allocator_) HSub(induc_type, stc, ptc)); in Vectorize()
1118 HInstruction* rem = Insert( in Vectorize()
1122 vtc = Insert(preheader, new (global_allocator_) HSub(induc_type, stc, rem)); in Vectorize()
1129 HInstruction* rt = Insert( in Vectorize()
1132 vtc = Insert(preheader, in Vectorize()
1248 Insert(vector_body_, i->second); in GenerateNewLoop()
1257 Insert(vector_body_, vector_index_); in GenerateNewLoop()
1690 input = Insert(vector_preheader_, in GenerateVecInv()
1695 vector_permanent_map_->Put(org, Insert(vector_preheader_, vector)); in GenerateVecInv()
1708 Insert(vector_body_, subscript); // lacks layout placeholder in GenerateVecSub()
1809 new_init = Insert(vector_preheader_, in GenerateVecReductionPhiInputs()
1817 new_init = Insert(vector_preheader_, in GenerateVecReductionPhiInputs()