Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp698 State.set(this, EntryPart, Part); in execute()
966 PHINode *EntryPart = PHINode::Create( in execute() local
971 EntryPart->setDebugLoc(DL); in execute()
973 State.set(this, EntryPart, Part); in execute()
1074 PHINode *EntryPart = PHINode::Create( in execute() local
1077 State.set(this, EntryPart, 0); in execute()
1107 Value *EntryPart = in execute() local
1109 State.set(this, EntryPart, Part); in execute()
1218 PHINode *EntryPart = in execute() local
1221 EntryPart->setDebugLoc(DL); in execute()
[all …]
H A DLoopVectorize.cpp9471 Value *EntryPart; in execute() local
9477 EntryPart = State.Builder.CreateBinOp(IndDesc.getInductionOpcode(), in execute()
9482 EntryPart = State.Builder.CreateAdd( in execute()
9485 State.set(this, EntryPart, Part); in execute()