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

  /external/llvm/include/llvm/MC/
MCSchedule.h 167 // HighLatency is the expected latency of "very high latency" operations.
172 unsigned HighLatency;
208 HighLatency(DefaultHighLatency),
223 IssueWidth(iw), MinLatency(ml), LoadLatency(ll), HighLatency(hl),
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 629 return SchedModel->HighLatency;

Completed in 128 milliseconds