Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PointerAuth.cpp349 assert(AArch64InstrInfo::isTailCallReturnInst(*TI) && in checkAuthenticatedLR()
388 if (AArch64InstrInfo::isTailCallReturnInst(MI)) in runOnMachineFunction()
H A DAArch64InstrInfo.h133 static bool isTailCallReturnInst(const MachineInstr &MI);
H A DAArch64FrameLowering.cpp274 ? AArch64InstrInfo::isTailCallReturnInst(*MBBI) in getArgumentStackToRestore()
H A DAArch64InstrInfo.cpp2498 bool AArch64InstrInfo::isTailCallReturnInst(const MachineInstr &MI) { in isTailCallReturnInst() function in AArch64InstrInfo
8280 if (isTailCallReturnInst(RepeatedSequenceLocs[0].back())) in getOutliningCandidateInfo()