Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h84 Value *getUnderlyingValue() { return UnderlyingVal; } in getUnderlyingValue() function
85 const Value *getUnderlyingValue() const { return UnderlyingVal; } in getUnderlyingValue() function
180 return getUnderlyingValue(); in getLiveInIRValue()
185 return getUnderlyingValue(); in getLiveInIRValue()
H A DVPlanRecipes.cpp49 return cast<Instruction>(getVPSingleValue()->getUnderlyingValue()) in mayWriteToMemory()
63 dyn_cast_or_null<Instruction>(getVPSingleValue()->getUnderlyingValue()); in mayWriteToMemory()
81 return cast<Instruction>(getVPSingleValue()->getUnderlyingValue()) in mayReadFromMemory()
95 dyn_cast_or_null<Instruction>(getVPSingleValue()->getUnderlyingValue()); in mayReadFromMemory()
122 dyn_cast_or_null<Instruction>(getVPSingleValue()->getUnderlyingValue()); in mayHaveSideEffects()
557 auto &I = *cast<Instruction>(getUnderlyingValue()); in execute()
997 Type *PredInstType = getOperand(0)->getUnderlyingValue()->getType(); in execute()
1178 PHINode *PN = cast<PHINode>(getUnderlyingValue()); in execute()
1283 auto *OriginalPhi = cast<PHINode>(getUnderlyingValue()); in print()
H A DVPlanTransforms.cpp41 Instruction *Inst = cast<Instruction>(VPV->getUnderlyingValue()); in VPInstructionsToVPRecipes()
51 auto *Phi = cast<PHINode>(VPPhi->getUnderlyingValue()); in VPInstructionsToVPRecipes()
169 cast<VPReplicateRecipe>(SinkCandidate)->getUnderlyingValue()); in sinkScalarOperands()
363 UserCast->getVPSingleValue()->getUnderlyingValue() == IRCast) { in removeRedundantInductionCasts()
H A DVPlan.h722 return cast<Instruction>(getVPSingleValue()->getUnderlyingValue()); in getUnderlyingInstr()
725 return cast<Instruction>(getVPSingleValue()->getUnderlyingValue()); in getUnderlyingInstr()
1065 return dyn_cast_or_null<TruncInst>(getVPValue(0)->getUnderlyingValue()); in getTruncInst()
1068 return dyn_cast_or_null<TruncInst>(getVPValue(0)->getUnderlyingValue()); in getTruncInst()
H A DVPlan.cpp1015 if (const Value *UV = getUnderlyingValue()) { in printAsOperand()
1055 auto *Inst = dyn_cast_or_null<Instruction>(VPInst->getUnderlyingValue()); in visitBlock()
H A DLoopVectorize.cpp3830 PHINode *Phi = cast<PHINode>(PhiR->getUnderlyingValue()); in fixFixedOrderRecurrence()
3860 PHINode *OrigPhi = cast<PHINode>(PhiR->getUnderlyingValue()); in fixReduction()
3999 dyn_cast<PHINode>(PhiR->getStartValue()->getUnderlyingValue()); in fixReduction()
8295 dyn_cast_or_null<PHINode>(Operands[In]->getUnderlyingValue()); in tryToBlend()
8463 auto *PN = cast<PHINode>(R->getUnderlyingValue()); in fixHeaderPhis()
8955 auto *UV = Def->getUnderlyingValue(); in buildVPlanWithVPRecipes()
10519 IndPhi = cast<PHINode>(Ind->getUnderlyingValue()); in processLoop()