Searched refs:getVPValue (Results 1 – 4 of 4) sorted by relevance
361 VPValue *getVPValue(unsigned I) { in getVPValue() function365 const VPValue *getVPValue(unsigned I = 0) const {
516 dyn_cast_or_null<Instruction>(getVPValue()->getUnderlyingValue()); in mayHaveSideEffects()1008 getVPValue(0)->printAsOperand(O, SlotTracker); in print()1110 getVPValue()->printAsOperand(O, SlotTracker); in print()1148 getVPValue()->printAsOperand(O, SlotTracker); in print()
1019 return getVPValue(1); in getCastValue()1025 return dyn_cast_or_null<TruncInst>(getVPValue(0)->getUnderlyingValue()); in getTruncInst()1028 return dyn_cast_or_null<TruncInst>(getVPValue(0)->getUnderlyingValue()); in getTruncInst()2052 VPValue *getVPValue(Value *V) {2062 return getVPValue(V);
3931 VPValue *Def = State.Plan->getVPValue(KV.first); in truncateToMinimalBitwidths()4043 VPValue *Def = State.Plan->getVPValue(KV.first); in truncateToMinimalBitwidths()4204 VPValue *PhiDef = State.Plan->getVPValue(Phi); in fixFirstOrderRecurrence()4205 VPValue *PreviousDef = State.Plan->getVPValue(Previous); in fixFirstOrderRecurrence()4333 VPValue *LoopExitInstDef = State.Plan->getVPValue(LoopExitInst); in fixReduction()4523 Value *V = State.get(State.Plan->getVPValue(Cur), Part); in clearReductionWrapFlags()4558 : State.get(State.Plan->getVPValue(IncomingValue), in fixLCSSAPHIs()4631 cast<VPWidenPHIRecipe>(State.Plan->getVPValue(OrigPhi)); in fixNonInductionPHIs()9220 VPValue *OriginalV = Plan->getVPValue(Member); in buildVPlanWithVPRecipes()9222 Plan->addVPValue(Member, VPIG->getVPValue(J)); in buildVPlanWithVPRecipes()[all …]