Lines Matching defs:NewUncasted
1111 HInstruction* NewUncasted() {
1121 HInstruction* AddUncasted() { return AddInstruction(NewUncasted<I>());}
1127 HInstruction* NewUncasted(P1 p1) {
1138 HInstruction* result = AddInstruction(NewUncasted<I>(p1));
1157 HInstruction* NewUncasted(P1 p1, P2 p2) {
1168 HInstruction* result = AddInstruction(NewUncasted<I>(p1, p2));
1185 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3) {
1196 return AddInstruction(NewUncasted<I>(p1, p2, p3));
1205 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4) {
1216 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4));
1225 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) {
1236 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5));
1245 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) {
1256 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5, p6));
1266 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) {
1279 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5, p6, p7));
1290 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4,
1305 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5, p6, p7, p8));
1325 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5, p6, p7, p8, p9));