Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.cpp670 typeStdString(DestTy)); in emitIAS()
695 typeStdString(Dest->getType())); in emitIAS()
714 typeStdString(SrcTy)); in emitIAS()
737 typeStdString(Dest->getType())); in emitIAS()
770 typeStdString(Dest->getType())); in emitIAS()
802 typeStdString(Dest->getType())); in emitIAS()
893 typeStdString(Dest->getType())); in emitIAS()
912 typeStdString(Dest->getType())); in emitIAS()
931 typeStdString(Dest->getType())); in emitIAS()
950 typeStdString(Dest->getType())); in emitIAS()
[all …]
DIceTypes.h85 inline std::string typeStdString(Type Ty) { return typeString(Ty); } in typeStdString() function
DIceGlobalContext.cpp827 llvm::report_fatal_error("Unsupported constant type: " + typeStdString(Ty)); in getConstantZero()
875 llvm::report_fatal_error("Unsupported constant type: " + typeStdString(Ty)); in getConstantPool()
DIceAssemblerARM32.cpp667 typeStdString(ElmtTy)); in encodeElmtType()
1089 typeStdString(OpRt->getType())); in emitInsertExtractInt()
DIceTargetLoweringARM32.cpp2296 ("Unexpected type in div0Check: " + typeStdString(Ty)).c_str()); in div0Check()