Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A 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 …]
H A DIceTypes.h85 inline std::string typeStdString(Type Ty) { return typeString(Ty); } in typeStdString() function
H A 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()
H A DIceAssemblerARM32.cpp669 typeStdString(ElmtTy)); in encodeElmtType()
1090 typeStdString(OpRt->getType())); in emitInsertExtractInt()
H A DIceTargetLoweringARM32.cpp2106 ("Unexpected type in div0Check: " + typeStdString(Ty)).c_str()); in div0Check()