Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3552 const Value *IRGuard = TLI.getSDagStackGuard(M); in emitSPDescriptorParent() local
3553 Register GuardPtr = getOrCreateVReg(*IRGuard); in emitSPDescriptorParent()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2947 const Value *IRGuard = TLI.getSDagStackGuard(M); in visitSPDescriptorParent() local
2948 SDValue GuardPtr = getValue(IRGuard); in visitSPDescriptorParent()
2951 MachinePointerInfo(IRGuard, 0), Align, in visitSPDescriptorParent()