Searched refs:tryGreater (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineScheduler.cpp | 156 static bool tryGreater(int TryVal, int CandVal, in tryGreater() function 222 if (SISched::tryGreater(TryCand.IsLowLatency, Cand.IsLowLatency, in tryCandidateTopDown() 1530 if (SISched::tryGreater(TryCand.IsHighLatency, Cand.IsHighLatency, in tryCandidateLatency() 1533 if (TryCand.IsHighLatency && SISched::tryGreater(TryCand.Height, Cand.Height, in tryCandidateLatency() 1536 if (SISched::tryGreater(TryCand.NumHighLatencySuccessors, in tryCandidateLatency() 1553 if (SISched::tryGreater(TryCand.NumSuccessors > 0, in tryCandidateRegUsage() 1557 if (SISched::tryGreater(TryCand.Height, Cand.Height, TryCand, Cand, Depth)) in tryCandidateRegUsage()
|
H A D | GCNSchedStrategy.cpp | 502 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop), in tryCandidate() 518 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate() 543 if (tryGreater(TryCand.SU == TryCandNextClusterSU, in tryCandidate()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineScheduler.cpp | 3189 bool tryGreater(int TryVal, int CandVal, in tryGreater() function 3218 if (tryGreater(TryCand.SU->getHeight(), Cand.SU->getHeight(), in tryLatency() 3231 if (tryGreater(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency() 3405 if (tryGreater(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand, in tryPressure() 3432 return tryGreater(TryRank, CandRank, TryCand, Cand, Reason); in tryPressure() 3541 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop), in tryCandidate() 3589 if (tryGreater(TryCand.SU == TryCandNextClusterSU, in tryCandidate() 3615 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate() 3950 if (tryGreater(TryCand.SU == DAG->getNextClusterSucc(), in tryCandidate() 3959 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineScheduler.h | 1191 bool tryGreater(int TryVal, int CandVal,
|