/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | RISCVCompressInstEmitter.cpp | 98 IndexedMap<OpData> 101 IndexedMap<OpData> 106 std::vector<Record *> RF, IndexedMap<OpData> &SourceMap, in CompressPat() 107 IndexedMap<OpData> &DestMap, bool IsCompressOnly) in CompressPat() 117 IndexedMap<OpData> &OperandMap, bool IsSourceInst); 125 IndexedMap<OpData> &SourceOperandMap); 129 IndexedMap<OpData> &SourceOperandMap, 130 IndexedMap<OpData> &DestOperandMap, 192 IndexedMap<OpData> &OperandMap, bool IsSourceInst) { in addDagOperandMapping() 299 IndexedMap<OpData> &SourceOperandMap) { in createDagOperandMapping() [all …]
|
H A D | PseudoLoweringEmitter.cpp | 38 IndexedMap<OpData> OperandMap; 41 IndexedMap<OpData> &m) : in PseudoExpansion() 56 IndexedMap<OpData> &OperandMap, 74 IndexedMap<OpData> &OperandMap, unsigned BaseIdx) { in addDagOperandMapping() 176 IndexedMap<OpData> OperandMap; in evaluateExpansion()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | IndexedMap.h | 29 class IndexedMap { 41 IndexedMap() : nullVal_(T()) {} in IndexedMap() function 43 explicit IndexedMap(const T& val) : nullVal_(val) {} in IndexedMap() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | VirtRegMap.h | 52 IndexedMap<Register, VirtReg2IndexFunctor> Virt2PhysMap; 58 IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap; 62 IndexedMap<unsigned, VirtReg2IndexFunctor> Virt2SplitMap;
|
H A D | MachineRegisterInfo.h | 74 IndexedMap<std::pair<RegClassOrRegBank, MachineOperand *>, 80 IndexedMap<std::string, VirtReg2IndexFunctor> VReg2Name; 101 IndexedMap<std::pair<Register, SmallVector<Register, 4>>, 138 using VRegToTypeMap = IndexedMap<LLT, VirtReg2IndexFunctor>;
|
H A D | LiveRangeCalc.h | 58 using LiveOutMap = IndexedMap<LiveOutPair, MBB2NumberFunctor>;
|
H A D | FunctionLoweringInfo.h | 281 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
|
H A D | LiveVariables.h | 118 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
|
H A D | LiveIntervals.h | 68 IndexedMap<LiveInterval*, VirtReg2IndexFunctor> VirtRegIntervals;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMLegalizerInfo.h | 54 using FCmpLibcallsMapTy = IndexedMap<FCmpLibcallsList>;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZFrameLowering.h | 22 IndexedMap<unsigned> RegSpillOffsets;
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | SourcePrinter.h | 59 IndexedMap<Column> ActiveCols;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 417 using LocToValueType = IndexedMap<ValueIDNum, LocIdxToIndexFunctor>; 434 IndexedMap<unsigned, LocIdxToIndexFunctor> LocIdxToLocID;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | RegAllocFast.cpp | 85 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg;
|
H A D | RegAllocGreedy.cpp | 249 IndexedMap<RegInfo, VirtReg2IndexFunctor> ExtraRegInfo;
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | ProgrammersManual.rst | 2226 llvm/ADT/IndexedMap.h 2229 IndexedMap is a specialized container for mapping small dense integers (or
|
H A D | CodeGenerator.rst | 1288 virtual register. Use an ``IndexedMap<Foo, VirtReg2IndexFunctor>`` to hold
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 4897 llvm::IndexedMap<const OMPIfClause *, Kind2Unsigned> FoundNameModifiers; in checkIfClauses()
|