Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstrumentation.h78 bool NoRedZone; member
119 bool NoRedZone = false; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp96 if (F.hasFnAttribute(Attribute::NoRedZone)) in AArch64FunctionInfo()
H A DAArch64ISelLowering.h492 if (F.hasFnAttribute(Attribute::NoRedZone)) in getRedZoneSize()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp2013 if (Options.NoRedZone) in emitRegistration()
2014 RegisterF->addFnAttr(Attribute::NoRedZone); in emitRegistration()
2076 if (Options.NoRedZone) in emitRuntimeHook()
2077 User->addFnAttr(Attribute::NoRedZone); in emitRuntimeHook()
2132 if (Options.NoRedZone) in emitInitialization()
2133 F->addFnAttr(Attribute::NoRedZone); in emitInitialization()
H A DGCOVProfiling.cpp79 Options.NoRedZone = false; in getDefault()
980 if (Options.NoRedZone) in createInternalFunction()
981 F->addFnAttr(Attribute::NoRedZone); in createInternalFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp65 Attribute::NoRedZone, in isValidForDXIL()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp175 !MF.getFunction().hasFnAttribute(Attribute::NoRedZone); in needsSPWriteback()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp545 Options.NoRedZone = CodeGenOpts.DisableRedZone; in getGCOVOptions()
558 Options.NoRedZone = CodeGenOpts.DisableRedZone; in getInstrProfOptions()
H A DCGCall.cpp1972 FuncAttrs.addAttribute(llvm::Attribute::NoRedZone); in getTrivialDefaultFunctionAttributes()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td223 def NoRedZone : EnumAttr<"noredzone", IntersectPreserve, [FnAttr]>;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp953 case Attribute::NoRedZone: in constructFunctionDeclaration()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp315 bool DisableRedZone = MF.getFunction().hasFnAttribute(Attribute::NoRedZone); in determineFrameLayout()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp670 case Attribute::NoRedZone: in getAttrKindEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1858 case Attribute::NoRedZone: return 1 << 22; in getRawAttributeMask()
2126 return Attribute::NoRedZone; in getAttrFromCode()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1460 return Is64Bit && !IsWin64CC && !Fn.hasFnAttribute(Attribute::NoRedZone); in has128ByteRedZone()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp827 case Attribute::NoRedZone: in getAttrKindEncoding()