Home
last modified time | relevance | path

Searched refs:VPlanSlp (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanSLP.cpp50 VPInstruction *VPlanSlp::markFailed() { in markFailed()
57 void VPlanSlp::addCombined(ArrayRef<VPValue *> Operands, VPInstruction *New) { in addCombined()
76 bool VPlanSlp::areVectorizable(ArrayRef<VPValue *> Operands) const { in areVectorizable()
243 std::pair<VPlanSlp::OpMode, VPValue *>
244 VPlanSlp::getBest(OpMode Mode, VPValue *Last, in getBest()
302 SmallVector<VPlanSlp::MultiNodeOpTy, 4> VPlanSlp::reorderMultiNodeOps() { in reorderMultiNodeOps()
350 void VPlanSlp::dumpBundle(ArrayRef<VPValue *> Values) { in dumpBundle()
363 VPInstruction *VPlanSlp::buildGraph(ArrayRef<VPValue *> Values) { in buildGraph()
DVPlan.h61 class VPlanSlp; variable
742 friend class VPlanSlp; variable
2028 class VPlanSlp {
2104 VPlanSlp(VPInterleavedAccessInfo &IAI, VPBasicBlock &BB) : IAI(IAI), BB(BB) {}
2106 ~VPlanSlp() = default;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanSLP.cpp50 VPInstruction *VPlanSlp::markFailed() { in markFailed()
57 void VPlanSlp::addCombined(ArrayRef<VPValue *> Operands, VPInstruction *New) { in addCombined()
76 bool VPlanSlp::areVectorizable(ArrayRef<VPValue *> Operands) const { in areVectorizable()
240 std::pair<VPlanSlp::OpMode, VPValue *>
241 VPlanSlp::getBest(OpMode Mode, VPValue *Last, in getBest()
299 SmallVector<VPlanSlp::MultiNodeOpTy, 4> VPlanSlp::reorderMultiNodeOps() { in reorderMultiNodeOps()
347 void VPlanSlp::dumpBundle(ArrayRef<VPValue *> Values) { in dumpBundle()
360 VPInstruction *VPlanSlp::buildGraph(ArrayRef<VPValue *> Values) { in buildGraph()
DVPlan.h63 class VPlanSlp; variable
653 friend class VPlanSlp; variable
1681 class VPlanSlp {
1758 VPlanSlp(VPInterleavedAccessInfo &IAI, VPBasicBlock &BB) : IAI(IAI), BB(BB) {}
1760 ~VPlanSlp() {
/external/llvm-project/llvm/unittests/Transforms/Vectorize/
DVPlanSlpTest.cpp107 VPlanSlp Slp(VPIAI, *Body); in TEST_F()
181 VPlanSlp Slp(VPIAI, *Body); in TEST_F()
251 VPlanSlp Slp(VPIAI, *Body); in TEST_F()
314 VPlanSlp Slp(VPIAI, *Body); in TEST_F()
323 VPlanSlp Slp(IAI, *Body); in checkReorderExample()
596 VPlanSlp Slp(VPIAI, *Body); in TEST_F()
733 VPlanSlp Slp(VPIAI, *BB2); in TEST_F()
796 VPlanSlp Slp(VPIAI, *BB2); in TEST_F()
855 VPlanSlp Slp(VPIAI, *Body); in TEST_F()
914 VPlanSlp Slp(VPIAI, *Body); in TEST_F()