Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp157 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 CppWriter
1029 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 …]
/external/skqp/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()
/external/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()
/external/swiftshader/third_party/subzero/src/
DIceInst.cpp295 const char *InstArithmetic::getOpName(OpKind Op) { in getOpName() function in Ice::InstArithmetic
DIceInst.h327 static const char *getOpName(OpKind Op);
DPNaClTranslator.cpp2158 StrBuf << "Invalid operator type for " << Ice::InstArithmetic::getOpName(Op) in reportInvalidBinaryOp()
DIceInstX86BaseImpl.h415 Str << "rmw " << InstArithmetic::getOpName(getOp()) << " " << Ty << " *"; in dump()