Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp206 if (isVectorType(Ty)) in applyStackAlignmentTy()
449 if (isVectorType(DestTy)) { in genTargetHelperCallFor()
690 if (!isVectorType(SrcTy)) { in genTargetHelperCallFor()
703 if (!isVectorType(DestTy)) { in genTargetHelperCallFor()
1155 assert(isVectorType(Ty)); in argInVFP()
2909 if (isVectorType(DestTy)) { in lowerArithmetic()
3028 assert(!isVectorType(DestTy)); in lowerArithmetic()
3040 assert(!isVectorType(DestTy)); in lowerArithmetic()
3053 if (isVectorType(DestTy)) { in lowerArithmetic()
3076 if (isVectorType(DestTy)) { in lowerArithmetic()
[all …]
DIceTargetLoweringX8664.cpp512 if (isVectorType(Ty)) in canRMW()
1030 if (isVectorType(Arg->getType())) { in addProlog()
1127 if (isVectorType(Ty)) { in finishArgumentLowering()
1136 if (isVectorType(Arg->getType())) { in finishArgumentLowering()
1287 if (isVectorType(Ty)) { in lowerArguments()
1682 if (isVectorType(Ty)) { in lowerArithmetic()
2245 if (isVectorType(Ty) && RegX8664::getRegisterForXmmArgNum( in lowerCall()
2265 if (isVectorType(Arg->getType())) { in lowerCall()
2363 if (isVectorType(DestTy)) { in lowerCall()
2397 if (isVectorType(DestTy)) { in lowerCast()
[all …]
DIceTargetLoweringX8632.cpp503 if (isVectorType(Ty)) in canRMW()
1045 if (isVectorType(Arg->getType())) { in addProlog()
1144 if (isVectorType(Ty)) { in finishArgumentLowering()
1154 if (isVectorType(Arg->getType())) { in finishArgumentLowering()
1371 if (isVectorType(Ty)) { in lowerArguments()
1882 if (isVectorType(Ty)) { in lowerArithmetic()
2433 if (isVectorType(Ty) && RegX8632::getRegisterForXmmArgNum( in lowerCall()
2447 if (isVectorType(Arg->getType())) { in lowerCall()
2571 if (isVectorType(DestTy)) { in lowerCall()
2613 if (isVectorType(DestTy)) { in lowerCast()
[all …]
DIceTargetLoweringMIPS32.cpp99 if (isVectorType(Ty)) in applyStackAlignmentTy()
240 if (PartialOnStack && isVectorType(Ty)) { in getCallStackArgumentsSizeBytes()
273 if (isVectorType(DestTy)) { in genTargetHelperCallFor()
302 if (isVectorType(DestTy)) { in genTargetHelperCallFor()
329 if (isVectorType(DestTy)) { in genTargetHelperCallFor()
359 if (isVectorType(DestTy)) { in genTargetHelperCallFor()
424 if (isVectorType(DestTy)) { in genTargetHelperCallFor()
557 if (!isVectorType(SrcTy)) { in genTargetHelperCallFor()
570 if (!isVectorType(DestTy)) { in genTargetHelperCallFor()
584 if (isVectorType(DestTy) && ID == Intrinsics::Fabs) { in genTargetHelperCallFor()
[all …]
DIceInstARM32.cpp356 if (isScalarFloatingType(Ty) || isVectorType(Ty)) in canHoldOffset()
830 if (isVectorType(Dest->getType())) { in emitIAS()
1680 assert(isVectorType(Src->getType())); in emitIAS()
1695 assert(isVectorType(Ty)); in insertionType()
1714 assert(isVectorType(DestTy)); in emit()
1747 assert(isVectorType(DestTy)); in emitIAS()
1885 return !isVectorType(DestTy) && !isVectorType(SrcTy) && in isMoveBetweenCoreAndVFPRegisters()
1907 const bool IsVector = isVectorType(Ty); in emitSingleDestSingleSource()
2054 if (isVectorType(SrcTy)) { in emitIAS()
2253 const bool IsVector = isVectorType(Ty); in emit()
[all …]
DIcePhiLoweringImpl.h55 } else if (isVectorType(DestTy) && in prelowerPhis32Bit()
DIceInstX8664.cpp103 assert(isVectorType(Ty)); in getInVectorElementType()
935 assert(isVectorType(SrcTy)); in emit()
964 assert(isVectorType(SrcTy)); in emitIAS()
1899 assert(isVectorType(this->getSrc(1)->getType())); in emit()
1936 isVectorType(this->getSrc(1)->getType())); in emit()
1973 isVectorType(this->getSrc(1)->getType())); in emit()
2022 Src0Var->asType(Func, isVectorType(Ty) ? IceType_i32 : Ty, RegNumT()) in emit()
2161 } else if (isVectorType(SrcTy)) { in emitIAS()
2209 assert(isVectorType(Dest->getType()) || in emitIAS()
2223 assert(isVectorType(SrcVar->getType()) || in emitIAS()
[all …]
DIceInstX8632.cpp115 assert(isVectorType(Ty)); in getInVectorElementType()
943 assert(isVectorType(SrcTy)); in emit()
972 assert(isVectorType(SrcTy)); in emitIAS()
1897 assert(isVectorType(this->getSrc(1)->getType())); in emit()
1934 isVectorType(this->getSrc(1)->getType())); in emit()
1971 isVectorType(this->getSrc(1)->getType())); in emit()
2020 Src0Var->asType(Func, isVectorType(Ty) ? IceType_i32 : Ty, RegNumT()) in emit()
2145 } else if (isVectorType(SrcTy)) { in emitIAS()
2193 assert(isVectorType(Dest->getType()) || in emitIAS()
2207 assert(isVectorType(SrcVar->getType()) || in emitIAS()
[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.cpp178 bool isVectorType(Type Ty) { in isVectorType() function
DIceTargetLowering.h473 assert(isVectorType(DestTy)); in scalarizeInstruction()
DIceTargetLoweringMIPS32.h126 return isVectorType(Ty); in shouldSplitToVariableVecOn32()
DIceTargetLoweringX8664.h139 if (isVectorType(Dest->getType())) { in createLoweredMove()
DIceTargetLoweringX8632.h138 if (isVectorType(Dest->getType())) { in createLoweredMove()
DIceCfg.cpp1226 assert(isVectorType(DestTy)); in insertsLastElement()
DIceInstX8632.h361 if (llvm::isa<X86OperandMem>(Opnd) && isVectorType(Opnd->getType())) { in validateVectorAddrModeOpnd()
997 assert(AllowAllTypes || isVectorType(Ty)); in emitIAS()
DIceInstX8664.h300 if (llvm::isa<X86OperandMem>(Opnd) && isVectorType(Opnd->getType())) { in validateVectorAddrModeOpnd()
936 assert(AllowAllTypes || isVectorType(Ty)); in emitIAS()
DIceAssemblerARM32.cpp3034 if (!isVectorType(VecTy)) in vmovqc()
/third_party/glslang/SPIRV/
DSpvBuilder.h271 bool isVector(Id resultId) const { return isVectorType(getTypeId(resultId)); } in isVector()
288 bool isVectorType(Id typeId) const { return getTypeClass(typeId) == OpTypeVector; } in isVectorType() function
DGlslangToSpv.cpp2390 } else if (builder.isVectorType(nominalTypeId)) { in convertLoadedBoolInUniformToUint()
2475 if (builder.isVectorType(objectTypeId) && in translateForcedType()
5115 } else if (builder.isVectorType(nominalTypeId)) { in accessChainStore()
7449 int vectorSize = builder.isVectorType(destType) ? builder.getNumTypeComponents(destType) : 0; in createConversion()
8085 if (builder.isVectorType(typeId)) in createInvocationsOperation()
8090 if (builder.isVectorType(typeId)) in createInvocationsOperation()
8152 if (builder.isVectorType(typeId)) in createInvocationsOperation()
8196 if (builder.isVectorType(typeId)) in createInvocationsOperation()
DSpvBuilder.cpp3171 if (isScalarType(valueType) || isVectorType(valueType)) { in createCompositeCompare()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp1355 …Value *negativeZero = Ice::isVectorType(v->getType()) ? createConstantVector(c, T(v->getType())) :… in createFNeg()
1708 if(!Ice::isVectorType(v->getType()) && Ice::isVectorType(T(destType))) in createBitCast()
1714 else if(Ice::isVectorType(v->getType()) && !Ice::isVectorType(T(destType))) in createBitCast()
2020 if(Ice::isVectorType(T(Ty))) in createNullValue()