Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp258 std::vector<unsigned> VariableInstructions; member in __anonc01b33bf0311::Filter
516 VariableInstructions(std::move(f.VariableInstructions)), in Filter()
548 VariableInstructions.push_back(Owner->Opcodes[i]); in Filter()
552 assert((FilteredInstructions.size() + VariableInstructions.size() > 0) in Filter()
566 if (!VariableInstructions.empty()) { in recurse()
575 Owner->AllInstructions, VariableInstructions, in recurse()
704 if (!VariableInstructions.empty()) in usefulness()