Home
last modified time | relevance | path

Searched refs:HasAlloca (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1151 bool HasAlloca = MFI.hasVarSizedObjects(); in hasFP() local
1166 if (HasAlloca || HasExtraAlign) in hasFP()
1269 bool HasAlloca = MFI.hasVarSizedObjects(); in getFrameIndexReference() local
1302 UseFP |= (HasAlloca || HasExtraAlign); in getFrameIndexReference()
1304 if (HasAlloca) { in getFrameIndexReference()
1510 bool HasAlloca = MFI.hasVarSizedObjects(); in processFunctionBeforeFrameFinalized() local
1513 if (!HasAlloca || !NeedsAlign) in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h232 HasAlloca = 0x00000001, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp215 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasAlloca),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp114 PUSH_FLAG(FrameProcedureOptions, HasAlloca, FPO, "has alloca"); in formatFrameProcedureOptions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1520 FPO |= FrameProcedureOptions::HasAlloca; in beginFunctionImpl()