Home
last modified time | relevance | path

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

/third_party/skia/tools/mdbviz/
DModel.h38 const char* getOpName(int index) const;
DModel.cpp64 const char* Model::getOpName(int index) const { in getOpName() function in Model
Dmainwindow.cpp41 item->setText(1, fModel.getOpName(i)); in setupOpsTaskWidget()
/third_party/flutter/skia/tools/mdbviz/
DModel.h38 const char* getOpName(int index) const;
DModel.cpp64 const char* Model::getOpName(int index) const { in getOpName() function in Model
Dmainwindow.cpp41 item->setText(1, fModel.getOpName(i)); in setupOpListWidget()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInst.cpp285 const char *InstArithmetic::getOpName(OpKind Op) { in getOpName() function in Ice::InstArithmetic
DIceInst.h337 static const char *getOpName(OpKind Op);
DPNaClTranslator.cpp2158 StrBuf << "Invalid operator type for " << Ice::InstArithmetic::getOpName(Op) in reportInvalidBinaryOp()
DIceInstX8632.cpp416 Str << "rmw " << InstArithmetic::getOpName(getOp()) << " " << Ty << " *"; in dump()
DIceInstX8664.cpp396 Str << "rmw " << InstArithmetic::getOpName(getOp()) << " " << Ty << " *"; in dump()