Lines Matching refs:Insert

370 static HInstruction* Insert(HBasicBlock* block, HInstruction* instruction) {  in Insert()  function
1091 HInstruction* offset = Insert(preheader, new (global_allocator_) HAdd( in Vectorize()
1093 HInstruction* rem = Insert(preheader, new (global_allocator_) HAnd( in Vectorize()
1095 HInstruction* sub = Insert(preheader, new (global_allocator_) HSub( in Vectorize()
1097 HInstruction* cond = Insert(preheader, new (global_allocator_) HEqual( in Vectorize()
1099 ptc = Insert(preheader, new (global_allocator_) HSelect( in Vectorize()
1117 HInstruction* cond = Insert(preheader, new (global_allocator_) HAboveOrEqual(stc, ptc)); in Vectorize()
1118 ptc = Insert(preheader, new (global_allocator_) HSelect(cond, ptc, stc, kNoDexPc)); in Vectorize()
1120 diff = Insert(preheader, new (global_allocator_) HSub(induc_type, stc, ptc)); in Vectorize()
1122 HInstruction* rem = Insert( in Vectorize()
1126 vtc = Insert(preheader, new (global_allocator_) HSub(induc_type, stc, rem)); in Vectorize()
1133 HInstruction* rt = Insert( in Vectorize()
1136 vtc = Insert(preheader, in Vectorize()
1280 Insert(vector_body_, i->second); in GenerateNewLoop()
1293 Insert(vector_body_, vector_index_); in GenerateNewLoop()
1764 input = Insert(vector_preheader_, in GenerateVecInv()
1769 vector_permanent_map_->Put(org, Insert(vector_preheader_, vector)); in GenerateVecInv()
1791 Insert(vector_body_, subscript); // lacks layout placeholder in GenerateVecSub()
1892 new_init = Insert(vector_preheader_, in GenerateVecReductionPhiInputs()
1900 new_init = Insert(vector_preheader_, in GenerateVecReductionPhiInputs()