Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCFrameLowering.cpp172 if (MFI.hasCalls() && !SavedBlink) { in emitPrologue()
215 if (MFI.hasCalls()) { in emitPrologue()
227 if ((hasFP(MF) && Reg == ARC::FP) || (MFI.hasCalls() && Reg == ARC::BLINK)) in emitPrologue()
276 if (MFI.hasCalls() && !SavedBlink) { in emitEpilogue()
363 if (MFI.hasCalls() || (UseSaveRestoreFunclet && Last > ARC::R14)) { in assignCalleeSavedSpillSlots()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp37 return MF.getFrameInfo().hasCalls(); in DisableFramePointerElim()
DRegUsageInfoPropagate.cpp110 if (!MFI.hasCalls() && !MFI.hasTailCall()) in runOnMachineFunction()
DMIRPrinter.cpp338 YamlMFI.HasCalls = MFI.hasCalls(); in convert()
DPrologEpilogInserter.cpp618 if (!MFI.hasCalls()) in spillCalleeSavedRegs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneFunction.cpp49 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBasicBlock() local
63 hasCalls |= (isa<CallInst>(I) && !isa<DbgInfoIntrinsic>(I)); in CloneBasicBlock()
73 CodeInfo->ContainsCalls |= hasCalls; in CloneBasicBlock()
329 bool hasCalls = false, hasDynamicAllocas = false, hasStaticAllocas = false; in CloneBlock() local
367 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II)); in CloneBlock()
438 CodeInfo->ContainsCalls |= hasCalls; in CloneBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp95 MF.getFunction().hasPersonalityFn() && MF.getFrameInfo().hasCalls(); in needsPrologForEH()
120 bool CanUseRedZone = MFI.getStackSize() <= RedZoneSize && !MFI.hasCalls() && in needsSPWriteback()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProf.cpp109 if (hasCalls()) { in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DInstructionSelect.cpp232 if (MFI.hasCalls() && MF.hasInlineAsm()) in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp203 if (MFFrame.hasCalls()) in determineCalleeSaves()
487 if (HasStackObject || MFFrame.hasCalls()) in emitPrologue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVEFrameLowering.cpp312 return !MFI.hasCalls() // No calls in isLeafProc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp326 return !(MFI.hasCalls() // has calls in isLeafProc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h582 bool hasCalls() const { return HasCalls; } in hasCalls() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVFrameLowering.cpp372 if (MF.getFunction().hasFnAttribute("interrupt") && MFI.hasCalls()) { in determineCalleeSaves()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.cpp299 if ((FrameInfo.hasCalls() || !isEntryFunction()) && CSRegs && in allocateSGPRSpillToVGPR()
DSIFrameLowering.cpp1003 FrameInfo.hasCalls() && in determineCalleeSaves()
1127 if (MFI.hasCalls()) { in hasFP()
DAMDGPUAsmPrinter.cpp651 if (!FrameInfo.hasCalls() && !FrameInfo.hasTailCall()) { in analyzeResourceUsage()
DSIRegisterInfo.cpp280 return MFI.hasStackObjects() || MFI.hasCalls(); in requiresRegisterScavenging()
DSIISelLowering.cpp1895 bool RequiresStackAccess = HasStackObjects || MFI.hasCalls(); in reservePrivateMemoryRegs()
1933 if (MFI.hasCalls()) in reservePrivateMemoryRegs()
1947 if (MFI.hasCalls()) { in reservePrivateMemoryRegs()
1957 assert(!MFI.hasCalls()); in reservePrivateMemoryRegs()
1970 assert(!MFI.hasCalls()); in reservePrivateMemoryRegs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DSampleProf.h250 bool hasCalls() const { return !CallTargets.empty(); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp852 if (MFI.hasCalls()) in calculateMaxStackAlign()
1795 assert(!MFI.hasCalls() || (StackSize % 16) == 8); in getFrameIndexReference()
1813 assert((!MFI.hasCalls() || (FPDelta % 16) == 0) && in getFrameIndexReference()
2613 if (MFI.hasCalls()) { in adjustForHiPEPrologue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp2139 if (!EnablePEVectorSpills || MFI.hasCalls() || !Subtarget.hasP9Vector()) in assignCalleeSavedSpillSlots()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1027 if ((MFI.hasCalls() && !enableAllocFrameElim(MF)) || HMFI.hasClobberLR()) in hasFP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp232 return !(MFI.hasCalls() || hasFP(MF) || NumBytes > 128 || in canUseRedZone()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp640 if (MFI.hasCalls() && MF->hasInlineAsm()) in runOnMachineFunction()