Home
last modified time | relevance | path

Searched refs:getOpName (Results 1 - 8 of 8) sorted by relevance

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

Completed in 17 milliseconds