Searched refs:IncomingValue (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | StatepointLowering.cpp | 192 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 D | PPCTargetTransformInfo.cpp | 777 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 D | Execution.cpp | 999 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 D | LoopVectorize.cpp | 4511 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 D | AttributorAttributes.cpp | 9036 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 D | SimplifyCFG.cpp | 4313 auto *IncomingValue = PhiLPInst->getIncomingValue(Idx); in simplifyCommonResume() local 4322 if (IncomingValue != LandingPad) in simplifyCommonResume()
|