Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp192 for (auto &IncomingValue : Phi->incoming_values()) { in findPreviousSpillSlot() local
194 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth - 1); in findPreviousSpillSlot()
262 static void reservePreviousStackSlotForValue(const Value *IncomingValue, in reservePreviousStackSlotForValue() argument
264 SDValue Incoming = Builder.getValue(IncomingValue); in reservePreviousStackSlotForValue()
278 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth); in reservePreviousStackSlotForValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp777 const Value *IncomingValue = PHI.getIncomingValue(Idx); in isHardwareLoopProfitable() local
779 memAddrUsesCTR(IncomingValue, TM, Visited)) in isHardwareLoopProfitable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp999 Value *IncomingValue = PN->getIncomingValue(i); in SwitchToNewBasicBlock() local
1002 ResultValues.push_back(getOperandValue(IncomingValue, SF)); in SwitchToNewBasicBlock()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4511 auto *IncomingValue = LCSSAPhi.getIncomingValue(0); in fixLCSSAPHIs() local
4515 if (isa<Instruction>(IncomingValue) && in fixLCSSAPHIs()
4516 !Cost->isUniformAfterVectorization(cast<Instruction>(IncomingValue), in fixLCSSAPHIs()
4524 OrigLoop->isLoopInvariant(IncomingValue) in fixLCSSAPHIs()
4525 ? IncomingValue in fixLCSSAPHIs()
4526 : State.get(State.Plan->getVPValue(IncomingValue), in fixLCSSAPHIs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9036 Value *IncomingValue = PHI->getIncomingValue(u); in updateWithPHINode() local
9041 IRPosition::value(*IncomingValue, getCallBaseContext()), *this, in updateWithPHINode()
9047 IncomingValue = *SimplifiedIncomingValue; in updateWithPHINode()
9050 *this, IRPosition::value(*IncomingValue), DepClassTy::REQUIRED); in updateWithPHINode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4313 auto *IncomingValue = PhiLPInst->getIncomingValue(Idx); in simplifyCommonResume() local
4322 if (IncomingValue != LandingPad) in simplifyCommonResume()