/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.cpp | 215 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 …]
|
D | IceTargetLoweringX86BaseImpl.h | 652 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 …]
|
D | IceTargetLoweringMIPS32.cpp | 99 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 …]
|
D | IcePhiLoweringImpl.h | 55 } else if (isVectorType(DestTy) && in prelowerPhis32Bit()
|
D | IceInstARM32.cpp | 361 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 …]
|
D | IceTypes.h | 90 bool isVectorType(Type Ty);
|
D | PNaClTranslator.cpp | 1692 (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()
|
D | IceTypes.cpp | 182 bool isVectorType(Type Ty) { in isVectorType() function
|
D | IceInstX86BaseImpl.h | 1034 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()
|
D | IceTargetLoweringX8632.cpp | 364 if (isVectorType(ReturnType)) { in moveReturnValueToRegister()
|
D | IceTargetLowering.h | 517 assert(isVectorType(DestTy)); in scalarizeInstruction()
|
D | IceTargetLoweringX8664.cpp | 709 if (isVectorType(ReturnType) || isScalarFloatingType(ReturnType)) { in moveReturnValueToRegister()
|
D | IceTargetLoweringX8632Traits.h | 726 assert(isVectorType(Ty));
|
D | IceTargetLoweringX8664Traits.h | 808 assert(isVectorType(Ty));
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 3538 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 …]
|
D | SemaCast.cpp | 1995 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()
|
D | SemaInit.cpp | 833 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/ |
D | TargetInfo.cpp | 1110 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 …]
|
D | CGExprScalar.cpp | 813 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()
|
D | CGExpr.cpp | 1271 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/ |
D | SpvBuilder.h | 179 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/ |
D | RegionStore.cpp | 1419 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/ |
D | Type.cpp | 2077 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()
|
D | ExprClassification.cpp | 201 if (cast<ArraySubscriptExpr>(E)->getBase()->getType()->isVectorType()) in ClassifyInternal()
|
/external/clang/lib/Analysis/ |
D | UninitializedValues.cpp | 41 return ty->isScalarType() || ty->isVectorType() || ty->isRecordType(); in isTrackedVar()
|