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 548 CandResult FoundCandidate = NoCand;
578 if (FoundCandidate == NoCand)
600 assert(BotResult != NoCand && "failed to find the first candidate");
617 assert(TopResult != NoCand && "failed to find the first candidate");
656 assert(TopResult != NoCand && "failed to find the first candidate");
667 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 757 NoCand, PhysRegCopy, RegExcess, RegCritical, Stall, Cluster, Weak, RegMax,
814 : Policy(policy), SU(nullptr), Reason(NoCand), RepeatReasonSet(0) {}
820 assert(Best.Reason != NoCand && "uninitialized Sched candidate");
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 281 // Set B[i] = C for every live bundle where B[i] was NoCand.
286 if (B[i] == NoCand) {
299 enum : unsigned { NoCand = ~0u };
302 /// NoCand which indicates the stack interval.
    [all...]
MachineScheduler.cpp     [all...]

Completed in 58 milliseconds