Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DARMDecoderEmitter.cpp277 std::vector<unsigned> VariableInstructions; member in ARMFilter
543 VariableInstructions(f.VariableInstructions), in ARMFilter()
576 VariableInstructions.push_back(Owner->Opcodes[i]); in ARMFilter()
581 assert((FilteredInstructions.size() + VariableInstructions.size() > 0) in ARMFilter()
609 if (VariableInstructions.size()) { in recurse()
619 VariableInstructions, in recurse()
720 if (VariableInstructions.size()) in usefulness()
DFixedLenDecoderEmitter.cpp137 std::vector<unsigned> VariableInstructions; member in Filter
381 VariableInstructions(f.VariableInstructions), in Filter()
414 VariableInstructions.push_back(Owner->Opcodes[i]); in Filter()
419 assert((FilteredInstructions.size() + VariableInstructions.size() > 0) in Filter()
446 if (VariableInstructions.size()) { in recurse()
456 VariableInstructions, in recurse()
560 if (VariableInstructions.size()) in usefulness()
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp230 std::vector<unsigned> VariableInstructions; member in __anon5fb49f3b0511::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()
678 if (!VariableInstructions.empty()) in usefulness()