Searched defs:VPBB (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlanHCFGBuilder.cpp | 83 void PlainCFGBuilder::setVPBBPredsFromBB(VPBasicBlock *VPBB, BasicBlock *BB) { in setVPBBPredsFromBB() 117 VPBasicBlock *VPBB = new VPBasicBlock(BB->getName()); in getOrCreateVPBB() local 192 void PlainCFGBuilder::createVPInstructionsForVPBB(VPBasicBlock *VPBB, in createVPInstructionsForVPBB() 268 VPBasicBlock *VPBB = getOrCreateVPBB(BB); in buildPlainCFG() local
|
D | VPlanTransforms.cpp | 31 VPBasicBlock *VPBB = Base->getEntryBasicBlock(); in VPInstructionsToVPRecipes() local 43 VPBasicBlock *VPBB = Base->getEntryBasicBlock(); in VPInstructionsToVPRecipes() local
|
D | VPlan.cpp | 433 for (auto VPBB : State->CFG.VPBBsToFix) { in execute() local 772 if (VPBasicBlock *VPBB = dyn_cast<VPBasicBlock>(Block)) { in visitBlock() local
|
D | LoopVectorize.cpp | 6864 bool VPRecipeBuilder::tryToWiden(Instruction *I, VPBasicBlock *VPBB, in tryToWiden() 6977 Instruction *I, VFRange &Range, VPBasicBlock *VPBB, in handleReplication() 7045 VPlanPtr &Plan, VPBasicBlock *VPBB) { in tryToCreateRecipe() 7184 VPBasicBlock *VPBB = new VPBasicBlock("Pre-Entry"); in buildVPlanWithVPRecipes() local
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VPlanHCFGBuilder.cpp | 83 void PlainCFGBuilder::setVPBBPredsFromBB(VPBasicBlock *VPBB, BasicBlock *BB) { in setVPBBPredsFromBB() 117 VPBasicBlock *VPBB = new VPBasicBlock(BB->getName()); in getOrCreateVPBB() local 192 void PlainCFGBuilder::createVPInstructionsForVPBB(VPBasicBlock *VPBB, in createVPInstructionsForVPBB() 268 VPBasicBlock *VPBB = getOrCreateVPBB(BB); in buildPlainCFG() local
|
D | VPlanTransforms.cpp | 31 VPBasicBlock *VPBB = Base->getEntryBasicBlock(); in VPInstructionsToVPRecipes() local 44 VPBasicBlock *VPBB = Base->getEntryBasicBlock(); in VPInstructionsToVPRecipes() local
|
D | VPlan.cpp | 627 for (auto VPBB : State->CFG.VPBBsToFix) { in execute() local 1088 if (VPBasicBlock *VPBB = dyn_cast<VPBasicBlock>(Block)) { in visitBlock() local 1135 void VPSlotTracker::assignSlots(const VPBlockBase *VPBB) { in assignSlots() 1148 void VPSlotTracker::assignSlots(const VPBasicBlock *VPBB) { in assignSlots()
|
D | LoopVectorize.cpp | 8157 Instruction *I, VFRange &Range, VPBasicBlock *VPBB, in handleReplication() 8370 VPBasicBlock *VPBB = new VPBasicBlock("Pre-Entry"); in buildVPlanWithVPRecipes() local
|