Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
H A DInstrumentation.h66 bool NoRedZone; member
123 bool NoRedZone = false; member
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1049 if (Options.NoRedZone) in emitRegistration()
1050 RegisterF->addFnAttr(Attribute::NoRedZone); in emitRegistration()
1100 if (Options.NoRedZone) in emitRuntimeHook()
1101 User->addFnAttr(Attribute::NoRedZone); in emitRuntimeHook()
1152 if (Options.NoRedZone) in emitInitialization()
1153 F->addFnAttr(Attribute::NoRedZone); in emitInitialization()
H A DGCOVProfiling.cpp85 Options.NoRedZone = false; in getDefault()
1033 if (Options.NoRedZone) in createInternalFunction()
1034 F->addFnAttr(Attribute::NoRedZone); in createInternalFunction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp83 if (MF.getFunction().hasFnAttribute(Attribute::NoRedZone)) in AArch64FunctionInfo()
H A DAArch64ISelLowering.h821 if (F.hasFnAttribute(Attribute::NoRedZone)) in getRedZoneSize()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DForceFunctionAttrs.cpp51 .Case("noredzone", Attribute::NoRedZone) in parseAttrKind()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp122 !MF.getFunction().hasFnAttribute(Attribute::NoRedZone); in needsSPWriteback()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.td140 def NoRedZone : EnumAttr<"noredzone">;
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp613 Options.NoRedZone = CodeGenOpts.DisableRedZone; in getGCOVOptions()
626 Options.NoRedZone = CodeGenOpts.DisableRedZone; in getInstrProfOptions()
H A DCGCall.cpp1760 FuncAttrs.addAttribute(llvm::Attribute::NoRedZone); in getDefaultFunctionAttributes()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp955 case Attribute::NoRedZone: in constructFunction()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp427 if (hasAttribute(Attribute::NoRedZone)) in getAsString()
H A DVerifier.cpp1671 case Attribute::NoRedZone: in isFuncOnlyAttr()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp314 bool DisableRedZone = MF.getFunction().hasFnAttribute(Attribute::NoRedZone); in determineFrameLayout()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1253 case Attribute::NoRedZone: return 1 << 22; in getRawAttributeMask()
1468 return Attribute::NoRedZone; in getAttrFromCode()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1219 return Is64Bit && !IsWin64CC && !Fn.hasFnAttribute(Attribute::NoRedZone); in has128ByteRedZone()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp677 case Attribute::NoRedZone: in getAttrKindEncoding()
/netbsd/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp1394 case lltok::kw_noredzone: B.addAttribute(Attribute::NoRedZone); break; in parseFnAttributeValuePairs()