Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTypes.h95 bool isVectorIntegerType(Type Ty);
DIceTypes.cpp210 bool isVectorIntegerType(Type Ty) { in isVectorIntegerType() function
DIceInstX86BaseImpl.h1752 assert(isVectorIntegerType(SrcTy)); in emitIAS()
1761 assert(isVectorIntegerType(DestTy)); in emitIAS()
1769 assert(isVectorIntegerType(DestTy)); in emitIAS()
DIceTargetLoweringMIPS32.cpp564 assert(isVectorIntegerType(SrcTy)); in genTargetHelperCallFor()
577 assert(isVectorIntegerType(DestTy)); in genTargetHelperCallFor()
3560 if (ReturnReg && isVectorIntegerType(ReturnReg->getType())) { in lowerCall()
DIceTargetLoweringARM32.cpp705 assert(isVectorIntegerType(SrcTy)); in genTargetHelperCallFor()
718 assert(isVectorIntegerType(DestTy)); in genTargetHelperCallFor()