Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp289 void HexagonBlockRanges::computeInitialLiveRanges(InstrIndexMap &IndexMap, in computeInitialLiveRanges() argument
293 MachineBasicBlock &B = IndexMap.getBlock(); in computeInitialLiveRanges()
317 IndexType Index = IndexMap.getIndex(&In); in computeInitialLiveRanges()
419 InstrIndexMap &IndexMap) { in computeLiveMap() argument
421 LLVM_DEBUG(dbgs() << __func__ << ": index map\n" << IndexMap << '\n'); in computeLiveMap()
422 computeInitialLiveRanges(IndexMap, LiveMap); in computeLiveMap()
429 InstrIndexMap &IndexMap, RegToRangeMap &LiveMap) { in computeDeadMap() argument
432 auto addDeadRanges = [&IndexMap,&LiveMap,&DeadMap] (RegisterRef R) -> void { in computeDeadMap()
444 IndexType DE = IndexMap.getPrevIndex(A->start()); in computeDeadMap()
453 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.h167 HexagonBlockRanges::InstrIndexMap &IndexMap,
H A DHexagonFrameLowering.cpp2135 HexagonBlockRanges::InstrIndexMap &IndexMap, in findPhysReg() argument
2216 auto &IndexMap = P.first->second; in optimizeSpillSlots() local
2218 << IndexMap << '\n'); in optimizeSpillSlots()
2285 IndexType Index = IndexMap.getIndex(&In); in optimizeSpillSlots()
/freebsd/contrib/llvm-project/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 __anon294433670111::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()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_stats.h59 using IndexMap = __sanitizer::AddrHashMap<__sanitizer::uptr, 11>;
71 IndexMap CheckAndWarningsMap;
83 IndexMap LoadTrackingMap;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp762 SmallVector<uint32_t, 16> IndexMap(SecHdrTable.size(), -1); in writeSecHdrTable() local
764 IndexMap[SecHdrTable[TableIdx].LayoutIndex] = TableIdx; in writeSecHdrTable()
781 assert(IndexMap[LayoutIdx] < SecHdrTable.size() && in writeSecHdrTable()
783 auto Entry = SecHdrTable[IndexMap[LayoutIdx]]; in writeSecHdrTable()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp801 std::map<int, int> IndexMap; in RewriteFile() local
810 ++IndexMap[NumRegularPieces]; in RewriteFile()
853 int PopUpPieceIndex = IndexMap[NumRegularPieces]; in RewriteFile()
864 --IndexMap[NumRegularPieces]; in RewriteFile()