Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3752 const Value *IRGuard = TLI->getSDagStackGuard(M); in emitSPDescriptorParent() local
3753 Register GuardPtr = getOrCreateVReg(*IRGuard); in emitSPDescriptorParent()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3140 const Value *IRGuard = TLI.getSDagStackGuard(M); in visitSPDescriptorParent() local
3141 SDValue GuardPtr = getValue(IRGuard); in visitSPDescriptorParent()
3144 MachinePointerInfo(IRGuard, 0), Align, in visitSPDescriptorParent()