Lines Matching refs:buildConstant

36   auto MIBCst = B.buildConstant(LLT::scalar(64), 42);  in TEST_F()
47 auto MIBCst = B.buildConstant(LLT::scalar(64), 42); in TEST_F()
63 B.buildSplatVector(v4s64, B.buildConstant(s64, 42)); in TEST_F()
142 auto MIBMul2 = B.buildMul(s64, Copies[0], B.buildConstant(s64, 42)); in TEST_F()
153 auto MIBSub = B.buildSub(s64, Copies[0], B.buildConstant(s64, 42)); in TEST_F()
159 {Copies[0], B.buildConstant(s64, 42)}); in TEST_F()
169 {Copies[0], B.buildConstant(s64, 42)}); in TEST_F()
217 auto MIBCst = B.buildConstant(s64, 42); in TEST_F()
219 auto MIBUnmerge = B.buildUnmerge({s32, s32}, B.buildConstant(s64, 42)); in TEST_F()
539 auto FortyTwo = B.buildConstant(LLT::scalar(64), 42); in TEST_F()
564 B.buildSplatVector(v4s64, B.buildConstant(s64, 42)); in TEST_F()
565 MachineInstrBuilder FortyTwo = B.buildConstant(s64, 42); in TEST_F()
594 B.buildSplatVector(v4s64, B.buildConstant(s64, 42)); in TEST_F()
595 MachineInstrBuilder FortyTwo = B.buildConstant(s64, 42); in TEST_F()
620 auto Zero = B.buildConstant(LLT::scalar(64), 0); in TEST_F()
623 auto FortyTwo = B.buildConstant(LLT::scalar(64), 42); in TEST_F()
631 auto AllOnes = B.buildConstant(LLT::scalar(64), -1); in TEST_F()
634 auto FortyTwo = B.buildConstant(LLT::scalar(64), 42); in TEST_F()
643 Register IntOne = B.buildConstant(LLT::scalar(64), 1).getReg(0); in TEST_F()
714 auto Zero = B.buildConstant(LLT::scalar(64), 0); in TEST_F()
727 auto FortyTwo = B.buildConstant(LLT::scalar(64), 42); in TEST_F()
746 auto AllOnes = B.buildConstant(LLT::scalar(64), -1); in TEST_F()
760 auto FortyTwo = B.buildConstant(LLT::scalar(64), 42); in TEST_F()