Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h279 static bool isTailCallReturnInst(const MachineInstr &MI);
H A DAArch64InstrInfo.cpp114 if (!MI.isBundle() && isTailCallReturnInst(MI)) { in getInstSizeInBytes()
2787 bool AArch64InstrInfo::isTailCallReturnInst(const MachineInstr &MI) { in isTailCallReturnInst() function in AArch64InstrInfo
9127 if (isTailCallReturnInst(RepeatedSequenceLocs[0].back())) in getOutliningCandidateInfo()
H A DAArch64AsmPrinter.cpp2778 assert(!AArch64InstrInfo::isTailCallReturnInst(*MI) && in emitInstruction()
H A DAArch64FrameLowering.cpp309 ? AArch64InstrInfo::isTailCallReturnInst(*MBBI) in getArgumentStackToRestore()