Lines Matching refs:AddInstruction
114 void AddInstruction(HInstruction* instr, SourcePosition position);
143 AddInstruction(instr, position);
1091 HInstruction* AddInstruction(HInstruction* instr);
1132 HInstruction* AddUncasted() { return AddInstruction(NewUncasted<I>());} in AddUncasted()
1149 HInstruction* result = AddInstruction(NewUncasted<I>(p1)); in AddUncasted()
1179 HInstruction* result = AddInstruction(NewUncasted<I>(p1, p2)); in AddUncasted()
1207 return AddInstruction(NewUncasted<I>(p1, p2, p3)); in AddUncasted()
1227 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4)); in AddUncasted()
1247 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5)); in AddUncasted()
1267 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5, p6)); in AddUncasted()
1290 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5, p6, p7)); in AddUncasted()
1316 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5, p6, p7, p8)); in AddUncasted()
1336 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5, p6, p7, p8, p9)); in AddUncasted()
1969 return I::cast(AddInstruction(instr)); in AddInstructionTyped()
2014 AddInstruction(instr);
2070 AddInstruction(instr);