Searched refs:StackProbeSize (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86WinAllocaExpander.cpp | 64 int64_t StackProbeSize; member in __anon579a29550111::X86WinAllocaExpander 104 if (AllocaAmount < 0 || AllocaAmount > StackProbeSize) in getLowering() 108 if (CurrentOffset + AllocaAmount <= StackProbeSize) in getLowering() 290 StackProbeSize = 4096; in runOnMachineFunction() 295 .getAsInteger(0, StackProbeSize); in runOnMachineFunction() 299 StackProbeSize = INT64_MAX; in runOnMachineFunction()
|
D | X86FrameLowering.cpp | 1011 unsigned StackProbeSize = 4096; in emitPrologue() local 1015 .getAsInteger(0, StackProbeSize); in emitPrologue() 1231 if (AlignedNumBytes >= StackProbeSize && UseStackProbe) { in emitPrologue()
|
/external/llvm/lib/Target/X86/ |
D | X86WinAllocaExpander.cpp | 64 int64_t StackProbeSize; member in __anonb33718fd0111::X86WinAllocaExpander 103 if (AllocaAmount < 0 || AllocaAmount > StackProbeSize) in getLowering() 107 if (CurrentOffset + AllocaAmount <= StackProbeSize) in getLowering() 280 StackProbeSize = 4096; in runOnMachineFunction() 285 .getAsInteger(0, StackProbeSize); in runOnMachineFunction()
|
D | X86FrameLowering.cpp | 954 unsigned StackProbeSize = 4096; in emitPrologue() local 958 .getAsInteger(0, StackProbeSize); in emitPrologue() 1156 if (AlignedNumBytes >= StackProbeSize && UseStackProbe) { in emitPrologue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 372 unsigned StackProbeSize = 4096; in windowsRequiresStackProbe() local 376 .getAsInteger(0, StackProbeSize); in windowsRequiresStackProbe() 377 return (StackSizeInBytes >= StackProbeSize) && in windowsRequiresStackProbe()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 734 unsigned StackProbeSize = Opts.StackProbeSize; in ParseCodeGenArgs() local 735 Val.getAsInteger(0, StackProbeSize); in ParseCodeGenArgs() 736 Opts.StackProbeSize = StackProbeSize; in ParseCodeGenArgs()
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.def | 183 VALUE_CODEGENOPT(StackProbeSize , 32, 4096) ///< Overrides default stack
|
/external/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 174 unsigned StackProbeSize = (MFI->getStackProtectorIndex() > 0) ? 4080 : 4096; in WindowsRequiresStackProbe() local 178 .getAsInteger(0, StackProbeSize); in WindowsRequiresStackProbe() 179 return StackSizeInBytes >= StackProbeSize; in WindowsRequiresStackProbe()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 219 unsigned StackProbeSize = (MFI.getStackProtectorIndex() > 0) ? 4080 : 4096; in WindowsRequiresStackProbe() local 223 .getAsInteger(0, StackProbeSize); in WindowsRequiresStackProbe() 224 return (StackSizeInBytes >= StackProbeSize) && in WindowsRequiresStackProbe()
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 2175 if (CGM.getCodeGenOpts().StackProbeSize != 4096) { in addStackProbeSizeTargetAttribute() 2179 llvm::utostr(CGM.getCodeGenOpts().StackProbeSize)); in addStackProbeSizeTargetAttribute()
|