Home
last modified time | relevance | path

Searched refs:CondBit (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanTransforms.cpp32 if (auto *CondBit = VPBB->getCondBit()) { in VPInstructionsToVPRecipes() local
33 auto *NCondBit = new VPValue(CondBit->getUnderlyingValue()); in VPInstructionsToVPRecipes()
DVPlan.h363 VPValue *CondBit = nullptr; variable
500 VPValue *getCondBit() { return CondBit; } in getCondBit()
502 const VPValue *getCondBit() const { return CondBit; } in getCondBit()
504 void setCondBit(VPValue *CV) { CondBit = CV; } in setCondBit()
528 CondBit = Condition; in setTwoSuccessors()
548 CondBit = nullptr; in clearSuccessors()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanTransforms.cpp32 if (auto *CondBit = VPBB->getCondBit()) { in VPInstructionsToVPRecipes() local
33 auto *NCondBit = new VPValue(CondBit->getUnderlyingValue()); in VPInstructionsToVPRecipes()
DVPlan.h393 VPValue *CondBit = nullptr; variable
542 VPValue *getCondBit() { return CondBit; } in getCondBit()
544 const VPValue *getCondBit() const { return CondBit; } in getCondBit()
546 void setCondBit(VPValue *CV) { CondBit = CV; } in setCondBit()
570 CondBit = Condition; in setTwoSuccessors()
590 CondBit = nullptr; in clearSuccessors()
/external/llvm-project/llvm/unittests/Transforms/Vectorize/
DVPlanHCFGTest.cpp118 "CondBit: ir<%exitcond> (for.body)\l" in TEST_F()
/external/llvm-project/llvm/test/Transforms/LoopVectorize/
Dvplan-printing.ll111 ; CHECK-NEXT: "CondBit: ir<%cmp>"