Home
last modified time | relevance | path

Searched refs:getLiveInIRValue (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp126 return cast<Function>(R->getOperand(CallIdx)->getLiveInIRValue()) in inferScalarTypeForRecipe()
205 return V->getLiveInIRValue()->getType(); in inferScalarType()
H A DVPlanValue.h180 Value *getLiveInIRValue() { in getLiveInIRValue() function
185 const Value *getLiveInIRValue() const { in getLiveInIRValue() function
H A DVPlanRecipes.cpp964 Value *Start = getStartValue()->getLiveInIRValue(); in execute()
1085 auto *StepC = dyn_cast<ConstantInt>(getStepValue()->getLiveInIRValue()); in isCanonical()
1086 auto *StartC = dyn_cast<ConstantInt>(getStartValue()->getLiveInIRValue()); in isCanonical()
1570 Value *Start = getStartValue()->getLiveInIRValue(); in execute()
1605 ConstantInt *StepC = dyn_cast<ConstantInt>(Step->getLiveInIRValue()); in isCanonical()
1681 auto *VectorInit = getStartValue()->getLiveInIRValue(); in execute()
1722 Value *StartV = StartVPV->getLiveInIRValue(); in execute()
H A DVPlanTransforms.cpp585 Plan.getCanonicalIV()->getStartValue()->getLiveInIRValue()->getType(); in optimizeForVFAndUF()
789 auto *C = dyn_cast<ConstantInt>(V->getLiveInIRValue()); in isConstantOne()
994 auto *OpInst = dyn_cast<Instruction>(Op->getLiveInIRValue()); in truncateToMinimalBitwidths()
H A DVPlan.cpp217 return Def->getLiveInIRValue(); in get()
266 Value *IRV = Def->getLiveInIRValue(); in get()
H A DVPlan.h2239 return getStartValue()->getLiveInIRValue()->getType(); in getScalarType()
2358 : getStartValue()->getLiveInIRValue()->getType(); in getScalarType()
H A DLoopVectorize.cpp3316 Value *Step = StepVPV->isLiveIn() ? StepVPV->getLiveInIRValue() in fixupIVUsers()
3656 auto *ScalarInit = PhiR->getStartValue()->getLiveInIRValue(); in fixFixedOrderRecurrence()
9132 Type *PhiTy = PhiR->getOperand(0)->getLiveInIRValue()->getType(); in adjustRecipesForReductions()
9154 Type *PhiTy = PhiR->getStartValue()->getLiveInIRValue()->getType(); in adjustRecipesForReductions()
9272 Value *ScalarStartValue = getStartValue()->getLiveInIRValue(); in execute()
9334 State.Builder, CanonicalIV, getStartValue()->getLiveInIRValue(), Step, in execute()