Searched refs:InstrSet (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | OptimizePHIs.cpp | 50 typedef SmallPtrSet<MachineInstr*, 16> InstrSet; typedef in __anond16952a00111::OptimizePHIs 54 InstrSet &PHIsInCycle); 55 bool IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle); 90 InstrSet &PHIsInCycle) { in IsSingleValuePHICycle() 133 bool OptimizePHIs::IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle) { in IsDeadPHICycle() 167 InstrSet PHIsInCycle; in OptimizeBB()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | OptimizePHIs.cpp | 56 using InstrSet = SmallPtrSet<MachineInstr *, 16>; typedef in __anonff230a020111::OptimizePHIs 60 InstrSet &PHIsInCycle); 61 bool IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle); 99 InstrSet &PHIsInCycle) { in IsSingleValuePHICycle() 143 bool OptimizePHIs::IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle) { in IsDeadPHICycle() 177 InstrSet PHIsInCycle; in OptimizeBB()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir_lower_fs_out_to_vector.cpp | 77 using InstrSet = multiset<nir_intrinsic_instr *, nir_intrinsic_instr_less>; typedef in r600::NirLowerIOToVector 78 using InstrSubSet = std::pair<InstrSet::iterator, InstrSet::iterator>; 84 InstrSet m_block_io;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonStoreWidening.cpp | 494 SmallPtrSet<MachineInstr*, 4> InstrSet; in replaceStores() local 496 InstrSet.insert(I); in replaceStores() 500 if (InstrSet.count(&I)) { in replaceStores()
|
D | HexagonGenInsert.cpp | 1306 using InstrSet = SmallSet<const MachineInstr *, 16>; in selectCandidates() typedef 1308 InstrSet UIs; in selectCandidates()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonStoreWidening.cpp | 500 SmallPtrSet<MachineInstr*, 4> InstrSet; in replaceStores() local 502 InstrSet.insert(I); in replaceStores() 506 if (InstrSet.count(&I)) { in replaceStores()
|
D | HexagonGenInsert.cpp | 1269 typedef SmallSet<const MachineInstr*,16> InstrSet; in selectCandidates() typedef 1270 InstrSet UIs; in selectCandidates()
|