Searched refs:getOpName (Results 1 – 11 of 11) sorted by relevance
157 std::string getOpName(const Value*);875 Out << "BlockAddress::get(" << getOpName(BA->getBasicBlock()) << ");"; in printConstant()996 std::string CppWriter::getOpName(const Value* V) { in getOpName() function in CppWriter1029 opNames[i] = getOpName(I->getOperand(i)); in printInstruction()1061 << getOpName(SI->getCondition()) << ", " in printInstruction()1062 << getOpName(SI->getDefaultDest()) << ", " in printInstruction()1070 << getOpName(CaseVal) << ", " in printInstruction()1071 << getOpName(BB) << ");"; in printInstruction()1098 << getOpName(inv->getArgOperand(i)) << ");"; in printInstruction()1103 << getOpName(inv->getCalledFunction()) << ", " in printInstruction()[all …]
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 setupOpListWidget()
295 const char *InstArithmetic::getOpName(OpKind Op) { in getOpName() function in Ice::InstArithmetic
334 static const char *getOpName(OpKind Op);
2158 StrBuf << "Invalid operator type for " << Ice::InstArithmetic::getOpName(Op) in reportInvalidBinaryOp()
415 Str << "rmw " << InstArithmetic::getOpName(getOp()) << " " << Ty << " *"; in dump()