reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/FunctionLoweringInfo.h
  286   IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
include/llvm/CodeGen/LiveIntervals.h
   68     IndexedMap<LiveInterval*, VirtReg2IndexFunctor> VirtRegIntervals;
include/llvm/CodeGen/LiveRangeCalc.h
   56   using LiveOutMap = IndexedMap<LiveOutPair, MBB2NumberFunctor>;
include/llvm/CodeGen/LiveVariables.h
  118   IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
include/llvm/CodeGen/MachineRegisterInfo.h
   74   IndexedMap<std::pair<RegClassOrRegBank, MachineOperand *>,
   80   IndexedMap<std::string, VirtReg2IndexFunctor> VReg2Name;
  101   IndexedMap<std::pair<unsigned, SmallVector<unsigned, 4>>,
  138   using VRegToTypeMap = IndexedMap<LLT, VirtReg2IndexFunctor>;
include/llvm/CodeGen/VirtRegMap.h
   52     IndexedMap<Register, VirtReg2IndexFunctor> Virt2PhysMap;
   58     IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap;
   62     IndexedMap<unsigned, VirtReg2IndexFunctor> Virt2SplitMap;
lib/CodeGen/RegAllocFast.cpp
   80     IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg;
lib/CodeGen/RegAllocGreedy.cpp
  253   IndexedMap<RegInfo, VirtReg2IndexFunctor> ExtraRegInfo;
lib/Target/ARM/ARMLegalizerInfo.h
   56   using FCmpLibcallsMapTy = IndexedMap<FCmpLibcallsList>;
lib/Target/SystemZ/SystemZFrameLowering.h
   20   IndexedMap<unsigned> RegSpillOffsets;
tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp
  104 static const llvm::IndexedMap<llvm::StringRef, BlockIdToIndexFunctor>
  106       llvm::IndexedMap<llvm::StringRef, BlockIdToIndexFunctor> BlockIdNameMap;
  130 static const llvm::IndexedMap<RecordIdDsc, RecordIdToIndexFunctor>
  132       llvm::IndexedMap<RecordIdDsc, RecordIdToIndexFunctor> RecordIdNameMap;
tools/clang/tools/extra/clang-tidy/abseil/DurationRewriter.cpp
   41   static const llvm::IndexedMap<std::pair<llvm::StringRef, llvm::StringRef>,
   46         llvm::IndexedMap<std::pair<llvm::StringRef, llvm::StringRef>,
utils/TableGen/PseudoLoweringEmitter.cpp
   38     IndexedMap<OpData> OperandMap;
   41                     IndexedMap<OpData> &m) :
   56                                 IndexedMap<OpData> &OperandMap,
   74                      IndexedMap<OpData> &OperandMap, unsigned BaseIdx) {
  152   IndexedMap<OpData> OperandMap;
utils/TableGen/RISCVCompressInstEmitter.cpp
   90     IndexedMap<OpData>
   93     IndexedMap<OpData>
   97                 std::vector<Record *> RF, IndexedMap<OpData> &SourceMap,
   98                 IndexedMap<OpData> &DestMap)
  108                             IndexedMap<OpData> &OperandMap, bool IsSourceInst);
  116                                IndexedMap<OpData> &SourceOperandMap);
  120                                 IndexedMap<OpData> &SourceOperandMap,
  121                                 IndexedMap<OpData> &DestOperandMap,
  184     IndexedMap<OpData> &OperandMap, bool IsSourceInst) {
  295     IndexedMap<OpData> &SourceOperandMap) {
  341     IndexedMap<OpData> &SourceOperandMap, IndexedMap<OpData> &DestOperandMap,
  341     IndexedMap<OpData> &SourceOperandMap, IndexedMap<OpData> &DestOperandMap,
  437   IndexedMap<OpData> SourceOperandMap;
  443   IndexedMap<OpData> DestOperandMap;
  600     IndexedMap<OpData> SourceOperandMap =
  602     IndexedMap<OpData> &DestOperandMap =