Home
last modified time | relevance | path

Searched refs:HasAlloca (Results 1 – 8 of 8) 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-7.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp969 bool HasAlloca = MFI.hasVarSizedObjects(); in hasFP() local
984 if (HasAlloca || HasExtraAlign) in hasFP()
1086 bool HasAlloca = MFI.hasVarSizedObjects(); in getFrameIndexReference() local
1122 UseFP |= (HasAlloca || HasExtraAlign); in getFrameIndexReference()
1124 if (HasAlloca) { in getFrameIndexReference()
1330 bool HasAlloca = MFI.hasVarSizedObjects(); in processFunctionBeforeFrameFinalized() local
1333 if (!HasAlloca || !NeedsAlign) in processFunctionBeforeFrameFinalized()
DHexagonInstrInfo.cpp884 bool HasAlloca = MFI.hasVarSizedObjects(); in storeRegToStackSlot() local
913 if (HasAlloca) in storeRegToStackSlot()
925 if (HasAlloca) in storeRegToStackSlot()
949 bool HasAlloca = MFI.hasVarSizedObjects(); in loadRegFromStackSlot() local
973 if (HasAlloca) in loadRegFromStackSlot()
984 if (HasAlloca) in loadRegFromStackSlot()
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h211 HasAlloca = 0x00000001, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h220 HasAlloca = 0x00000001, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp189 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasAlloca),
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp220 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasAlloca),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp112 PUSH_FLAG(FrameProcedureOptions, HasAlloca, FPO, "has alloca"); in formatFrameProcedureOptions()