Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp293 std::vector<EncodingIDAndOpcode> VariableInstructions; member in __anon983fc5010311::Filter
565 VariableInstructions(std::move(f.VariableInstructions)), in Filter()
597 VariableInstructions.push_back(Owner->Opcodes[i]); in Filter()
601 assert((FilteredInstructions.size() + VariableInstructions.size() > 0) in Filter()
615 if (!VariableInstructions.empty()) { in recurse()
624 VariableInstructions, Owner->Operands, BitValueArray, *Owner))); in recurse()
752 if (!VariableInstructions.empty()) in usefulness()