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.cpp394 std::vector<EncodingIDAndOpcode> VariableInstructions; member in __anonfc09cd8b0211::Filter
651 VariableInstructions(std::move(f.VariableInstructions)), in Filter()
681 VariableInstructions.push_back(OpcPair); in Filter()
685 assert((FilteredInstructions.size() + VariableInstructions.size() > 0) && in Filter()
699 if (!VariableInstructions.empty()) { in recurse()
709 VariableInstructions, Owner.Operands, in recurse()
824 return FilteredInstructions.size() + VariableInstructions.empty(); in usefulness()