Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp37 Instruction *Inst = cast<Instruction>(VPV->getUnderlyingValue()); in VPInstructionsToVPRecipes()
47 auto *Phi = cast<PHINode>(VPPhi->getUnderlyingValue()); in VPInstructionsToVPRecipes()
H A DVPlanValue.h84 Value *getUnderlyingValue() { return UnderlyingVal; } in getUnderlyingValue() function
85 const Value *getUnderlyingValue() const { return UnderlyingVal; } in getUnderlyingValue() function
182 return getUnderlyingValue(); in getLiveInIRValue()
H A DVPlan.cpp339 assert(CBV->getUnderlyingValue() && in execute()
516 dyn_cast_or_null<Instruction>(getVPValue()->getUnderlyingValue()); in mayHaveSideEffects()
1031 auto *OriginalPhi = cast<PHINode>(getUnderlyingValue()); in print()
1172 if (const Value *UV = getUnderlyingValue()) { in printAsOperand()
1210 auto *Inst = cast<Instruction>(VPInst->getUnderlyingValue()); in visitBlock()
H A DVPlan.h708 return cast<Instruction>(getVPSingleValue()->getUnderlyingValue()); in getUnderlyingInstr()
711 return cast<Instruction>(getVPSingleValue()->getUnderlyingValue()); in getUnderlyingInstr()
1025 return dyn_cast_or_null<TruncInst>(getVPValue(0)->getUnderlyingValue()); in getTruncInst()
1028 return dyn_cast_or_null<TruncInst>(getVPValue(0)->getUnderlyingValue()); in getTruncInst()
H A DLoopVectorize.cpp4123 auto *OrigPhi = cast<PHINode>(PhiR->getUnderlyingValue()); in fixCrossIterationPHIs()
4321 PHINode *OrigPhi = cast<PHINode>(PhiR->getUnderlyingValue()); in fixReduction()
8820 auto *PN = cast<PHINode>(R->getUnderlyingValue()); in fixHeaderPhis()
9109 auto *UV = Def->getUnderlyingValue(); in buildVPlanWithVPRecipes()
9406 State.ILV->widenPHIInstruction(cast<PHINode>(getUnderlyingValue()), RdxDesc, in execute()
9508 VectorType::get(getUnderlyingValue()->getType(), State.VF)); in execute()
9586 Type *PredInstType = getOperand(0)->getUnderlyingValue()->getType(); in execute()