Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDecoderEmitter.cpp303 std::vector<EncodingIDAndOpcode> VariableInstructions; member in __anoncf345abb0311::Filter
575 VariableInstructions(std::move(f.VariableInstructions)), in Filter()
607 VariableInstructions.push_back(Owner->Opcodes[i]); in Filter()
611 assert((FilteredInstructions.size() + VariableInstructions.size() > 0) in Filter()
625 if (!VariableInstructions.empty()) { in recurse()
634 VariableInstructions, Owner->Operands, BitValueArray, *Owner))); in recurse()
762 if (!VariableInstructions.empty()) in usefulness()