Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DAsmWriterEmitter.cpp625 unsigned getOpIndex(StringRef Op) { return OpMap[Op]; } in getOpIndex() function in __anon7a91a6210111::IAPrinter
882 llvm::utostr(IAP->getOpIndex(ROName)) + ").getReg()"; in EmitPrintAliasInstruction()
/external/llvm/utils/TableGen/
DAsmWriterEmitter.cpp621 int getOpIndex(StringRef Op) { return OpMap[Op].first; } in getOpIndex() function in __anon7a817e750411::IAPrinter
864 llvm::utostr(IAP.getOpIndex(ROName)) + ").getReg()"; in EmitPrintAliasInstruction()