Home
last modified time | relevance | path

Searched refs:biasPhysReg (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCMachineScheduler.cpp61 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/
DMachineScheduler.h977 int biasPhysReg(const SUnit *SU, bool isTop);
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.cpp399 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/
DMachineScheduler.cpp3127 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()