Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp281 std::vector<EncodingIDAndOpcode> VariableInstructions; member in __anonb45472a50311::Filter
550 VariableInstructions(std::move(f.VariableInstructions)), in Filter()
582 VariableInstructions.push_back(Owner->Opcodes[i]); in Filter()
586 assert((FilteredInstructions.size() + VariableInstructions.size() > 0) in Filter()
600 if (!VariableInstructions.empty()) { in recurse()
609 VariableInstructions, Owner->Operands, BitValueArray, *Owner))); in recurse()
737 if (!VariableInstructions.empty()) in usefulness()