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

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
Instruction.cpp 97 << getRegisterID() << ", Cycles Left=" << getCyclesLeft() << " }";
142 int WriteLatency = Write->getCyclesLeft();
Instruction.h 126 int getCyclesLeft() const { return CyclesLeft; }
331 int getCyclesLeft() const { return CyclesLeft; }
RegisterFile.cpp 208 assert(WS.getCyclesLeft() != UNKNOWN_CYCLES &&
210 assert(WS.getCyclesLeft() <= 0 && "Invalid cycles left for this write!");

Completed in 125 milliseconds