Searched refs:getVPValueOrAddLiveIn (Results 1 – 5 of 5) sorted by relevance
275 VPValue *NewVPVal = Plan.getVPValueOrAddLiveIn(IRVal); in getOrCreateVPOperand()365 IRDef2VPValue[&I] = Plan.getVPValueOrAddLiveIn(&I); in buildPlainCFG()
755 VPValue *VPV = getVPValueOrAddLiveIn(CanonicalIVStartValue); in prepareToExecute()1286 Expanded = Plan.getVPValueOrAddLiveIn(E->getValue()); in getOrCreateVPValueForSCEVExpr()1288 Expanded = Plan.getVPValueOrAddLiveIn(E->getValue()); in getOrCreateVPValueForSCEVExpr()
53 VPValue *Start = Plan->getVPValueOrAddLiveIn(II->getStartValue()); in VPInstructionsToVPRecipes()597 {Plan.getVPValueOrAddLiveIn(ConstantInt::getTrue(Ctx))}); in optimizeForVFAndUF()
8028 VPValue *EdgeMask = Plan.getVPValueOrAddLiveIn(BI->getCondition()); in createEdgeMask()8039 VPValue *False = Plan.getVPValueOrAddLiveIn( in createEdgeMask()8231 VPValue *Start = Plan.getVPValueOrAddLiveIn(II.getStartValue()); in tryToOptimizeInductionTruncate()8361 Mask = Plan->getVPValueOrAddLiveIn(ConstantInt::getTrue( in tryToWidenCall()8404 VPValue *One = Plan->getVPValueOrAddLiveIn( in tryToWiden()8618 auto *StartV = Plan.getVPValueOrAddLiveIn(StartIdx); in addCanonicalIVRecipes()8657 VPValue *V = Plan.getVPValueOrAddLiveIn(IncomingValue); in addUsersInExitBlock()8761 Operands.push_back(Plan->getVPValueOrAddLiveIn( in tryToBuildVPlanWithVPRecipes()8888 auto *ConstVPV = Plan->getVPValueOrAddLiveIn(CI); in tryToBuildVPlanWithVPRecipes()8891 Plan->getVPValueOrAddLiveIn(StrideV)->replaceAllUsesWith(ConstVPV); in tryToBuildVPlanWithVPRecipes()[all …]
2809 VPValue *getVPValueOrAddLiveIn(Value *V) { in getVPValueOrAddLiveIn() function2839 return getVPValueOrAddLiveIn(Op); in mapToVPValues()