Searched refs:IncomingValue (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 146 for (auto &IncomingValue : Phi->incoming_values()) { in findPreviousSpillSlot() local 148 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth - 1); in findPreviousSpillSlot() 196 static void reservePreviousStackSlotForValue(const Value *IncomingValue, in reservePreviousStackSlotForValue() argument 199 SDValue Incoming = Builder.getValue(IncomingValue); in reservePreviousStackSlotForValue() 214 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth); in reservePreviousStackSlotForValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 174 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()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 715 Value *IncomingValue = PN->getIncomingValue(i); in SwitchToNewBasicBlock() local 718 ResultValues.push_back(getOperandValue(IncomingValue, SF)); in SwitchToNewBasicBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 944 Value *IncomingValue = PN->getIncomingValue(i); in SwitchToNewBasicBlock() local 947 ResultValues.push_back(getOperandValue(IncomingValue, SF)); in SwitchToNewBasicBlock()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 944 Value *IncomingValue = PN->getIncomingValue(i); in SwitchToNewBasicBlock() local 947 ResultValues.push_back(getOperandValue(IncomingValue, SF)); in SwitchToNewBasicBlock()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 3391 auto *IncomingValue = PhiLPInst->getIncomingValue(Idx); in SimplifyCommonResume() local 3400 if (IncomingValue != LandingPad) in SimplifyCommonResume()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 3784 auto *IncomingValue = PhiLPInst->getIncomingValue(Idx); in SimplifyCommonResume() local 3793 if (IncomingValue != LandingPad) in SimplifyCommonResume()
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1178 func (v Value) IncomingValue(i int) (rv Value) { func
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 1231 func (v Value) IncomingValue(i int) (rv Value) { func
|