Searched defs:IndexMap (Results 1 – 7 of 7) sorted by relevance
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
H A D | NativeThreadWindows.h | 63 using IndexMap = std::map<lldb::addr_t, uint32_t>; variable
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.cpp | 289 computeInitialLiveRanges(InstrIndexMap & IndexMap,RegToRangeMap & LiveMap) computeInitialLiveRanges() argument 419 computeLiveMap(InstrIndexMap & IndexMap) computeLiveMap() argument 429 computeDeadMap(InstrIndexMap & IndexMap,RegToRangeMap & LiveMap) computeDeadMap() argument [all...] |
H A D | HexagonFrameLowering.cpp | 2136 findPhysReg(MachineFunction & MF,HexagonBlockRanges::IndexRange & FIR,HexagonBlockRanges::InstrIndexMap & IndexMap,HexagonBlockRanges::RegToRangeMap & DeadMap,const TargetRegisterClass * RC) const findPhysReg() argument 2217 auto &IndexMap = P.first->second; optimizeSpillSlots() local
|
/llvm-project/polly/lib/Transform/ |
H A D | FlattenAlgo.cpp | 298 auto IndexMap = isl::union_map::from(Index); in tryFlattenLoop() local
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeStreamMerger.cpp | 194 SmallVectorImpl<TypeIndex> &IndexMap; member in __anon94ee2eba0111::TypeStreamMerger
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProfWriter.cpp | 762 SmallVector<uint32_t, 16> IndexMap(SecHdrTable.size(), -1); writeSecHdrTable() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | HTMLDiagnostics.cpp | 801 std::map<int, int> IndexMap; RewriteFile() local
|