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

  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 543 CandResult FoundCandidate = NoCand;
573 if (FoundCandidate == NoCand)
595 assert(BotResult != NoCand && "failed to find the first candidate");
612 assert(TopResult != NoCand && "failed to find the first candidate");
651 assert(TopResult != NoCand && "failed to find the first candidate");
662 assert(BotResult != NoCand && "failed to find the first candidate");
HexagonMachineScheduler.h 127 NoCand, NodeOrder, SingleExcess, SingleCritical, SingleMax, MultiPressure,
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 748 NoCand, PhysRegCopy, RegExcess, RegCritical, Stall, Cluster, Weak, RegMax,
805 : Policy(policy), SU(nullptr), Reason(NoCand), RepeatReasonSet(0) {}
811 assert(Best.Reason != NoCand && "uninitialized Sched candidate");
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 268 // Set B[i] = C for every live bundle where B[i] was NoCand.
273 if (B[i] == NoCand) {
286 enum : unsigned { NoCand = ~0u };
289 /// NoCand which indicates the stack interval.
    [all...]
MachineScheduler.cpp     [all...]

Completed in 70 milliseconds