/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/ |
D | Instrumentation.h | 70 bool NoRedZone; member 131 bool NoRedZone = false; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 954 if (Options.NoRedZone) in emitRegistration() 955 RegisterF->addFnAttr(Attribute::NoRedZone); in emitRegistration() 1002 if (Options.NoRedZone) in emitRuntimeHook() 1003 User->addFnAttr(Attribute::NoRedZone); in emitRuntimeHook() 1040 if (Options.NoRedZone) in emitInitialization() 1041 F->addFnAttr(Attribute::NoRedZone); in emitInitialization()
|
D | GCOVProfiling.cpp | 63 Options.NoRedZone = false; in getDefault() 864 if (Options.NoRedZone) in emitProfileArcs() 865 F->addFnAttr(Attribute::NoRedZone); in emitProfileArcs() 953 if (Options.NoRedZone) in insertCounterWriteout() 954 WriteoutF->addFnAttr(Attribute::NoRedZone); in insertCounterWriteout() 1204 if (Options.NoRedZone) in insertFlush() 1205 FlushF->addFnAttr(Attribute::NoRedZone); in insertFlush()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.inc | 29 NoRedZone, 86 .Case("noredzone", Attribute::NoRedZone) 279 return llvm::Attribute::NoRedZone;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Attributes.gen | 29 NoRedZone, 86 .Case("noredzone", Attribute::NoRedZone) 279 return llvm::Attribute::NoRedZone;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Attributes.gen | 29 NoRedZone, 86 .Case("noredzone", Attribute::NoRedZone) 279 return llvm::Attribute::NoRedZone;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Attributes.gen | 29 NoRedZone, 86 .Case("noredzone", Attribute::NoRedZone) 279 return llvm::Attribute::NoRedZone;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
D | Attributes.gen | 29 NoRedZone, 86 .Case("noredzone", Attribute::NoRedZone) 279 return llvm::Attribute::NoRedZone;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/ |
D | Attributes.gen | 29 NoRedZone, 86 .Case("noredzone", Attribute::NoRedZone) 279 return llvm::Attribute::NoRedZone;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ForceFunctionAttrs.cpp | 44 .Case("noredzone", Attribute::NoRedZone) in parseAttrKind()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | Attributes.inc | 32 NoRedZone, 101 .Case("noredzone", Attribute::NoRedZone) 318 return llvm::Attribute::NoRedZone;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/IR/ |
D | AttributesCompatFunc.inc | 32 NoRedZone, 101 .Case("noredzone", Attribute::NoRedZone) 318 return llvm::Attribute::NoRedZone;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64MachineFunctionInfo.h | 137 if (MF.getFunction().hasFnAttribute(Attribute::NoRedZone)) in AArch64FunctionInfo()
|
D | AArch64FrameLowering.cpp | 225 if (MF.getFunction().hasFnAttribute(Attribute::NoRedZone)) in canUseRedZone()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFrameLowering.cpp | 121 !MF.getFunction().hasFnAttribute(Attribute::NoRedZone); in needsSPWriteback()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.td | 107 def NoRedZone : EnumAttr<"noredzone">;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 899 case Attribute::NoRedZone: in constructFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Attributes.cpp | 333 if (hasAttribute(Attribute::NoRedZone)) in getAsString()
|
D | Verifier.cpp | 1518 case Attribute::NoRedZone: in isFuncOnlyAttr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 489 bool DisableRedZone = MF.getFunction().hasFnAttribute(Attribute::NoRedZone); in determineFrameLayout()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 882 return Is64Bit && !IsWin64CC && !Fn.hasFnAttribute(Attribute::NoRedZone); in has128ByteRedZone()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1240 case Attribute::NoRedZone: return 1 << 22; in getRawAttributeMask() 1475 return Attribute::NoRedZone; in getAttrFromCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 659 case Attribute::NoRedZone: in getAttrKindEncoding()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1289 case lltok::kw_noredzone: B.addAttribute(Attribute::NoRedZone); break; in ParseFnAttributeValuePairs()
|