Searched refs:tryGreater (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCMachineScheduler.cpp | 61 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop), in tryCandidate() 107 if (tryGreater(TryCand.SU == TryCandNextClusterSU, in tryCandidate() 130 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate() 193 if (tryGreater(TryCand.SU == DAG->getNextClusterSucc(), in tryCandidate() 201 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineScheduler.cpp | 157 static bool tryGreater(int TryVal, int CandVal, in tryGreater() function 224 if (SISched::tryGreater(TryCand.IsLowLatency, Cand.IsLowLatency, in tryCandidateTopDown() 1538 if (SISched::tryGreater(TryCand.IsHighLatency, Cand.IsHighLatency, in tryCandidateLatency() 1541 if (TryCand.IsHighLatency && SISched::tryGreater(TryCand.Height, Cand.Height, in tryCandidateLatency() 1544 if (SISched::tryGreater(TryCand.NumHighLatencySuccessors, in tryCandidateLatency() 1561 if (SISched::tryGreater(TryCand.NumSuccessors > 0, in tryCandidateRegUsage() 1565 if (SISched::tryGreater(TryCand.Height, Cand.Height, TryCand, Cand, Depth)) in tryCandidateRegUsage()
|
H A D | GCNSchedStrategy.cpp | 399 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop), in tryCandidate() 415 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate() 440 if (tryGreater(TryCand.SU == TryCandNextClusterSU, in tryCandidate()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineScheduler.cpp | 2868 bool tryGreater(int TryVal, int CandVal, in tryGreater() function 2897 if (tryGreater(TryCand.SU->getHeight(), Cand.SU->getHeight(), in tryLatency() 2910 if (tryGreater(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency() 3086 if (tryGreater(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand, in tryPressure() 3113 return tryGreater(TryRank, CandRank, TryCand, Cand, Reason); in tryPressure() 3222 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop), in tryCandidate() 3270 if (tryGreater(TryCand.SU == TryCandNextClusterSU, in tryCandidate() 3296 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate() 3594 if (tryGreater(TryCand.SU == DAG->getNextClusterSucc(), in tryCandidate() 3603 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineScheduler.h | 962 bool tryGreater(int TryVal, int CandVal,
|