Home
last modified time | relevance | path

Searched refs:EntryPart (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1272 PHINode *EntryPart = PHINode::Create( in execute() local
1274 EntryPart->addIncoming(VectorInit, State.CFG.VectorPreHeader); in execute()
1275 State.set(this, EntryPart, 0); in execute()
1305 Value *EntryPart = in execute() local
1307 State.set(this, EntryPart, Part); in execute()
1339 Value *EntryPart = State.get(this, Part); in execute() local
1343 cast<PHINode>(EntryPart)->addIncoming(StartVal, State.CFG.VectorPreHeader); in execute()
H A DLoopVectorize.cpp2465 Value *EntryPart = in widenIntOrFpInduction() local
2468 State.set(Def, EntryPart, Part); in widenIntOrFpInduction()
2470 addMetadata(EntryPart, Trunc); in widenIntOrFpInduction()
2471 recordVectorLoopValueForInductionCast(ID, EntryVal, EntryPart, CastDef, in widenIntOrFpInduction()
4651 Value *EntryPart = Builder.CreateVectorSplat(VF, Clone); in widenGEP() local
4652 State.set(VPDef, EntryPart, Part); in widenGEP()
4653 addMetadata(EntryPart, GEP); in widenGEP()