Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600OptimizeVectorRegisters.cpp76 using InstructionSetMap = DenseMap<unsigned, std::vector<MachineInstr *>>; typedef in __anon02f68eeb0111::R600VectorRegMerger
81 InstructionSetMap PreviousRegSeqByReg;
82 InstructionSetMap PreviousRegSeqByUndefCount;
237 for (InstructionSetMap::iterator It = PreviousRegSeqByReg.begin(), in RemoveMI()
242 for (InstructionSetMap::iterator It = PreviousRegSeqByUndefCount.begin(), in RemoveMI()