Lines Matching refs:AddUncasted
1081 HInstruction* AddUncasted() { return AddInstruction(NewUncasted<I>());} in AddUncasted() function
1097 HInstruction* AddUncasted(P1 p1) { in AddUncasted() function
1127 HInstruction* AddUncasted(P1 p1, P2 p2) { in AddUncasted() function
1155 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3) { in AddUncasted() function
1175 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4) { in AddUncasted() function
1195 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) { in AddUncasted() function
1215 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) { in AddUncasted() function
1238 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) { in AddUncasted() function
1263 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, in AddUncasted() function
1290 AddUncasted<HBitwise>(Token::BIT_AND, encoded_field, mask_value); in BuildDecodeField()
1291 return AddUncasted<HShr>(masked_field, in BuildDecodeField()
1944 inline HInstruction* HGraphBuilder::AddUncasted<HDeoptimize>(
1968 inline HInstruction* HGraphBuilder::AddUncasted<HSimulate>(BailoutId id) {
1976 HValue* params = AddUncasted<HConstant>(num_parameters);
1989 inline HInstruction* HGraphBuilder::AddUncasted<HReturn>(HValue* value) {
1995 inline HInstruction* HGraphBuilder::AddUncasted<HReturn>(HConstant* value) {
2017 inline HInstruction* HGraphBuilder::AddUncasted<HCallRuntime>(