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 73 // HighLatency is the expected latency of "very high latency" operations.
78 unsigned HighLatency;
101 HighLatency(DefaultHighLatency),
108 IssueWidth(iw), MinLatency(ml), LoadLatency(ll), HighLatency(hl),
  /external/llvm/lib/CodeGen/
TargetInstrInfoImpl.cpp 569 return SchedModel->HighLatency;

Completed in 39 milliseconds