HomeSort by: relevance | last modified time | path
    Searched refs:IndexMap (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonBlockRanges.cpp 290 void HexagonBlockRanges::computeInitialLiveRanges(InstrIndexMap &IndexMap,
294 MachineBasicBlock &B = IndexMap.getBlock();
318 IndexType Index = IndexMap.getIndex(&In);
422 InstrIndexMap &IndexMap) {
424 LLVM_DEBUG(dbgs() << __func__ << ": index map\n" << IndexMap << '\n');
425 computeInitialLiveRanges(IndexMap, LiveMap);
432 InstrIndexMap &IndexMap, RegToRangeMap &LiveMap) {
435 auto addDeadRanges = [&IndexMap,&LiveMap,&DeadMap] (RegisterRef R) -> void {
447 IndexType DE = IndexMap.getPrevIndex(A->start());
456 IndexType DS = IndexMap.getNextIndex(AE)
    [all...]
HexagonBlockRanges.h 147 RegToRangeMap computeLiveMap(InstrIndexMap &IndexMap);
148 RegToRangeMap computeDeadMap(InstrIndexMap &IndexMap, RegToRangeMap &LiveMap);
167 void computeInitialLiveRanges(InstrIndexMap &IndexMap,
HexagonFrameLowering.h 165 HexagonBlockRanges::InstrIndexMap &IndexMap,
HexagonFrameLowering.cpp 2182 HexagonBlockRanges::InstrIndexMap &IndexMap,
2263 auto &IndexMap = P.first->second;
2265 << IndexMap << '\n');
2332 IndexType Index = IndexMap.getIndex(&In);
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeStreamMerger.cpp 66 : IndexMap(SourceToDest) {
111 // If we're mapping a pure index stream, then IndexMap only contains
120 return remapIndex(Idx, IndexMap);
124 return remapIndex(Idx, IndexMap);
193 SmallVectorImpl<TypeIndex> &IndexMap;
208 assert(IndexMap.size() == slotForIndex(CurIndex) &&
210 IndexMap.push_back(Idx);
212 assert(slotForIndex(CurIndex) < IndexMap.size());
213 IndexMap[slotForIndex(CurIndex)] = Idx;
383 assert((IsSecondPass || IndexMap.size() == slotForIndex(CurIndex)) &
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 732 std::map<int, int> IndexMap;
740 ++IndexMap[NumRegularPieces];
761 int PopUpPieceIndex = IndexMap[NumRegularPieces];
772 --IndexMap[NumRegularPieces];
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfWriter.cpp 610 SmallVector<uint32_t, 16> IndexMap(SecHdrTable.size(), -1);
612 IndexMap[SecHdrTable[TableIdx].LayoutIndex] = TableIdx;
623 // SectionHdrLayout). So we use IndexMap above to switch the order.
626 assert(IndexMap[LayoutIdx] < SecHdrTable.size() &&
628 auto Entry = SecHdrTable[IndexMap[LayoutIdx]];

Completed in 44 milliseconds