Home
last modified time | relevance | path

Searched refs:VPInst (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanTransforms.cpp49 VPInstruction *VPInst = cast<VPInstruction>(Ingredient); in VPInstructionsToVPRecipes() local
50 Instruction *Inst = cast<Instruction>(VPInst->getUnderlyingValue()); in VPInstructionsToVPRecipes()
52 VPInst->replaceAllUsesWith(&DummyValue); in VPInstructionsToVPRecipes()
82 VPInst->replaceAllUsesWith(&DummyValue); in VPInstructionsToVPRecipes()
DVPlan.cpp1091 auto *VPInst = cast<VPInstruction>(&VPI); in visitBlock() local
1092 auto *Inst = cast<Instruction>(VPInst->getUnderlyingValue()); in visitBlock()
1103 Old2New[IG]->setInsertPos(VPInst); in visitBlock()
1105 InterleaveGroupMap[VPInst] = Old2New[IG]; in visitBlock()
1106 InterleaveGroupMap[VPInst]->insertMember( in visitBlock()
1107 VPInst, IG->getIndex(Inst), in visitBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanTransforms.cpp49 VPInstruction *VPInst = cast<VPInstruction>(Ingredient); in VPInstructionsToVPRecipes() local
50 Instruction *Inst = cast<Instruction>(VPInst->getUnderlyingValue()); in VPInstructionsToVPRecipes()
DVPlan.cpp775 auto *VPInst = cast<VPInstruction>(&VPI); in visitBlock() local
776 auto *Inst = cast<Instruction>(VPInst->getUnderlyingValue()); in visitBlock()
787 Old2New[IG]->setInsertPos(VPInst); in visitBlock()
789 InterleaveGroupMap[VPInst] = Old2New[IG]; in visitBlock()
790 InterleaveGroupMap[VPInst]->insertMember( in visitBlock()
791 VPInst, IG->getIndex(Inst), in visitBlock()