HomeSort by relevance Sort by last modified time
    Searched refs:CurrentCost (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 783 int CurrentCost = SchedulingCost(Q, *I, Candidate, RPDelta, false);
787 LLVM_DEBUG(traceCandidate("DCAND", Q, *I, CurrentCost));
790 Candidate.SCost = CurrentCost;
797 if (CurrentCost < 0 && Candidate.SCost < 0) {
800 LLVM_DEBUG(traceCandidate("NCAND", Q, *I, CurrentCost));
803 Candidate.SCost = CurrentCost;
810 if (CurrentCost > Candidate.SCost) {
811 LLVM_DEBUG(traceCandidate("CCAND", Q, *I, CurrentCost));
814 Candidate.SCost = CurrentCost;
824 LLVM_DEBUG(traceCandidate("WCAND", Q, *I, CurrentCost));
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 555 int CurrentCost = SchedulingCost(Q, *I, Candidate, RPDelta, false);
561 Candidate.SCost = CurrentCost;
567 if (CurrentCost > Candidate.SCost) {
571 Candidate.SCost = CurrentCost;

Completed in 1164 milliseconds