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

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
Instruction.cpp 25 assert(CyclesLeft == UNKNOWN_CYCLES);
42 assert(CyclesLeft == UNKNOWN_CYCLES);
59 if (CyclesLeft != UNKNOWN_CYCLES) {
73 if (CyclesLeft != UNKNOWN_CYCLES)
85 if (CyclesLeft == UNKNOWN_CYCLES)
143 if (WriteLatency == UNKNOWN_CYCLES)
Instruction.h 31 constexpr int UNKNOWN_CYCLES = -512;
121 : WD(Desc), CyclesLeft(UNKNOWN_CYCLES), RegisterID(RegID),
160 // the latency of all the dependent writes. It defaults to UNKNOWN_CYCLES.
175 CyclesLeft(UNKNOWN_CYCLES), TotalCycles(0), IsReady(true) {}
320 : Desc(D), Stage(IS_INVALID), CyclesLeft(UNKNOWN_CYCLES), RCUTokenID(0),
RegisterFile.cpp 208 assert(WS.getCyclesLeft() != UNKNOWN_CYCLES &&

Completed in 1344 milliseconds