Lines Matching refs:VPTransformState
219 VPTransformState::VPTransformState(ElementCount VF, unsigned UF, LoopInfo *LI, in VPTransformState() function in VPTransformState
227 Value *VPTransformState::get(VPValue *Def, const VPIteration &Instance) { in get()
254 Value *VPTransformState::get(VPValue *Def, unsigned Part, bool NeedsScalar) { in get()
356 BasicBlock *VPTransformState::CFGState::getPreheaderBBFor(VPRecipeBase *R) { in getPreheaderBBFor()
361 void VPTransformState::addNewMetadata(Instruction *To, in addNewMetadata()
369 void VPTransformState::addMetadata(Value *To, Instruction *From) { in addMetadata()
380 void VPTransformState::setDebugLocFrom(DebugLoc DL) { in setDebugLocFrom()
401 void VPTransformState::packScalarIntoVectorValue(VPValue *Def, in packScalarIntoVectorValue()
411 VPBasicBlock::createEmptyBasicBlock(VPTransformState::CFGState &CFG) { in createEmptyBasicBlock()
452 void VPIRBasicBlock::execute(VPTransformState *State) { in execute()
483 void VPBasicBlock::execute(VPTransformState *State) { in execute()
537 void VPBasicBlock::executeRecipes(VPTransformState *State, BasicBlock *BB) { in executeRecipes()
729 void VPRegionBlock::execute(VPTransformState *State) { in execute()
918 VPTransformState &State) { in prepareToExecute()
976 void VPlan::execute(VPTransformState *State) { in execute()