Home
last modified time | relevance | path

Searched refs:isFloatingType (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTypes.h98 bool isFloatingType(Type Ty); // scalar or vector
DIceTypes.cpp220 bool isFloatingType(Type Ty) { in isFloatingType() function
DIceInstARM32.cpp1662 } else if (isFloatingType(DestTy)) { in emit()
1688 assert(isFloatingType(DestTy)); in emitIAS()
1729 } else if (isFloatingType(DestTy)) { in emit()
1756 assert(isFloatingType(SrcTy)); in emitIAS()
DPNaClTranslator.cpp1638 if (Ice::isFloatingType(OpTy)) in isValidFloatingArithOp()
1875 if (!(Ice::isFloatingType(SourceType) && Ice::isIntegerType(TargetType))) in isFloatToIntCastValid()
2394 } else if (isFloatingType(Op1Type)) { in ProcessRecord()
DIceAssemblerARM32.cpp1218 isFloatingType(ElmtTy)); in emitSIMD()
1239 isFloatingType(ElmtTy), OpcodeName); in emitSIMDqqq()
2367 emitSIMDBase(VabsqOpcode, Dd, Dn, Dm, UseQRegs, isFloatingType(ElmtTy)); in vabsq()
3668 isFloatingType(ElmtTy)); in vnegqs()
DIceTargetLoweringARM32.cpp3679 if (isFloatingType(Dest->getType()) || isVectorType(Dest->getType())) { in lowerCall()
4060 if (isFloatingType(DestTy)) { in lowerExtractElement()
4620 if (isFloatingType(DestTy)) { in lowerInsertElement()
DIceTargetLoweringX8664.cpp5641 if (typeWidthInBytes(DestTy) == 1 || isFloatingType(DestTy)) { in lowerSelectMove()
DIceTargetLoweringX8632.cpp6231 if (typeWidthInBytes(DestTy) == 1 || isFloatingType(DestTy)) { in lowerSelectMove()