Home
last modified time | relevance | path

Searched refs:IRGuard (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3299 const Value *IRGuard = TLI.getSDagStackGuard(M); in emitSPDescriptorParent() local
3300 Register GuardPtr = getOrCreateVReg(*IRGuard); in emitSPDescriptorParent()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2766 const Value *IRGuard = TLI.getSDagStackGuard(M); in visitSPDescriptorParent() local
2767 SDValue GuardPtr = getValue(IRGuard); in visitSPDescriptorParent()
2770 MachinePointerInfo(IRGuard, 0), Align, in visitSPDescriptorParent()