Home
last modified time | relevance | path

Searched refs:typeStdString (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.cpp665 typeStdString(DestTy)); in emitIAS()
690 typeStdString(Dest->getType())); in emitIAS()
709 typeStdString(SrcTy)); in emitIAS()
732 typeStdString(Dest->getType())); in emitIAS()
765 typeStdString(Dest->getType())); in emitIAS()
797 typeStdString(Dest->getType())); in emitIAS()
888 typeStdString(Dest->getType())); in emitIAS()
907 typeStdString(Dest->getType())); in emitIAS()
926 typeStdString(Dest->getType())); in emitIAS()
945 typeStdString(Dest->getType())); in emitIAS()
[all …]
DIceTypes.h85 inline std::string typeStdString(Type Ty) { return typeString(Ty); } in typeStdString() function
DIceGlobalContext.cpp745 llvm::report_fatal_error("Unsupported constant type: " + typeStdString(Ty)); in getConstantZero()
793 llvm::report_fatal_error("Unsupported constant type: " + typeStdString(Ty)); in getConstantPool()
DIceAssemblerARM32.cpp669 typeStdString(ElmtTy)); in encodeElmtType()
1092 typeStdString(OpRt->getType())); in emitInsertExtractInt()
DIceTargetLoweringARM32.cpp2290 ("Unexpected type in div0Check: " + typeStdString(Ty)).c_str()); in div0Check()