Lines Matching refs:AddInstruction
91 void AddInstruction(HInstruction* instr, HSourcePosition position);
121 AddInstruction(instr, position);
1076 HInstruction* AddInstruction(HInstruction* instr);
1113 HInstruction* AddUncasted() { return AddInstruction(NewUncasted<I>());} in AddUncasted()
1128 HInstruction* result = AddInstruction(NewUncasted<I>(p1)); in AddUncasted()
1158 HInstruction* result = AddInstruction(NewUncasted<I>(p1, p2)); in AddUncasted()
1186 return AddInstruction(NewUncasted<I>(p1, p2, p3)); in AddUncasted()
1206 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4)); in AddUncasted()
1226 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5)); in AddUncasted()
1246 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5, p6)); in AddUncasted()
1269 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5, p6, p7)); in AddUncasted()
1295 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5, p6, p7, p8)); in AddUncasted()
1919 return I::cast(AddInstruction(instr)); in AddInstructionTyped()
1963 AddInstruction(instr);
2020 AddInstruction(instr);