Searched refs:HasAlloca (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 851 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/ |
D | HexagonFrameLowering.cpp | 999 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/ |
D | CodeView.h | 211 HasAlloca = 0x00000001, enumerator
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 1149 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/ |
D | CodeView.h | 220 HasAlloca = 0x00000001, enumerator
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 220 HasAlloca = 0x00000001, enumerator
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 220 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasAlloca),
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 208 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasAlloca),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 200 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasAlloca),
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.cpp | 111 PUSH_FLAG(FrameProcedureOptions, HasAlloca, FPO, "has alloca"); in formatFrameProcedureOptions()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1387 FPO |= FrameProcedureOptions::HasAlloca; in beginFunctionImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1372 FPO |= FrameProcedureOptions::HasAlloca; in beginFunctionImpl()
|