Lines Matching refs:NewUncasted
1071 HInstruction* NewUncasted() { in NewUncasted() function
1081 HInstruction* AddUncasted() { return AddInstruction(NewUncasted<I>());} in AddUncasted()
1087 HInstruction* NewUncasted(P1 p1) { in NewUncasted() function
1098 HInstruction* result = AddInstruction(NewUncasted<I>(p1)); in AddUncasted()
1117 HInstruction* NewUncasted(P1 p1, P2 p2) { in NewUncasted() function
1128 HInstruction* result = AddInstruction(NewUncasted<I>(p1, p2)); in AddUncasted()
1145 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3) { in NewUncasted() function
1156 return AddInstruction(NewUncasted<I>(p1, p2, p3)); in AddUncasted()
1165 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4) { in NewUncasted() function
1176 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4)); in AddUncasted()
1185 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) { in NewUncasted() function
1196 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5)); in AddUncasted()
1205 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) { in NewUncasted() function
1216 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5, p6)); in AddUncasted()
1226 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) { in NewUncasted() function
1239 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5, p6, p7)); in AddUncasted()
1250 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4, in NewUncasted() function
1265 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5, p6, p7, p8)); in AddUncasted()