Searched refs:getLiveInIRValue (Results 1 – 8 of 8) sorted by relevance
172 Value *getLiveInIRValue() { in getLiveInIRValue() function177 const Value *getLiveInIRValue() const { in getLiveInIRValue() function
158 return cast<Function>(R->getOperand(CallIdx)->getLiveInIRValue()) in inferScalarTypeForRecipe()238 if (auto *IRValue = V->getLiveInIRValue()) in inferScalarType()
624 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()
229 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()
64 Value *V = VPV->getLiveInIRValue(); in match()
1544 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()
692 Plan.getCanonicalIV()->getStartValue()->getLiveInIRValue()->getType(); in optimizeForVFAndUF()1198 auto *OpInst = dyn_cast<Instruction>(Op->getLiveInIRValue()); in truncateToMinimalBitwidths()
2812 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()