Searched refs:Splat0 (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/ |
| H A D | CSETest.cpp | 63 auto Splat0 = CSEB.buildConstant(LLT::fixed_vector(2, s32), 0); in TEST_F() local 64 EXPECT_EQ(TargetOpcode::G_BUILD_VECTOR, Splat0->getOpcode()); in TEST_F() 65 EXPECT_EQ(Splat0.getReg(1), Splat0.getReg(2)); in TEST_F() 66 EXPECT_EQ(&*MIBCst, MRI->getVRegDef(Splat0.getReg(1))); in TEST_F()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | InstructionsTest.cpp | 1341 Constant *Splat0 = ConstantVector::get({C0, C0, C0, C0}); in TEST() local 1349 EXPECT_EQ(Splat0->getSplatValue(), C0); in TEST() 1357 EXPECT_EQ(Splat0->getSplatValue(false), C0); in TEST() 1365 EXPECT_EQ(Splat0->getSplatValue(true), C0); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 22032 if (SDValue Splat0 = BV0->getSplatValue()) in combineShuffleOfScalars() local 22033 IsSplat = (Splat0 == BV1->getSplatValue()); in combineShuffleOfScalars()
|