Searched refs:getOpName (Results 1 – 11 of 11) sorted by relevance
38 const char* getOpName(int index) const;
64 const char* Model::getOpName(int index) const { in getOpName() function in Model
41 item->setText(1, fModel.getOpName(i)); in setupOpsTaskWidget()
41 item->setText(1, fModel.getOpName(i)); in setupOpListWidget()
285 const char *InstArithmetic::getOpName(OpKind Op) { in getOpName() function in Ice::InstArithmetic
337 static const char *getOpName(OpKind Op);
2158 StrBuf << "Invalid operator type for " << Ice::InstArithmetic::getOpName(Op) in reportInvalidBinaryOp()
416 Str << "rmw " << InstArithmetic::getOpName(getOp()) << " " << Ty << " *"; in dump()
396 Str << "rmw " << InstArithmetic::getOpName(getOp()) << " " << Ty << " *"; in dump()