Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp154 Stage = IS_INVALID; in reset()
164 assert(Stage == IS_INVALID); in dispatch()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h602 IS_INVALID, // Instruction in an invalid state. enumerator
648 : InstructionBase(D, Opcode), Stage(IS_INVALID), in Instruction()
684 bool isInvalid() const { return Stage == IS_INVALID; } in isInvalid()