Home
last modified time | relevance | path

Searched refs:getCyclesLeft (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/MCA/
H A DInstruction.h149 int getCyclesLeft() const { return CyclesLeft; } in getCyclesLeft() function
433 int getCyclesLeft() const { return CyclesLeft; } in getCyclesLeft() function
/freebsd-12.1/contrib/llvm/lib/MCA/
H A DInstruction.cpp117 << getRegisterID() << ", Cycles Left=" << getCyclesLeft() << " }"; in dump()
/freebsd-12.1/contrib/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp254 assert(WS.getCyclesLeft() != UNKNOWN_CYCLES && in removeRegisterWrite()
256 assert(WS.getCyclesLeft() <= 0 && "Invalid cycles left for this write!"); in removeRegisterWrite()