Home
last modified time | relevance | path

Searched defs:PAI (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h134 std::optional<PtrAuthInfo> PAI; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp1024 std::optional<CallLowering::PtrAuthInfo> &PAI, in getCallOpcode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp98 std::optional<PtrAuthInfo> PAI, in lowerCall()
H A DIRTranslator.cpp2662 std::optional<CallLowering::PtrAuthInfo> PAI; in translateCallBase() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8717 const TargetLowering::PtrAuthInfo *PAI) { in LowerCallTo()
9471 TargetLowering::PtrAuthInfo PAI = {Key->getZExtValue(), in LowerCallSiteWithPtrAuthBundle() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4542 std::optional<PtrAuthInfo> PAI; member