Searched refs:biasPhysReg (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCMachineScheduler.cpp | 61 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop), in tryCandidate() 62 biasPhysReg(Cand.SU, Cand.AtTop), TryCand, Cand, PhysReg)) in tryCandidate()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | MachineScheduler.h | 977 int biasPhysReg(const SUnit *SU, bool isTop);
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | GCNSchedStrategy.cpp | 399 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop), in tryCandidate() 400 biasPhysReg(Cand.SU, Cand.AtTop), TryCand, Cand, PhysReg)) in tryCandidate()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | MachineScheduler.cpp | 3127 int biasPhysReg(const SUnit *SU, bool isTop) { in biasPhysReg() function 3222 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop), in tryCandidate() 3223 biasPhysReg(Cand.SU, Cand.AtTop), TryCand, Cand, PhysReg)) in tryCandidate()
|