Lines Matching refs:FValReg
646 Optional<FPValueAndVReg> FValReg; in TEST_F() local
650 EXPECT_FALSE(mi_match(IntOne, *MRI, m_GFCst(FValReg))); in TEST_F()
653 EXPECT_TRUE(mi_match(FPOne, *MRI, m_GFCst(FValReg))); in TEST_F()
654 EXPECT_EQ(FPOne, FValReg->VReg); in TEST_F()
668 Optional<FPValueAndVReg> FValReg; in TEST_F() local
674 EXPECT_TRUE(mi_match(FPZero, *MRI, GFCstOrSplatGFCstMatch(FValReg))); in TEST_F()
675 EXPECT_EQ(FPZero, FValReg->VReg); in TEST_F()
677 EXPECT_FALSE(mi_match(Undef, *MRI, GFCstOrSplatGFCstMatch(FValReg))); in TEST_F()
681 mi_match(ZeroSplat.getReg(0), *MRI, GFCstOrSplatGFCstMatch(FValReg))); in TEST_F()
682 EXPECT_EQ(FPZero, FValReg->VReg); in TEST_F()
686 mi_match(ZeroUndef.getReg(0), *MRI, GFCstOrSplatGFCstMatch(FValReg))); in TEST_F()
687 EXPECT_EQ(FPZero, FValReg->VReg); in TEST_F()
692 mi_match(UndefSplat.getReg(0), *MRI, GFCstOrSplatGFCstMatch(FValReg))); in TEST_F()
696 mi_match(ZeroOne.getReg(0), *MRI, GFCstOrSplatGFCstMatch(FValReg))); in TEST_F()
701 GFCstOrSplatGFCstMatch(FValReg))); in TEST_F()
705 mi_match(Mixed.getReg(0), *MRI, GFCstOrSplatGFCstMatch(FValReg))); in TEST_F()