Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DDecoderEmitter.cpp291 std::vector<EncodingIDAndOpcode> VariableInstructions; member in __anond09584870311::Filter
563 VariableInstructions(std::move(f.VariableInstructions)), in Filter()
595 VariableInstructions.push_back(Owner->Opcodes[i]); in Filter()
599 assert((FilteredInstructions.size() + VariableInstructions.size() > 0) in Filter()
613 if (!VariableInstructions.empty()) { in recurse()
622 VariableInstructions, Owner->Operands, BitValueArray, *Owner))); in recurse()
750 if (!VariableInstructions.empty()) in usefulness()