Searched refs:IRGuard (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2086 const Value *IRGuard = TLI.getSDagStackGuard(M); in visitSPDescriptorParent() local 2087 SDValue GuardPtr = getValue(IRGuard); in visitSPDescriptorParent() 2090 DAG.getLoad(PtrTy, dl, Chain, GuardPtr, MachinePointerInfo(IRGuard, 0), in visitSPDescriptorParent()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2271 const Value *IRGuard = TLI.getSDagStackGuard(M); in visitSPDescriptorParent() local 2272 SDValue GuardPtr = getValue(IRGuard); in visitSPDescriptorParent() 2275 DAG.getLoad(PtrTy, dl, Chain, GuardPtr, MachinePointerInfo(IRGuard, 0), in visitSPDescriptorParent()
|