Home
last modified time | relevance | path

Searched refs:isVectorType (Results 1 – 25 of 45) sorted by relevance

12

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp215 if (isVectorType(Ty)) in applyStackAlignmentTy()
459 if (isVectorType(DestTy)) { in genTargetHelperCallFor()
700 if (!isVectorType(SrcTy)) { in genTargetHelperCallFor()
713 if (!isVectorType(DestTy)) { in genTargetHelperCallFor()
1315 assert(isVectorType(Ty)); in argInVFP()
3096 if (isVectorType(DestTy)) { in lowerArithmetic()
3215 assert(!isVectorType(DestTy)); in lowerArithmetic()
3227 assert(!isVectorType(DestTy)); in lowerArithmetic()
3240 if (isVectorType(DestTy)) { in lowerArithmetic()
3263 if (isVectorType(DestTy)) { in lowerArithmetic()
[all …]
DIceTargetLoweringX86BaseImpl.h652 if (isVectorType(Ty))
1198 if (isVectorType(Arg->getType())) {
1296 if (isVectorType(Ty)) {
1306 if (isVectorType(Arg->getType())) {
1553 if (isVectorType(Ty)) {
2074 if (isVectorType(Ty)) {
2635 if (isVectorType(Ty) &&
2647 if (isVectorType(Arg->getType())) {
2779 if (isVectorType(DestTy)) {
2828 if (isVectorType(DestTy)) {
[all …]
DIceTargetLoweringMIPS32.cpp99 if (isVectorType(Ty)) in applyStackAlignmentTy()
242 if (PartialOnStack && isVectorType(Ty)) { in getCallStackArgumentsSizeBytes()
275 if (isVectorType(DestTy)) { in genTargetHelperCallFor()
304 if (isVectorType(DestTy)) { in genTargetHelperCallFor()
331 if (isVectorType(DestTy)) { in genTargetHelperCallFor()
361 if (isVectorType(DestTy)) { in genTargetHelperCallFor()
426 if (isVectorType(DestTy)) { in genTargetHelperCallFor()
559 if (!isVectorType(SrcTy)) { in genTargetHelperCallFor()
572 if (!isVectorType(DestTy)) { in genTargetHelperCallFor()
586 if (isVectorType(DestTy) && ID == Intrinsics::Fabs) { in genTargetHelperCallFor()
[all …]
DIcePhiLoweringImpl.h55 } else if (isVectorType(DestTy) && in prelowerPhis32Bit()
DIceInstARM32.cpp361 if (isScalarFloatingType(Ty) || isVectorType(Ty)) in canHoldOffset()
835 if (isVectorType(Dest->getType())) { in emitIAS()
1685 assert(isVectorType(Src->getType())); in emitIAS()
1700 assert(isVectorType(Ty)); in insertionType()
1719 assert(isVectorType(DestTy)); in emit()
1752 assert(isVectorType(DestTy)); in emitIAS()
1963 return !isVectorType(DestTy) && !isVectorType(SrcTy) && in isMoveBetweenCoreAndVFPRegisters()
1985 const bool IsVector = isVectorType(Ty); in emitSingleDestSingleSource()
2132 if (isVectorType(SrcTy)) { in emitIAS()
2330 const bool IsVector = isVectorType(Ty); in emit()
[all …]
DIceTypes.h90 bool isVectorType(Type Ty);
DPNaClTranslator.cpp1692 (Alignment == 1 && !isVectorType(Ty)); in isAllowedAlignment()
1733 if (!Ice::isVectorType(VecType)) in validateVectorIndex()
1830 bool IsType1Vector = isVectorType(Type1); in simplifyOutCommonVectorType()
1831 bool IsType2Vector = isVectorType(Type2); in simplifyOutCommonVectorType()
1877 bool IsSourceVector = isVectorType(SourceType); in isFloatToIntCastValid()
1878 bool IsTargetVector = isVectorType(TargetType); in isFloatToIntCastValid()
1897 if (Ice::isVectorType(Ty)) in bitcastSizeInBits()
2275 if (isVectorType(CondType)) { in ProcessRecord()
2276 if (!isVectorType(ThenType) || in ProcessRecord()
DIceTypes.cpp182 bool isVectorType(Type Ty) { in isVectorType() function
DIceInstX86BaseImpl.h1034 assert(isVectorType(SrcTy)); in emit()
1064 assert(isVectorType(SrcTy)); in emitIAS()
2076 assert(isVectorType(this->getSrc(1)->getType())); in emit()
2116 isVectorType(this->getSrc(1)->getType())); in emit()
2156 isVectorType(this->getSrc(1)->getType())); in emit()
2207 Src0Var->asType(Func, isVectorType(Ty) ? IceType_i32 : Ty, RegNumT()) in emit()
2362 assert(isVectorType(Dest->getType()) || in emitIAS()
2376 assert(isVectorType(SrcVar->getType()) || in emitIAS()
2419 assert(isVectorType(this->getDest()->getType())); in emitIAS()
2448 isVectorType(this->getDest()->getType())); in emitIAS()
DIceTargetLoweringX8632.cpp364 if (isVectorType(ReturnType)) { in moveReturnValueToRegister()
DIceTargetLowering.h517 assert(isVectorType(DestTy)); in scalarizeInstruction()
DIceTargetLoweringX8664.cpp709 if (isVectorType(ReturnType) || isScalarFloatingType(ReturnType)) { in moveReturnValueToRegister()
DIceTargetLoweringX8632Traits.h726 assert(isVectorType(Ty));
DIceTargetLoweringX8664Traits.h808 assert(isVectorType(Ty));
/external/clang/lib/Sema/
DSemaExpr.cpp3538 if (!(T->isArithmeticType() || T->isVoidType() || T->isVectorType())) { in CheckVecStepTraitOperandType()
5814 assert(destTy->isVectorType() || srcTy->isVectorType()); in areLaxCompatibleVectorTypes()
5841 assert(destTy->isVectorType() || srcTy->isVectorType()); in isLaxVectorConversion()
5850 assert(VectorTy->isVectorType() && "Not a vector type!"); in CheckVectorCast()
5852 if (Ty->isVectorType() || Ty->isIntegralType(Context)) { in CheckVectorCast()
5855 Ty->isVectorType() ? in CheckVectorCast()
5911 if (SrcTy->isVectorType()) { in CheckExtVectorCast()
5969 && castType->isVectorType() && (PE || PLE)) { in ActOnCastExpr()
5976 if (!E->getType()->isVectorType()) in ActOnCastExpr()
6032 assert(Ty->isVectorType() && "Expected vector type"); in BuildVectorLiteral()
[all …]
DSemaCast.cpp1995 bool destIsVector = DestType->isVectorType(); in TryReinterpretCast()
1996 bool srcIsVector = SrcType->isVectorType(); in TryReinterpretCast()
2395 if (!DestType->isScalarType() && !DestType->isVectorType()) { in CheckCStyleCast()
2455 if (!SrcType->isScalarType() && !SrcType->isVectorType()) { in CheckCStyleCast()
2479 if (SrcType->isVectorType()) { in CheckCStyleCast()
DSemaInit.cpp833 else if (T->isVectorType()) in CheckImplicitInitList()
983 IList->getType()->isVectorType())) { in CheckExplicitInitList()
1006 CurrentObjectType->isVectorType()? 1 : in CheckExplicitInitList()
1047 } else if (DeclType->isVectorType()) { in CheckListElementTypes()
1196 assert((ElemType->isRecordType() || ElemType->isVectorType() || in CheckSubElementType()
1233 (ElemType->isAggregateType() || ElemType->isVectorType())) { in CheckSubElementType()
1436 if (!isa<InitListExpr>(Init) && Init->getType()->isVectorType()) { in CheckVectorType()
1538 if (!IType->isVectorType()) { in CheckVectorType()
/external/clang/lib/CodeGen/
DTargetInfo.cpp1110 if (Ty->isVectorType()) { in shouldReturnTypeInRegister()
1503 if (Ty->isBuiltinType() || Ty->isVectorType()) in classifyArgumentType()
3592 if (IsReturnType || Ty->isBuiltinType() || Ty->isVectorType()) in classify()
3950 (T->isVectorType() && getContext().getTypeSize(T) == 128) || in computeInfo()
4036 } else if (Ty->isVectorType()) { in getParamTypeAlignment()
4046 if (IsQPXVectorTy(EltType) || (EltType->isVectorType() && in getParamTypeAlignment()
4066 return CharUnits::fromQuantity(AlignAsType->isVectorType() ? 16 : 8); in getParamTypeAlignment()
4175 if (Base->isVectorType() != TyPtr->isVectorType() || in isHomogeneousAggregate()
4203 Base->isVectorType() ? 1 : (getContext().getTypeSize(Base) + 63) / 64; in isHomogeneousAggregateSmallEnough()
4218 if (Ty->isVectorType() && !IsQPXVectorTy(Ty)) { in classifyArgumentType()
[all …]
DCGExprScalar.cpp813 if (DstType->isExtVectorType() && !SrcType->isVectorType()) { in EmitScalarConversion()
1050 assert(SrcType->isVectorType() && in VisitConvertVectorExpr()
1052 assert(DstType->isVectorType() && in VisitConvertVectorExpr()
1134 if (!E->getBase()->getType()->isVectorType()) in VisitArraySubscriptExpr()
1747 } else if (type->isVectorType()) { in EmitScalarPrePostIncDec()
2844 if (LHSTy->isVectorType() && !E->getType()->isVectorType()) { in EmitCompare()
2919 if (LHSTy->isVectorType()) in EmitCompare()
3030 if (E->getType()->isVectorType()) { in VisitBinLAnd()
3108 if (E->getType()->isVectorType()) { in VisitBinLOr()
3249 && condExpr->getType()->isVectorType()) { in VisitAbstractConditionalOperator()
DCGExpr.cpp1271 if (Ty->isVectorType()) { in EmitLoadOfScalar()
1383 if (Ty->isVectorType()) { in EmitStoreOfScalar()
2881 if (E->getBase()->getType()->isVectorType() && in EmitArraySubscriptExpr()
3202 assert(E->getBase()->getType()->isVectorType()); in EmitExtVectorElementExpr()
3206 assert(E->getBase()->getType()->isVectorType() && in EmitExtVectorElementExpr()
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h179 bool isVector(Id resultId) const { return isVectorType(getTypeId(resultId)); } in isVector()
190 bool isVectorType(Id typeId) const { return getTypeClass(typeId) == OpTypeVector; } in isVectorType() function
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp1419 if (RTy->isVectorType()) in getBinding()
1781 if (typedSuperR->getValueType()->isVectorType()) in getBindingForFieldOrElementCommon()
2001 if (Ty->isVectorType()) in bind()
2115 assert(T->isVectorType()); in bindVector()
/external/clang/lib/AST/
DType.cpp2077 if (CanonicalType->isScalarType() || CanonicalType->isVectorType()) in isTrivialType()
2137 if (CanonicalType->isScalarType() || CanonicalType->isVectorType()) in isTriviallyCopyableType()
2184 if (BaseTy->isScalarType() || BaseTy->isVectorType() || in isLiteralType()
2238 if (BaseTy->isScalarType() || BaseTy->isVectorType()) return true; in isStandardLayoutType()
2290 if (BaseTy->isScalarType() || BaseTy->isVectorType()) return true; in isCXX11PODType()
DExprClassification.cpp201 if (cast<ArraySubscriptExpr>(E)->getBase()->getType()->isVectorType()) in ClassifyInternal()
/external/clang/lib/Analysis/
DUninitializedValues.cpp41 return ty->isScalarType() || ty->isVectorType() || ty->isRecordType(); in isTrackedVar()

12