Home
last modified time | relevance | path

Searched refs:IncomingValue (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp174 for (auto &IncomingValue : Phi->incoming_values()) { in findPreviousSpillSlot() local
176 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth - 1); in findPreviousSpillSlot()
224 static void reservePreviousStackSlotForValue(const Value *IncomingValue, in reservePreviousStackSlotForValue() argument
226 SDValue Incoming = Builder.getValue(IncomingValue); in reservePreviousStackSlotForValue()
241 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth); in reservePreviousStackSlotForValue()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp944 Value *IncomingValue = PN->getIncomingValue(i); in SwitchToNewBasicBlock() local
947 ResultValues.push_back(getOperandValue(IncomingValue, SF)); in SwitchToNewBasicBlock()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3662 auto *IncomingValue = LCSSAPhi.getIncomingValue(0); in fixLCSSAPHIs() local
3665 if (isa<Instruction>(IncomingValue)) in fixLCSSAPHIs()
3667 cast<Instruction>(IncomingValue), VF) in fixLCSSAPHIs()
3674 getOrCreateScalarValue(IncomingValue, { UF - 1, LastLane }); in fixLCSSAPHIs()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3791 auto *IncomingValue = PhiLPInst->getIncomingValue(Idx); in SimplifyCommonResume() local
3800 if (IncomingValue != LandingPad) in SimplifyCommonResume()