Searched refs:HighLatency (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/MC/
H A DMCSchedule.h164 // HighLatency is the expected latency of "very high latency" operations.
169 unsigned HighLatency; member in class:llvm::MCSchedModel
197 HighLatency(DefaultHighLatency),
212 IssueWidth(iw), MicroOpBufferSize(mbs), LoadLatency(ll), HighLatency(hl),
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp671 return SchedModel->HighLatency;

Completed in 103 milliseconds