Searched refs:PhysRegSUOper (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAGInstrs.h | 78 struct PhysRegSUOper { struct 83 PhysRegSUOper(SUnit *su, int op, unsigned R) in PhysRegSUOper() argument 93 SparseMultiSet<PhysRegSUOper, identity<unsigned>, uint16_t>; argument
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGInstrs.cpp | 236 Uses.insert(PhysRegSUOper(&ExitSU, IsRealUse ? OpIdx : -1, Unit)); in addSchedBarrierDeps() 250 Uses.insert(PhysRegSUOper(&ExitSU, -1, Unit)); in addSchedBarrierDeps() 360 Uses.insert(PhysRegSUOper(SU, OperIdx, Unit)); in addPhysRegDeps() 394 Defs.insert(PhysRegSUOper(SU, OperIdx, Unit)); in addPhysRegDeps()
|