Searched refs:hasCalls (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetOptionsImpl.cpp37 return MF.getFrameInfo().hasCalls();
H A DRegUsageInfoPropagate.cpp110 if (!MFI.hasCalls() && !MFI.hasTailCall())
H A DMIRPrinter.cpp342 YamlMFI.HasCalls = MFI.hasCalls();
H A DPrologEpilogInserter.cpp620 if (!MFI.hasCalls())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp171 if (MFI.hasCalls() && !SavedBlink) {
214 if (MFI.hasCalls()) {
226 if ((hasFP(MF) && Reg == ARC::FP) || (MFI.hasCalls() && Reg == ARC::BLINK))
275 if (MFI.hasCalls() && !SavedBlink) {
362 if (MFI.hasCalls() || (UseSaveRestoreFunclet && Last > ARC::R14)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp96 MF.getFunction().hasPersonalityFn() && MF.getFrameInfo().hasCalls();
121 bool CanUseRedZone = MFI.getStackSize() <= RedZoneSize && !MFI.hasCalls() &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp49 bool hasCalls = false, hasDynamicAllocas = false; local
63 hasCalls |= (isa<CallInst>(I) && !isa<DbgInfoIntrinsic>(I));
72 CodeInfo->ContainsCalls |= hasCalls;
326 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; local
364 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II));
435 CodeInfo->ContainsCalls |= hasCalls;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp230 if (MFI.hasCalls() && MF.hasInlineAsm())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp110 if (hasCalls()) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h601 bool hasCalls() const { return HasCalls; } function in class:llvm::MachineFrameInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp325 return !(MFI.hasCalls() // has calls
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp358 return !MFI.hasCalls() // No calls
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp165 if (MFFrame.hasCalls())
472 if (HasStackObject || MFFrame.hasCalls())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp449 if (MF.getFrameInfo().hasCalls()) {
1154 FrameInfo.hasCalls() &&
1269 if (MFI.hasCalls() &&
H A DSIMachineFunctionInfo.cpp326 if ((FrameInfo.hasCalls() || !isEntryFunction()) && CSRegs &&
H A DAMDGPUAsmPrinter.cpp670 if (!FrameInfo.hasCalls() && !FrameInfo.hasTailCall()) {
H A DSIRegisterInfo.cpp390 return MFI.hasStackObjects() || MFI.hasCalls();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h307 bool hasCalls() const { return !CallTargets.empty(); } function in class:llvm::sampleprof::SecCommonFlags::SecNameTableFlags::SecProfSummaryFlags::SampleRecord
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp538 if (MF.getFunction().hasFnAttribute("interrupt") && MFI.hasCalls()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1087 if (MFI.hasCalls())
2183 assert(!MFI.hasCalls() || (StackSize % 16) == 8);
2201 assert((!MFI.hasCalls() || (FPDelta % 16) == 0) &&
2999 if (MFI.hasCalls()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1559 if (MF->getFrameInfo().hasCalls() || MF->getFrameInfo().hasTailCall() ||
H A DPPCFrameLowering.cpp2311 if (!EnablePEVectorSpills || MFI.hasCalls() || !Subtarget.hasP9Vector())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp643 if (MFI.hasCalls() && MF->hasInlineAsm())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1176 if ((MFI.hasCalls() && !enableAllocFrameElim(MF)) || HMFI.hasClobberLR())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp288 return !(MFI.hasCalls() || hasFP(MF) || NumBytes > 128 ||

Completed in 392 milliseconds

12