Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp230 std::vector<unsigned> VariableInstructions; member in __anonf641aa1c0511::Filter
490 VariableInstructions(std::move(f.VariableInstructions)), in Filter()
522 VariableInstructions.push_back(Owner->Opcodes[i]); in Filter()
526 assert((FilteredInstructions.size() + VariableInstructions.size() > 0) in Filter()
543 if (!VariableInstructions.empty()) { in recurse()
552 Owner->AllInstructions, VariableInstructions, in recurse()
679 if (!VariableInstructions.empty()) in usefulness()