Lines Matching refs:AddUncasted
1113 HInstruction* AddUncasted() { return AddInstruction(NewUncasted<I>());} in AddUncasted() function
1127 HInstruction* AddUncasted(P1 p1) { in AddUncasted() function
1157 HInstruction* AddUncasted(P1 p1, P2 p2) { in AddUncasted() function
1185 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3) { in AddUncasted() function
1205 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4) { in AddUncasted() function
1225 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) { in AddUncasted() function
1245 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) { in AddUncasted() function
1268 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) { in AddUncasted() function
1293 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, in AddUncasted() function
1320 AddUncasted<HBitwise>(Token::BIT_AND, encoded_field, mask_value); in BuildDecodeField()
1321 return AddUncasted<HShr>(masked_field, in BuildDecodeField()
1952 inline HInstruction* HGraphBuilder::AddUncasted<HDeoptimize>(
1976 inline HInstruction* HGraphBuilder::AddUncasted<HSimulate>(BailoutId id) {
1984 HValue* params = AddUncasted<HConstant>(num_parameters);
1997 inline HInstruction* HGraphBuilder::AddUncasted<HReturn>(HValue* value) {
2003 inline HInstruction* HGraphBuilder::AddUncasted<HReturn>(HConstant* value) {
2026 inline HInstruction* HGraphBuilder::AddUncasted<HCallRuntime>(