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/
H A DInstrumentation.h73 bool NoRedZone; member
113 bool NoRedZone = false; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp79 if (F.hasFnAttribute(Attribute::NoRedZone)) in AArch64FunctionInfo()
H A DAArch64ISelLowering.h981 if (F.hasFnAttribute(Attribute::NoRedZone)) in getRedZoneSize()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp2012 if (Options.NoRedZone) in emitRegistration()
2013 RegisterF->addFnAttr(Attribute::NoRedZone); in emitRegistration()
2067 if (Options.NoRedZone) in emitRuntimeHook()
2068 User->addFnAttr(Attribute::NoRedZone); in emitRuntimeHook()
2123 if (Options.NoRedZone) in emitInitialization()
2124 F->addFnAttr(Attribute::NoRedZone); in emitInitialization()
H A DGCOVProfiling.cpp79 Options.NoRedZone = false; in getDefault()
997 if (Options.NoRedZone) in createInternalFunction()
998 F->addFnAttr(Attribute::NoRedZone); in createInternalFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp64 Attribute::NoRedZone, in isValidForDXIL()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp177 !MF.getFunction().hasFnAttribute(Attribute::NoRedZone); in getSPReg()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp506 Options.NoRedZone = CodeGenOpts.DisableRedZone; in getGCOVOptions()
519 Options.NoRedZone = CodeGenOpts.DisableRedZone; in getInstrProfOptions()
H A DCGCall.cpp1875 FuncAttrs.addAttribute(llvm::Attribute::NoRedZone); in getTrivialDefaultFunctionAttributes()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td188 def NoRedZone : EnumAttr<"noredzone", [FnAttr]>;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp945 case Attribute::NoRedZone: in constructFunction()
/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.cpp663 case Attribute::NoRedZone: in getAttrKindEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1399 return Is64Bit && !IsWin64CC && !Fn.hasFnAttribute(Attribute::NoRedZone); in has128ByteRedZone()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1816 case Attribute::NoRedZone: return 1 << 22; in getRawAttributeMask()
2079 return Attribute::NoRedZone; in getAttrFromCode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp780 case Attribute::NoRedZone: in getAttrKindEncoding()