Lines Matching refs:EntryPart
1242 Value *EntryPart = State.Builder.CreateVectorSplat(State.VF, NewGEP); in execute() local
1243 State.set(this, EntryPart, Part); in execute()
1244 State.addMetadata(EntryPart, GEP); in execute()
1571 PHINode *EntryPart = PHINode::Create(Start->getType(), 2, "index"); in execute() local
1572 EntryPart->insertBefore(State.CFG.PrevBB->getFirstInsertionPt()); in execute()
1575 EntryPart->addIncoming(Start, VectorPH); in execute()
1576 EntryPart->setDebugLoc(getDebugLoc()); in execute()
1578 State.set(this, EntryPart, Part); in execute()
1700 PHINode *EntryPart = PHINode::Create(VecTy, 2, "vector.recur"); in execute() local
1701 EntryPart->insertBefore(State.CFG.PrevBB->getFirstInsertionPt()); in execute()
1702 EntryPart->addIncoming(VectorInit, VectorPH); in execute()
1703 State.set(this, EntryPart, 0); in execute()
1737 Instruction *EntryPart = PHINode::Create(VecTy, 2, "vec.phi"); in execute() local
1738 EntryPart->insertBefore(HeaderBB->getFirstInsertionPt()); in execute()
1739 State.set(this, EntryPart, Part); in execute()
1771 Value *EntryPart = State.get(this, Part); in execute() local
1775 cast<PHINode>(EntryPart)->addIncoming(StartVal, VectorPH); in execute()
1827 PHINode *EntryPart = in execute() local
1829 EntryPart->addIncoming(StartMask, VectorPH); in execute()
1830 EntryPart->setDebugLoc(getDebugLoc()); in execute()
1831 State.set(this, EntryPart, Part); in execute()