Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp851 bool HasAlloca = MFI.hasVarSizedObjects(); in hasFP() local
865 if ((HasFixed || HasPrealloc) && (HasAlloca || HasExtraAlign)) in hasFP()
965 bool HasAlloca = MFI.hasVarSizedObjects(); in getFrameIndexReference() local
984 UseFP |= (HasAlloca || HasExtraAlign); in getFrameIndexReference()
986 if (HasAlloca) { in getFrameIndexReference()
1171 bool HasAlloca = MFI->hasVarSizedObjects(); in processFunctionBeforeFrameFinalized() local
1174 if (!HasAlloca || !NeedsAlign) in processFunctionBeforeFrameFinalized()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp999 bool HasAlloca = MFI.hasVarSizedObjects(); in hasFP() local
1014 if (HasAlloca || HasExtraAlign) in hasFP()
1116 bool HasAlloca = MFI.hasVarSizedObjects(); in getFrameIndexReference() local
1152 UseFP |= (HasAlloca || HasExtraAlign); in getFrameIndexReference()
1154 if (HasAlloca) { in getFrameIndexReference()
1360 bool HasAlloca = MFI.hasVarSizedObjects(); in processFunctionBeforeFrameFinalized() local
1363 if (!HasAlloca || !NeedsAlign) in processFunctionBeforeFrameFinalized()
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h211 HasAlloca = 0x00000001, enumerator
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1149 bool HasAlloca = MFI.hasVarSizedObjects(); in hasFP() local
1164 if (HasAlloca || HasExtraAlign) in hasFP()
1267 bool HasAlloca = MFI.hasVarSizedObjects(); in getFrameIndexReference() local
1303 UseFP |= (HasAlloca || HasExtraAlign); in getFrameIndexReference()
1305 if (HasAlloca) { in getFrameIndexReference()
1511 bool HasAlloca = MFI.hasVarSizedObjects(); in processFunctionBeforeFrameFinalized() local
1514 if (!HasAlloca || !NeedsAlign) in processFunctionBeforeFrameFinalized()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h220 HasAlloca = 0x00000001, enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h220 HasAlloca = 0x00000001, enumerator
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp220 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasAlloca),
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp208 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasAlloca),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp200 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasAlloca),
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp111 PUSH_FLAG(FrameProcedureOptions, HasAlloca, FPO, "has alloca"); in formatFrameProcedureOptions()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1387 FPO |= FrameProcedureOptions::HasAlloca; in beginFunctionImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1372 FPO |= FrameProcedureOptions::HasAlloca; in beginFunctionImpl()