Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600OptimizeVectorRegisters.cpp102 using InstructionSetMap = DenseMap<unsigned, std::vector<MachineInstr *>>; typedef in __anona37c99110111::R600VectorRegMerger
107 InstructionSetMap PreviousRegSeqByReg;
108 InstructionSetMap PreviousRegSeqByUndefCount;
258 for (InstructionSetMap::iterator It = PreviousRegSeqByReg.begin(), in RemoveMI()
263 for (InstructionSetMap::iterator It = PreviousRegSeqByUndefCount.begin(), in RemoveMI()
/external/llvm/lib/Target/AMDGPU/
DR600OptimizeVectorRegisters.cpp106 typedef DenseMap<unsigned, std::vector<MachineInstr *> > InstructionSetMap; typedef in __anond2fd63d90111::R600VectorRegMerger
108 InstructionSetMap PreviousRegSeqByReg;
109 InstructionSetMap PreviousRegSeqByUndefCount;
236 for (InstructionSetMap::iterator It = PreviousRegSeqByReg.begin(), in RemoveMI()
241 for (InstructionSetMap::iterator It = PreviousRegSeqByUndefCount.begin(), in RemoveMI()