Searched defs:FilteredInstructions (Results 1 - 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp227 std::map<uint64_t, std::vector<unsigned> > FilteredInstructions; member in class:__anon13772::Filter
235 // Number of instructions which fall under FilteredInstructions category.
489 FilteredInstructions(std::move(f.FilteredInstructions)),
517 FilteredInstructions[Field].push_back(LastOpcFiltered);
526 assert((FilteredInstructions.size() + VariableInstructions.size() > 0)
564 for (const auto &Inst : FilteredInstructions) {
679 return FilteredInstructions.size();
681 return FilteredInstructions.size() + 1;
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DARMDecoderEmitter.cpp274 std::map<uint64_t, std::vector<unsigned> > FilteredInstructions; member in class:ARMFilter
282 // Number of instructions which fall under FilteredInstructions category.
542 FilteredInstructions(f.FilteredInstructions),
571 FilteredInstructions[Field].push_back(LastOpcFiltered);
581 assert((FilteredInstructions.size() + VariableInstructions.size() > 0)
634 for (mapIterator = FilteredInstructions.begin();
635 mapIterator != FilteredInstructions.end();
721 return FilteredInstructions.size();
723 return FilteredInstructions
[all...]
H A DFixedLenDecoderEmitter.cpp134 std::map<uint64_t, std::vector<unsigned> > FilteredInstructions; member in class:Filter
142 // Number of instructions which fall under FilteredInstructions category.
380 FilteredInstructions(f.FilteredInstructions),
409 FilteredInstructions[Field].push_back(LastOpcFiltered);
419 assert((FilteredInstructions.size() + VariableInstructions.size() > 0)
472 for (mapIterator = FilteredInstructions.begin();
473 mapIterator != FilteredInstructions.end();
561 return FilteredInstructions.size();
563 return FilteredInstructions
[all...]

Completed in 360 milliseconds