Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h172 Value *getLiveInIRValue() { in getLiveInIRValue() function
177 const Value *getLiveInIRValue() const { in getLiveInIRValue() function
H A DVPlanAnalysis.cpp158 return cast<Function>(R->getOperand(CallIdx)->getLiveInIRValue()) in inferScalarTypeForRecipe()
238 if (auto *IRValue = V->getLiveInIRValue()) in inferScalarType()
H A DVPlanRecipes.cpp624 auto *CI = cast<ConstantInt>(getOperand(1)->getLiveInIRValue()); in generatePerPart()
1257 Value *Start = getStartValue()->getLiveInIRValue(); in execute()
1378 auto *StepC = dyn_cast<ConstantInt>(getStepValue()->getLiveInIRValue()); in isCanonical()
1379 auto *StartC = dyn_cast<ConstantInt>(getStartValue()->getLiveInIRValue()); in isCanonical()
2408 Value *Start = getStartValue()->getLiveInIRValue(); in execute()
2443 ConstantInt *StepC = dyn_cast<ConstantInt>(Step->getLiveInIRValue()); in isCanonical()
2519 auto *VectorInit = getStartValue()->getLiveInIRValue(); in execute()
2560 Value *StartV = StartVPV->getLiveInIRValue(); in execute()
H A DVPlan.cpp229 return Def->getLiveInIRValue(); in get()
293 Value *IRV = Def->getLiveInIRValue(); in get()
1235 NewPlan->getOrAddLiveIn(OldLiveIn->getLiveInIRValue()); in duplicate()
1246 NewPlan->getOrAddLiveIn(TripCount->getLiveInIRValue()); in duplicate()
H A DVPlanPatternMatch.h64 Value *V = VPV->getLiveInIRValue(); in match()
H A DVPlan.h1544 isa<Function>(getOperand(getNumOperands() - 1)->getLiveInIRValue()) && in VPSingleDefRecipe()
1561 return cast<Function>(getOperand(getNumOperands() - 1)->getLiveInIRValue()); in getCalledScalarFunction()
2740 return getStartValue()->getLiveInIRValue()->getType(); in getScalarType()
2905 return getStartValue()->getLiveInIRValue()->getType(); in getScalarType()
H A DVPlanTransforms.cpp692 Plan.getCanonicalIV()->getStartValue()->getLiveInIRValue()->getType(); in optimizeForVFAndUF()
1198 auto *OpInst = dyn_cast<Instruction>(Op->getLiveInIRValue()); in truncateToMinimalBitwidths()
H A DLoopVectorize.cpp2812 Value *Step = StepVPV->isLiveIn() ? StepVPV->getLiveInIRValue() in fixupIVUsers()
8988 Type *PhiTy = PhiR->getOperand(0)->getLiveInIRValue()->getType(); in adjustRecipesForReductions()
9010 Type *PhiTy = PhiR->getStartValue()->getLiveInIRValue()->getType(); in adjustRecipesForReductions()
9067 Value *ScalarStartValue = getStartValue()->getLiveInIRValue(); in execute()
9129 State.Builder, CanonicalIV, getStartValue()->getLiveInIRValue(), Step, in execute()