Home
last modified time | relevance | path

Searched refs:NoRedZone (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DInstrumentation.h70 bool NoRedZone; member
131 bool NoRedZone = false; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp954 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()
DGCOVProfiling.cpp63 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/
DAttributes.inc29 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/
DAttributes.gen29 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/
DAttributes.gen29 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/
DAttributes.gen29 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/
DAttributes.gen29 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/
DAttributes.gen29 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/
DForceFunctionAttrs.cpp44 .Case("noredzone", Attribute::NoRedZone) in parseAttrKind()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DAttributes.inc32 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/
DAttributesCompatFunc.inc32 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/
DAArch64MachineFunctionInfo.h137 if (MF.getFunction().hasFnAttribute(Attribute::NoRedZone)) in AArch64FunctionInfo()
DAArch64FrameLowering.cpp225 if (MF.getFunction().hasFnAttribute(Attribute::NoRedZone)) in canUseRedZone()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp121 !MF.getFunction().hasFnAttribute(Attribute::NoRedZone); in needsSPWriteback()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.td107 def NoRedZone : EnumAttr<"noredzone">;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp899 case Attribute::NoRedZone: in constructFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp333 if (hasAttribute(Attribute::NoRedZone)) in getAsString()
DVerifier.cpp1518 case Attribute::NoRedZone: in isFuncOnlyAttr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp489 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/
DX86FrameLowering.cpp882 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/
DBitcodeReader.cpp1240 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/
DBitcodeWriter.cpp659 case Attribute::NoRedZone: in getAttrKindEncoding()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp1289 case lltok::kw_noredzone: B.addAttribute(Attribute::NoRedZone); break; in ParseFnAttributeValuePairs()