Home
last modified time | relevance | path

Searched refs:EntryIndex (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDbgEntityHistoryCalculator.h30 typedef size_t EntryIndex; typedef
34 static const EntryIndex NoEntry = std::numeric_limits<EntryIndex>::max();
61 EntryIndex getEndIndex() const { return EndIndex; } in getEndIndex()
68 void endEntry(EntryIndex EndIndex);
72 EntryIndex EndIndex;
83 EntryIndex &NewIndex);
84 EntryIndex startClobber(InlinedEntity Var, const MachineInstr &MI);
86 Entry &getEntry(InlinedEntity Var, EntryIndex Index) { in getEntry()
/external/llvm-project/llvm/include/llvm/CodeGen/
DDbgEntityHistoryCalculator.h50 typedef size_t EntryIndex; typedef
54 static const EntryIndex NoEntry = std::numeric_limits<EntryIndex>::max();
83 EntryIndex getEndIndex() const { return EndIndex; } in getEndIndex()
90 void endEntry(EntryIndex EndIndex);
94 EntryIndex EndIndex;
105 EntryIndex &NewIndex);
106 EntryIndex startClobber(InlinedEntity Var, const MachineInstr &MI);
108 Entry &getEntry(InlinedEntity Var, EntryIndex Index) { in getEntry()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDbgEntityHistoryCalculator.cpp35 using EntryIndex = DbgValueHistoryMap::EntryIndex; typedef
55 EntryIndex &NewIndex) { in startDbgValue()
73 EntryIndex DbgValueHistoryMap::startClobber(InlinedEntity Var, in startClobber()
84 void DbgValueHistoryMap::Entry::endEntry(EntryIndex Index) { in endEntry()
107 using DbgValueEntriesMap = std::map<InlinedEntity, SmallSet<EntryIndex, 1>>;
140 EntryIndex ClobberIndex = HistMap.startClobber(Var, ClobberingInstr); in clobberRegEntries()
143 SmallVector<EntryIndex, 4> IndicesToErase; in clobberRegEntries()
163 EntryIndex NewIndex; in handleNewDebugValue()
169 SmallVector<EntryIndex, 4> IndicesToErase; in handleNewDebugValue()
323 EntryIndex ClobIdx = DbgValues.startClobber(Pair.first, MBB.back()); in calculateDbgEntityHistory()
[all …]
DDwarfDebug.cpp1432 std::pair<DbgValueHistoryMap::EntryIndex, DbgValueLoc>; in buildLocationList()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDbgEntityHistoryCalculator.cpp37 using EntryIndex = DbgValueHistoryMap::EntryIndex; typedef
89 EntryIndex &NewIndex) { in startDbgValue()
107 EntryIndex DbgValueHistoryMap::startClobber(InlinedEntity Var, in startClobber()
118 void DbgValueHistoryMap::Entry::endEntry(EntryIndex Index) { in endEntry()
150 SmallVector<EntryIndex, 4> ToRemove; in trimLocationRanges()
194 EntryIndex StartIndex = 0; in trimLocationRanges()
203 EntryIndex EndIndex = EI->getEndIndex(); in trimLocationRanges()
291 using DbgValueEntriesMap = std::map<InlinedEntity, SmallSet<EntryIndex, 1>>;
324 EntryIndex ClobberIndex = HistMap.startClobber(Var, ClobberingInstr); in clobberRegEntries()
327 SmallVector<EntryIndex, 4> IndicesToErase; in clobberRegEntries()
[all …]
DDwarfDebug.cpp1628 std::pair<DbgValueHistoryMap::EntryIndex, DbgValueLoc>; in buildLocationList()
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp192 uint64_t EntryIndex = 0; in emitDebugRanges() local
198 Twine(EntryIndex) + in emitDebugRanges()
221 ++EntryIndex; in emitDebugRanges()
/external/llvm-project/clang/lib/Analysis/
DThreadSafety.cpp345 unsigned EntryIndex; member
772 CurrBlockInfo->EntryIndex = getContextIndex(); in traverseCFG()
1615 LVarCtx(Info.EntryContext), CtxIndex(Info.EntryIndex) {} in BuildLockset()
/external/clang/lib/Analysis/
DThreadSafety.cpp310 unsigned EntryIndex; // Used to replay contexts later member
732 CurrBlockInfo->EntryIndex = getContextIndex(); in traverseCFG()
1487 CtxIndex(Info.EntryIndex) in BuildLockset()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp1100 size_t EntryIndex = (reinterpret_cast<uintptr_t>(&Sym) - in getSymbolVersion() local
1106 Obj.template getEntry<Elf_Versym>(*SymbolVersionSection, EntryIndex)) in getSymbolVersion()