Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp320 std::vector<EncodingIDAndOpcode> VariableInstructions; member in __anonfc09cd8b0311::Filter
590 VariableInstructions(std::move(f.VariableInstructions)), in Filter()
620 VariableInstructions.push_back(OpcPair); in Filter()
624 assert((FilteredInstructions.size() + VariableInstructions.size() > 0) && in Filter()
638 if (!VariableInstructions.empty()) { in recurse()
648 VariableInstructions, Owner->Operands, in recurse()
782 if (!VariableInstructions.empty()) in usefulness()