Home
last modified time | relevance | path

Searched refs:IndexMap (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp290 void HexagonBlockRanges::computeInitialLiveRanges(InstrIndexMap &IndexMap, in computeInitialLiveRanges() argument
294 MachineBasicBlock &B = IndexMap.getBlock(); in computeInitialLiveRanges()
318 IndexType Index = IndexMap.getIndex(&In); in computeInitialLiveRanges()
422 InstrIndexMap &IndexMap) { in computeLiveMap() argument
424 LLVM_DEBUG(dbgs() << __func__ << ": index map\n" << IndexMap << '\n'); in computeLiveMap()
425 computeInitialLiveRanges(IndexMap, LiveMap); in computeLiveMap()
432 InstrIndexMap &IndexMap, RegToRangeMap &LiveMap) { in computeDeadMap() argument
435 auto addDeadRanges = [&IndexMap,&LiveMap,&DeadMap] (RegisterRef R) -> void { in computeDeadMap()
447 IndexType DE = IndexMap.getPrevIndex(A->start()); in computeDeadMap()
456 IndexType DS = IndexMap.getNextIndex(AE); in computeDeadMap()
[all …]
H A DHexagonBlockRanges.h147 RegToRangeMap computeLiveMap(InstrIndexMap &IndexMap);
148 RegToRangeMap computeDeadMap(InstrIndexMap &IndexMap, RegToRangeMap &LiveMap);
167 void computeInitialLiveRanges(InstrIndexMap &IndexMap,
H A DHexagonFrameLowering.h163 HexagonBlockRanges::InstrIndexMap &IndexMap,
H A DHexagonFrameLowering.cpp2133 HexagonBlockRanges::InstrIndexMap &IndexMap, in findPhysReg() argument
2214 auto &IndexMap = P.first->second; in optimizeSpillSlots() local
2216 << IndexMap << '\n'); in optimizeSpillSlots()
2283 IndexType Index = IndexMap.getIndex(&In); in optimizeSpillSlots()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp66 : IndexMap(SourceToDest) { in TypeStreamMerger()
121 return remapIndex(Idx, IndexMap); in remapTypeIndex()
125 return remapIndex(Idx, IndexMap); in remapItemIndex()
194 SmallVectorImpl<TypeIndex> &IndexMap; member in __anon935fbd1e0111::TypeStreamMerger
209 assert(IndexMap.size() == slotForIndex(CurIndex) && in addMapping()
211 IndexMap.push_back(Idx); in addMapping()
213 assert(slotForIndex(CurIndex) < IndexMap.size()); in addMapping()
214 IndexMap[slotForIndex(CurIndex)] = Idx; in addMapping()
382 assert((IsSecondPass || IndexMap.size() == slotForIndex(CurIndex)) && in remapType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeThreadWindows.h63 using IndexMap = std::map<lldb::addr_t, uint32_t>; variable
64 IndexMap m_watchpoint_index_map;
65 IndexMap m_hw_breakpoint_index_map;
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp703 SmallVector<uint32_t, 16> IndexMap(SecHdrTable.size(), -1); in writeSecHdrTable() local
705 IndexMap[SecHdrTable[TableIdx].LayoutIndex] = TableIdx; in writeSecHdrTable()
719 assert(IndexMap[LayoutIdx] < SecHdrTable.size() && in writeSecHdrTable()
721 auto Entry = SecHdrTable[IndexMap[LayoutIdx]]; in writeSecHdrTable()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp790 std::map<int, int> IndexMap; in RewriteFile() local
799 ++IndexMap[NumRegularPieces]; in RewriteFile()
842 int PopUpPieceIndex = IndexMap[NumRegularPieces]; in RewriteFile()
853 --IndexMap[NumRegularPieces]; in RewriteFile()