Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DInstruction.cpp25 assert(CyclesLeft == UNKNOWN_CYCLES); in writeStartEvent()
42 assert(CyclesLeft == UNKNOWN_CYCLES); in onInstructionIssued()
59 if (CyclesLeft != UNKNOWN_CYCLES) { in addUser()
73 if (CyclesLeft != UNKNOWN_CYCLES) in cycleEvent()
85 if (CyclesLeft == UNKNOWN_CYCLES) in cycleEvent()
143 if (WriteLatency == UNKNOWN_CYCLES) in update()
DInstruction.h31 constexpr int UNKNOWN_CYCLES = -512; variable
121 : WD(Desc), CyclesLeft(UNKNOWN_CYCLES), RegisterID(RegID), in WD()
175 CyclesLeft(UNKNOWN_CYCLES), TotalCycles(0), IsReady(true) {} in ReadState()
320 : Desc(D), Stage(IS_INVALID), CyclesLeft(UNKNOWN_CYCLES), RCUTokenID(0), in Instruction()
DRegisterFile.cpp208 assert(WS.getCyclesLeft() != UNKNOWN_CYCLES && in removeRegisterWrite()