Home
last modified time | relevance | path

Searched refs:getVPValueOrAddLiveIn (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp275 VPValue *NewVPVal = Plan.getVPValueOrAddLiveIn(IRVal); in getOrCreateVPOperand()
365 IRDef2VPValue[&I] = Plan.getVPValueOrAddLiveIn(&I); in buildPlainCFG()
H A DVPlan.cpp755 VPValue *VPV = getVPValueOrAddLiveIn(CanonicalIVStartValue); in prepareToExecute()
1286 Expanded = Plan.getVPValueOrAddLiveIn(E->getValue()); in getOrCreateVPValueForSCEVExpr()
1288 Expanded = Plan.getVPValueOrAddLiveIn(E->getValue()); in getOrCreateVPValueForSCEVExpr()
H A DVPlanTransforms.cpp53 VPValue *Start = Plan->getVPValueOrAddLiveIn(II->getStartValue()); in VPInstructionsToVPRecipes()
597 {Plan.getVPValueOrAddLiveIn(ConstantInt::getTrue(Ctx))}); in optimizeForVFAndUF()
H A DLoopVectorize.cpp8028 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 …]
H A DVPlan.h2809 VPValue *getVPValueOrAddLiveIn(Value *V) { in getVPValueOrAddLiveIn() function
2839 return getVPValueOrAddLiveIn(Op); in mapToVPValues()