Searched defs:PAI (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | CallLowering.h | 134 std::optional<PtrAuthInfo> PAI; member
|
/llvm-project/clang-tools-extra/clangd/tool/ |
H A D | ClangdMain.cpp | 895 auto PAI = createProjectAwareIndex(loadExternalIndex, Sync); clangdMain() local
|
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64CallLowering.cpp | 1020 getCallOpcode(const MachineFunction & CallerF,bool IsIndirect,bool IsTailCall,std::optional<CallLowering::PtrAuthInfo> & PAI,MachineRegisterInfo & MRI) getCallOpcode() argument [all...] |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 98 lowerCall(MachineIRBuilder & MIRBuilder,const CallBase & CB,ArrayRef<Register> ResRegs,ArrayRef<ArrayRef<Register>> ArgRegs,Register SwiftErrorVReg,std::optional<PtrAuthInfo> PAI,Register ConvergenceCtrlToken,std::function<unsigned ()> GetCalleeReg) const lowerCall() argument
|
H A D | IRTranslator.cpp | 2651 std::optional<CallLowering::PtrAuthInfo> PAI; translateCallBase() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 8702 LowerCallTo(const CallBase & CB,SDValue Callee,bool isTailCall,bool isMustTailCall,const BasicBlock * EHPadBB,const TargetLowering::PtrAuthInfo * PAI) LowerCallTo() argument 9413 TargetLowering::PtrAuthInfo PAI = {Key->getZExtValue(), LowerCallSiteWithPtrAuthBundle() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 4543 std::optional<PtrAuthInfo> PAI; global() member
|