Home
last modified time | relevance | path

Searched refs:hasTailCall (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVMachineFunctionInfo.h65 VarArgsSaveSize == 0 && !MF.getFrameInfo().hasTailCall() && in useSaveRestoreLibCalls()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.h99 bool hasTailCall() const { return HasTailCall; } in hasTailCall() function
H A DWebAssemblyInstrInfo.td50 Predicate<"Subtarget->hasTailCall()">,
H A DWebAssemblyISelLowering.cpp848 if (!Subtarget->hasTailCall()) in LowerCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegUsageInfoPropagate.cpp110 if (!MFI.hasCalls() && !MFI.hasTailCall()) in runOnMachineFunction()
H A DMIRPrinter.cpp354 YamlMFI.HasTailCall = MFI.hasTailCall(); in convert()
H A DScheduleDAGInstrs.cpp144 if (MFI.hasTailCall()) in getUnderlyingObjectsForInstr()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h604 bool hasTailCall() const { return HasTailCall; } in hasTailCall() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp2149 bool ExpensiveLRRestore = AFI->isThumb1OnlyFunction() && MFI.hasTailCall(); in determineCalleeSaves()
2418 if (StackSize == 0 && !MFI.hasTailCall()) { in adjustForSegmentedStacks()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp336 static bool hasTailCall(const MachineBasicBlock &MBB) { in hasTailCall() function
1440 bool HasTC = hasTailCall(MBB) || !hasReturn(MBB); in insertCSRRestoresInBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp759 if (!FrameInfo.hasCalls() && !FrameInfo.hasTailCall()) { in analyzeResourceUsage()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1759 if (MF->getFrameInfo().hasCalls() || MF->getFrameInfo().hasTailCall() || in emitFunctionBodyStart()
H A DPPCFrameLowering.cpp2050 if (MFI.getSavePoint() && MFI.hasTailCall()) { in processFunctionBeforeFrameFinalized()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2765 if (StackSize == 0 && !MFI.hasTailCall()) { in adjustForSegmentedStacks()