Lines Matching refs:Parameter

233 TEST_P(InstructionSelectorLogicalTest, Parameter) {
237 m.Return((m.*dpi.constructor)(m.Parameter(0), m.Parameter(1)));
254 m.Return((m.*dpi.constructor)(m.Parameter(0), m.Int32Constant(imm)));
267 m.Return((m.*dpi.constructor)(m.Int32Constant(imm), m.Parameter(0)));
291 TEST_P(InstructionSelectorAddSubTest, Parameter) {
295 m.Return((m.*dpi.constructor)(m.Parameter(0), m.Parameter(1)));
309 m.Return((m.*dpi.constructor)(m.Parameter(0), BuildConstant(m, type, imm)));
327 m.Return((m.*dpi.constructor)(BuildConstant(m, type, imm), m.Parameter(0)));
353 m.Return(m.Int32Sub(m.Int32Constant(0), m.Parameter(0)));
364 m.Return(m.Int64Sub(m.Int64Constant(0), m.Parameter(0)));
388 m.Branch((m.*dpi.constructor)(m.Parameter(0), m.Parameter(1)), &a, &b);
410 m.Branch(m.Word32And(m.Parameter(0), m.Int32Constant(imm)), &a, &b);
428 m.Branch(m.Int32Add(m.Parameter(0), m.Int32Constant(imm)), &a, &b);
446 m.Branch(m.Int32Sub(m.Parameter(0), m.Int32Constant(imm)), &a, &b);
464 m.Branch(m.Word32And(m.Int32Constant(imm), m.Parameter(0)), &a, &b);
483 m.Branch(m.Int32Add(m.Int32Constant(imm), m.Parameter(0)), &a, &b);
511 m.Projection(1, (m.*dpi.constructor)(m.Parameter(0), m.Parameter(1))));
528 1, (m.*dpi.constructor)(m.Parameter(0), m.Int32Constant(imm))));
546 m.Projection(0, (m.*dpi.constructor)(m.Parameter(0), m.Parameter(1))));
562 0, (m.*dpi.constructor)(m.Parameter(0), m.Int32Constant(imm))));
578 Node* n = (m.*dpi.constructor)(m.Parameter(0), m.Parameter(1));
595 Node* n = (m.*dpi.constructor)(m.Parameter(0), m.Int32Constant(imm));
614 Node* n = (m.*dpi.constructor)(m.Parameter(0), m.Parameter(1));
636 Node* n = (m.*dpi.constructor)(m.Parameter(0), m.Int32Constant(imm));
662 1, m.Int32AddWithOverflow(m.Int32Constant(imm), m.Parameter(0))));
680 0, m.Int32AddWithOverflow(m.Int32Constant(imm), m.Parameter(0))));
696 Node* n = m.Int32AddWithOverflow(m.Int32Constant(imm), m.Parameter(0));
715 Node* n = m.Int32AddWithOverflow(m.Int32Constant(imm), m.Parameter(0));
742 TEST_P(InstructionSelectorShiftTest, Parameter) {
746 m.Return((m.*dpi.constructor)(m.Parameter(0), m.Parameter(1)));
760 m.Return((m.*dpi.constructor)(m.Parameter(0), m.Int32Constant(imm)));
784 TEST_P(InstructionSelectorMulDivTest, Parameter) {
788 m.Return((m.*dpi.constructor)(m.Parameter(0), m.Parameter(1)));
807 TEST_P(InstructionSelectorFPArithTest, Parameter) {
810 m.Return((m.*fpa.constructor)(m.Parameter(0), m.Parameter(1)));
826 TEST_P(InstructionSelectorFPCmpTest, Parameter) {
829 m.Return((m.*cmp.mi.constructor)(m.Parameter(0), m.Parameter(1)));
851 TEST_P(InstructionSelectorConversionTest, Parameter) {
854 m.Return((m.*conv.mi.constructor)(m.Parameter(0)));
931 m.Return(m.Load(memacc.type, m.Parameter(0), m.Parameter(1)));
945 m.Return(m.Load(memacc.type, m.Parameter(0), m.Int32Constant(index)));
961 m.Store(memacc.type, m.Parameter(0), m.Parameter(1), m.Parameter(2));
976 m.Store(memacc.type, m.Parameter(0), m.Int32Constant(index),
977 m.Parameter(1));
1013 m.Return((m.*cmp.constructor)(m.Parameter(0), m.Parameter(1)));
1031 m.Return((m.*cmp.constructor)(m.Parameter(0), BuildConstant(m, type, imm)));
1046 m.Return((m.*cmp.constructor)(m.Parameter(0), BuildConstant(m, type, imm)));
1067 m.Return(m.Word32Equal(m.Parameter(0), m.Int32Constant(0)));
1079 m.Return(m.Word32Equal(m.Int32Constant(0), m.Parameter(0)));
1095 m.Return(m.Word64Equal(m.Parameter(0), m.Int64Constant(0)));
1107 m.Return(m.Word64Equal(m.Int64Constant(0), m.Parameter(0)));