Home | History | Annotate | Download | only in src

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>());}
1128 HInstruction* result = AddInstruction(NewUncasted<I>(p1));
1158 HInstruction* result = AddInstruction(NewUncasted<I>(p1, p2));
1186 return AddInstruction(NewUncasted<I>(p1, p2, p3));
1206 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4));
1226 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5));
1246 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5, p6));
1269 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5, p6, p7));
1295 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5, p6, p7, p8));
1919 return I::cast(AddInstruction(instr));
1963 AddInstruction(instr);
2020 AddInstruction(instr);