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

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
Instruction.h 197 class CycleSegment {
203 CycleSegment(unsigned StartCycle, unsigned EndCycle, bool IsReserved = false)
207 bool startsAfter(const CycleSegment &CS) const { return End <= CS.Begin; }
208 bool endsBefore(const CycleSegment &CS) const { return Begin >= CS.End; }
209 bool overlaps(const CycleSegment &CS) const {
214 bool operator<(const CycleSegment &Other) const {
217 CycleSegment &operator--(void) {
245 CycleSegment CS;
247 ResourceUsage(CycleSegment Cycles, unsigned Units = 1)
InstrBuilder.cpp 57 CycleSegment RCy(0, PRE->Cycles, false);
Scheduler.cpp 181 const CycleSegment &CS = R.second.CS;

Completed in 337 milliseconds