/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCFrameLowering.cpp | 172 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/ |
D | TargetOptionsImpl.cpp | 37 return MF.getFrameInfo().hasCalls(); in DisableFramePointerElim()
|
D | RegUsageInfoPropagate.cpp | 110 if (!MFI.hasCalls() && !MFI.hasTailCall()) in runOnMachineFunction()
|
D | MIRPrinter.cpp | 338 YamlMFI.HasCalls = MFI.hasCalls(); in convert()
|
D | PrologEpilogInserter.cpp | 618 if (!MFI.hasCalls()) in spillCalleeSavedRegs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 49 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/ |
D | WebAssemblyFrameLowering.cpp | 95 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/ |
D | SampleProf.cpp | 109 if (hasCalls()) { in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | InstructionSelect.cpp | 232 if (MFI.hasCalls() && MF.hasInlineAsm()) in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 203 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/ |
D | VEFrameLowering.cpp | 312 return !MFI.hasCalls() // No calls in isLeafProc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcFrameLowering.cpp | 326 return !(MFI.hasCalls() // has calls in isLeafProc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 582 bool hasCalls() const { return HasCalls; } in hasCalls() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVFrameLowering.cpp | 372 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/ |
D | SIMachineFunctionInfo.cpp | 299 if ((FrameInfo.hasCalls() || !isEntryFunction()) && CSRegs && in allocateSGPRSpillToVGPR()
|
D | SIFrameLowering.cpp | 1003 FrameInfo.hasCalls() && in determineCalleeSaves() 1127 if (MFI.hasCalls()) { in hasFP()
|
D | AMDGPUAsmPrinter.cpp | 651 if (!FrameInfo.hasCalls() && !FrameInfo.hasTailCall()) { in analyzeResourceUsage()
|
D | SIRegisterInfo.cpp | 280 return MFI.hasStackObjects() || MFI.hasCalls(); in requiresRegisterScavenging()
|
D | SIISelLowering.cpp | 1895 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/ |
D | SampleProf.h | 250 bool hasCalls() const { return !CallTargets.empty(); }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 852 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/ |
D | PPCFrameLowering.cpp | 2139 if (!EnablePEVectorSpills || MFI.hasCalls() || !Subtarget.hasP9Vector()) in assignCalleeSavedSpillSlots()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 1027 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/ |
D | AArch64FrameLowering.cpp | 232 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/ |
D | SelectionDAGISel.cpp | 640 if (MFI.hasCalls() && MF->hasInlineAsm()) in runOnMachineFunction()
|