Searched refs:SLPLoad (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/unittests/Transforms/Vectorize/ |
D | VPlanSlpTest.cpp | 118 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadA->getOpcode()); in TEST_F() 119 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadB->getOpcode()); in TEST_F() 192 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadA->getOpcode()); in TEST_F() 193 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadB->getOpcode()); in TEST_F() 262 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadA->getOpcode()); in TEST_F() 342 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadA->getOpcode()); in checkReorderExample() 350 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadB->getOpcode()); in checkReorderExample() 360 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadC->getOpcode()); in checkReorderExample() 368 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadD->getOpcode()); in checkReorderExample()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VPlanSLP.cpp | 452 Opcode = VPInstruction::SLPLoad; in buildGraph()
|
D | VPlan.cpp | 558 case VPInstruction::SLPLoad: in print()
|
D | VPlan.h | 749 SLPLoad, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlanSLP.cpp | 449 Opcode = VPInstruction::SLPLoad; in buildGraph()
|
D | VPlan.cpp | 372 case VPInstruction::SLPLoad: in print()
|
D | VPlan.h | 660 SLPLoad, enumerator
|