Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DARMDecoderEmitter.cpp441 const std::string &nameWithID(unsigned Opcode) const { in nameWithID() function in ARMFilterChooser
487 const std::string &Name = nameWithID(Opc); in LdStCopEncoding1()
910 errs() << "Singleton exists: " << nameWithID(Opc) in SingletonExists()
914 errs() << nameWithID(Opcodes[i]) << ' '; in SingletonExists()
920 const std::string &Name = nameWithID(Opcodes[i]); in SingletonExists()
1019 o.indent(Indentation) << "return " << Opc << "; // " << nameWithID(Opc) in emitSingletonDecoder()
1049 o.indent(Indentation) << " return " << Opc << "; // " << nameWithID(Opc) in emitSingletonDecoder()
1397 const std::string &name1 = nameWithID(Opcodes[0]); in emit()
1398 const std::string &name2 = nameWithID(Opcodes[1]); in emit()
1466 o << nameWithID(Opcodes[i]); in emit()
[all …]
DFixedLenDecoderEmitter.cpp293 const std::string &nameWithID(unsigned Opcode) const { in nameWithID() function in FilterChooser
657 errs() << "Singleton exists: " << nameWithID(Opc) in SingletonExists()
661 errs() << nameWithID(Opcodes[i]) << ' '; in SingletonExists()
667 const std::string &Name = nameWithID(Opcodes[i]); in SingletonExists()
838 o.indent(Indentation) << " return " << Emitter->ReturnOK << "; // " << nameWithID(Opc) in emitSingletonDecoder()
886 o.indent(Indentation) << " return " << Emitter->ReturnOK << "; // " << nameWithID(Opc) in emitSingletonDecoder()
1213 o << nameWithID(Opcodes[i]); in emit()
1226 const std::string &Name = nameWithID(Opcodes[i]); in emit()
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp387 const std::string &nameWithID(unsigned Opcode) const { in nameWithID() function in __anon5fb49f3b0711::FilterChooser
1686 const std::string &Name = nameWithID(Opcodes[i]); in emitTableEntries()