Home
last modified time | relevance | path

Searched refs:IS_INVALID (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DInstruction.h285 IS_INVALID, // Instruction in an invalid state. enumerator
320 : Desc(D), Stage(IS_INVALID), CyclesLeft(UNKNOWN_CYCLES), RCUTokenID(0), in Instruction()
DInstruction.cpp110 assert(Stage == IS_INVALID); in dispatch()