Home
last modified time | relevance | path

Searched refs:getOrAddLiveIn (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp275 VPValue *NewVPVal = Plan.getOrAddLiveIn(IRVal); in getOrCreateVPOperand()
379 IRDef2VPValue[&I] = Plan.getOrAddLiveIn(&I); in buildPlainCFG()
H A DVPRecipeBuilder.h173 return Plan.getOrAddLiveIn(V); in getVPValueOrAddLiveIn()
H A DVPlan.cpp906 ? Plan->getOrAddLiveIn(ConstantInt::getTrue( in createInitialVPlan()
939 VPValue *VPV = getOrAddLiveIn(CanonicalIVStartValue); in prepareToExecute()
1235 NewPlan->getOrAddLiveIn(OldLiveIn->getLiveInIRValue()); in duplicate()
1246 NewPlan->getOrAddLiveIn(TripCount->getLiveInIRValue()); in duplicate()
1616 Expanded = Plan.getOrAddLiveIn(E->getValue()); in getOrCreateVPValueForSCEVExpr()
1618 Expanded = Plan.getOrAddLiveIn(E->getValue()); in getOrCreateVPValueForSCEVExpr()
H A DVPlanTransforms.cpp58 VPValue *Start = Plan->getOrAddLiveIn(II->getStartValue()); in VPInstructionsToVPRecipes()
592 Plan.getOrAddLiveIn(ConstantInt::get(ID.getStep()->getType(), 0)); in legalizeAndOptimizeInductions()
704 {Plan.getOrAddLiveIn(ConstantInt::getTrue(Ctx))}); in optimizeForVFAndUF()
951 Plan.getOrAddLiveIn(ConstantInt::get(IntTy, 2))}, in adjustFixedOrderRecurrences()
H A DLoopVectorize.cpp7750 return Plan.getOrAddLiveIn(Op); in mapToVPValues()
7987 VPValue *Start = Plan.getOrAddLiveIn(II.getStartValue()); in tryToOptimizeInductionTruncate()
8102 Mask = Plan.getOrAddLiveIn(ConstantInt::getTrue( in tryToWidenCall()
8146 Plan.getOrAddLiveIn(ConstantInt::get(I->getType(), 1u, false)); in tryToWiden()
8352 auto *StartV = Plan.getOrAddLiveIn(StartIdx); in addCanonicalIVRecipes()
8433 VPValue *OneVPV = Plan.getOrAddLiveIn( in addLiveOutsForFirstOrderRecurrences()
8559 Operands.push_back(Plan->getOrAddLiveIn( in tryToBuildVPlanWithVPRecipes()
8672 auto *CI = Plan->getOrAddLiveIn( in tryToBuildVPlanWithVPRecipes()
8688 VPValue *CI = Plan->getOrAddLiveIn(ConstantInt::get(U->getType(), C)); in tryToBuildVPlanWithVPRecipes()
8975 PhiR->setOperand(0, Plan->getOrAddLiveIn(ConstantInt::getFalse( in adjustRecipesForReductions()
[all …]
H A DVPlan.h3421 VPValue *getOrAddLiveIn(Value *V) { in getOrAddLiveIn() function