| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblySubtarget.h | 113 bool hasTailCall() const { return HasTailCall; } in hasTailCall() function
|
| H A D | WebAssemblyTargetTransformInfo.cpp | 288 return getST()->hasTailCall(); in supportsTailCalls()
|
| H A D | WebAssemblyInstrInfo.td | 92 Predicate<"Subtarget->hasTailCall()">,
|
| H A D | WebAssemblyISelLowering.cpp | 1218 if (!Subtarget->hasTailCall()) in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegUsageInfoPropagate.cpp | 136 if (!MFI.hasCalls() && !MFI.hasTailCall()) in run()
|
| H A D | MIRPrinter.cpp | 355 YamlMFI.HasTailCall = MFI.hasTailCall(); in convertMFI()
|
| H A D | ScheduleDAGInstrs.cpp | 155 if (MFI.hasTailCall()) in getUnderlyingObjectsForInstr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVMachineFunctionInfo.h | 129 VarArgsSaveSize == 0 && !MF.getFrameInfo().hasTailCall() &&
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineFrameInfo.h | 407 return getStackSize() != 0 || hasTailCall(); in needsSplitStackProlog() 648 bool hasTailCall() const { return HasTailCall; } in hasTailCall() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUResourceUsageAnalysis.cpp | 174 if (!FrameInfo.hasCalls() && !FrameInfo.hasTailCall()) { in analyzeResourceUsage()
|
| H A D | SIMachineFunctionInfo.cpp | 308 !MF.getFrameInfo().hasTailCall() || hasInitWholeWave())) in allocateWWMSpill()
|
| H A D | SIFrameLowering.cpp | 1618 if (MFI->isChainFunction() && !MF.getFrameInfo().hasTailCall()) in determineCalleeSaves()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELFTypes.h | 938 bool hasTailCall() const { return MD.HasTailCall; }
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFrameLowering.cpp | 331 static bool hasTailCall(const MachineBasicBlock &MBB) { in hasTailCall() function 1426 bool HasTC = hasTailCall(MBB) || !hasReturn(MBB); in insertCSRRestoresInBlock()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 97 bool hasTailCall() const { return HasTailCall; } in hasTailCall() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFrameLowering.cpp | 2081 if (MFI.getSavePoint() && MFI.hasTailCall()) { in processFunctionBeforeFrameFinalized()
|
| H A D | PPCAsmPrinter.cpp | 2181 if (MF->getFrameInfo().hasCalls() || MF->getFrameInfo().hasTailCall() || in emitFunctionBodyStart()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFrameLowering.cpp | 2943 bool ExpensiveLRRestore = AFI->isThumb1OnlyFunction() && MFI.hasTailCall(); in determineCalleeSaves()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | MemProfContextDisambiguation.cpp | 2833 if (!CallEdge.second.hasTailCall()) in findProfiledCalleeThroughTailCalls()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 7936 W.printBoolean("HasTailCall", BBE.hasTailCall()); in printBBAddrMaps()
|