Searched defs:PhysRegSUOper (Results 1 – 3 of 3) sorted by relevance
| /external/llvm/include/llvm/CodeGen/ |
| D | ScheduleDAGInstrs.h | 59 struct PhysRegSUOper { struct 64 PhysRegSUOper(SUnit *su, int op, unsigned R): SU(su), OpIdx(op), Reg(R) {} in PhysRegSUOper() argument 72 typedef SparseMultiSet<PhysRegSUOper, llvm::identity<unsigned>, uint16_t> argument
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
| D | ScheduleDAGInstrs.h | 77 struct PhysRegSUOper { struct 82 PhysRegSUOper(SUnit *su, int op, unsigned R): SU(su), OpIdx(op), Reg(R) {} in PhysRegSUOper() argument 91 SparseMultiSet<PhysRegSUOper, identity<unsigned>, uint16_t>; argument
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | ScheduleDAGInstrs.h | 76 struct PhysRegSUOper { struct 81 PhysRegSUOper(SUnit *su, int op, unsigned R): SU(su), OpIdx(op), Reg(R) {} in PhysRegSUOper() argument 90 SparseMultiSet<PhysRegSUOper, identity<unsigned>, uint16_t>; argument
|