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.cpp206 bool isVectorIntegerType(Type Ty) { in isVectorIntegerType() function
DIceInstX86BaseImpl.h1763 assert(isVectorIntegerType(SrcTy)); in emitIAS()
1772 assert(isVectorIntegerType(DestTy)); in emitIAS()
1780 assert(isVectorIntegerType(DestTy)); in emitIAS()
DIceTargetLoweringMIPS32.cpp564 assert(isVectorIntegerType(SrcTy)); in genTargetHelperCallFor()
577 assert(isVectorIntegerType(DestTy)); in genTargetHelperCallFor()
3545 if (ReturnReg && isVectorIntegerType(ReturnReg->getType())) { in lowerCall()
DIceTargetLoweringARM32.cpp704 assert(isVectorIntegerType(SrcTy)); in genTargetHelperCallFor()
717 assert(isVectorIntegerType(DestTy)); in genTargetHelperCallFor()