Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h165 HexagonBlockRanges::InstrIndexMap &IndexMap,
H A DHexagonFrameLowering.cpp2182 HexagonBlockRanges::InstrIndexMap &IndexMap, in findPhysReg() argument
2263 auto &IndexMap = P.first->second; in optimizeSpillSlots() local
2265 << IndexMap << '\n'); in optimizeSpillSlots()
2332 IndexType Index = IndexMap.getIndex(&In); in optimizeSpillSlots()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp66 : IndexMap(SourceToDest) { in TypeStreamMerger()
120 return remapIndex(Idx, IndexMap); in remapTypeIndex()
124 return remapIndex(Idx, IndexMap); in remapItemIndex()
193 SmallVectorImpl<TypeIndex> &IndexMap; member in __anone53701d20111::TypeStreamMerger
208 assert(IndexMap.size() == slotForIndex(CurIndex) && in addMapping()
210 IndexMap.push_back(Idx); in addMapping()
212 assert(slotForIndex(CurIndex) < IndexMap.size()); in addMapping()
213 IndexMap[slotForIndex(CurIndex)] = Idx; in addMapping()
383 assert((IsSecondPass || IndexMap.size() == slotForIndex(CurIndex)) && in remapType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp610 SmallVector<uint32_t, 16> IndexMap(SecHdrTable.size(), -1); in writeSecHdrTable() local
612 IndexMap[SecHdrTable[TableIdx].LayoutIndex] = TableIdx; in writeSecHdrTable()
626 assert(IndexMap[LayoutIdx] < SecHdrTable.size() && in writeSecHdrTable()
628 auto Entry = SecHdrTable[IndexMap[LayoutIdx]]; in writeSecHdrTable()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp732 std::map<int, int> IndexMap; in RewriteFile() local
740 ++IndexMap[NumRegularPieces]; in RewriteFile()
761 int PopUpPieceIndex = IndexMap[NumRegularPieces]; in RewriteFile()
772 --IndexMap[NumRegularPieces]; in RewriteFile()