Home
last modified time | relevance | path

Searched refs:PtrAuthGlobalAddress (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h100 PtrAuthGlobalAddress, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp141 case ISD::PtrAuthGlobalAddress: return "PtrAuthGlobalAddress"; in getOperationName()
H A DSelectionDAGBuilder.cpp1816 return DAG.getNode(ISD::PtrAuthGlobalAddress, getCurSDLoc(), VT, in getValueImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp527 setOperationAction(ISD::PtrAuthGlobalAddress, MVT::i64, Custom); in AArch64TargetLowering()
7227 case ISD::PtrAuthGlobalAddress: in LowerOperation()