Lines Matching refs:EntryPart
1528 Value *EntryPart = State.Builder.CreateVectorSplat(State.VF, NewGEP); in execute() local
1529 State.set(this, EntryPart, Part); in execute()
1530 State.addMetadata(EntryPart, GEP); in execute()
2409 PHINode *EntryPart = PHINode::Create(Start->getType(), 2, "index"); in execute() local
2410 EntryPart->insertBefore(State.CFG.PrevBB->getFirstInsertionPt()); in execute()
2413 EntryPart->addIncoming(Start, VectorPH); in execute()
2414 EntryPart->setDebugLoc(getDebugLoc()); in execute()
2416 State.set(this, EntryPart, Part, /*IsScalar*/ true); in execute()
2538 PHINode *EntryPart = PHINode::Create(VecTy, 2, "vector.recur"); in execute() local
2539 EntryPart->insertBefore(State.CFG.PrevBB->getFirstInsertionPt()); in execute()
2540 EntryPart->addIncoming(VectorInit, VectorPH); in execute()
2541 State.set(this, EntryPart, 0); in execute()
2575 Instruction *EntryPart = PHINode::Create(VecTy, 2, "vec.phi"); in execute() local
2576 EntryPart->insertBefore(HeaderBB->getFirstInsertionPt()); in execute()
2577 State.set(this, EntryPart, Part, IsInLoop); in execute()
2609 Value *EntryPart = State.get(this, Part, IsInLoop); in execute() local
2613 cast<PHINode>(EntryPart)->addIncoming(StartVal, VectorPH); in execute()
2665 PHINode *EntryPart = in execute() local
2667 EntryPart->addIncoming(StartMask, VectorPH); in execute()
2668 EntryPart->setDebugLoc(getDebugLoc()); in execute()
2669 State.set(this, EntryPart, Part); in execute()
2688 PHINode *EntryPart = in execute() local
2690 EntryPart->addIncoming(Start, VectorPH); in execute()
2691 EntryPart->setDebugLoc(getDebugLoc()); in execute()
2692 State.set(this, EntryPart, 0, /*IsScalar=*/true); in execute()