Searched refs:PhysRegSUOper (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAGInstrs.h | 77 struct PhysRegSUOper { struct 82 PhysRegSUOper(SUnit *su, int op, unsigned R) in PhysRegSUOper() function 92 SparseMultiSet<PhysRegSUOper, identity<unsigned>, uint16_t>; argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGInstrs.cpp | 215 Uses.insert(PhysRegSUOper(&ExitSU, -1, Unit)); in addSchedBarrierDeps() 229 Uses.insert(PhysRegSUOper(&ExitSU, -1, Unit)); in addSchedBarrierDeps() 338 Uses.insert(PhysRegSUOper(SU, OperIdx, Unit)); in addPhysRegDeps() 372 Defs.insert(PhysRegSUOper(SU, OperIdx, Unit)); in addPhysRegDeps()
|