Home
last modified time | relevance | path

Searched refs:vecWidth (Results 1 – 25 of 51) sorted by relevance

123

/dports/devel/blitz/blitz-1.0.2/blitz/
H A Dsimdtypes.h39 static const size_t vecWidth =
43 typedef TinyVector<T, vecWidth> vecType;
60 return (length & (vecWidth-1)) ?
61 (length & ~(vecWidth-1)) + vecWidth : length;
H A Dmemblock.cc94 const sizeType vecWidth= simdTypes<P_type>::vecWidth; in allocate() local
98 BZASSERT(length%vecWidth==0); in allocate()
114 new typename simdTypes<P_type>::vecType[length/vecWidth]; in allocate()
H A Dtv2fastiter.h68 simdTypes<T_numtype>::vecWidth> > T_tvtypeprop;
82 minWidth = simdTypes<T_numtype>::vecWidth,
83 maxWidth = simdTypes<T_numtype>::vecWidth,
170 { return (offset%simdTypes<T_numtype>::vecWidth==0) ? true : false; } in isVectorAligned()
H A Dtm2fastiter.h65 simdTypes<T_numtype>::vecWidth> > T_tvtypeprop;
79 minWidth = simdTypes<T_numtype>::vecWidth,
80 maxWidth = simdTypes<T_numtype>::vecWidth,
171 { return (offset%simdTypes<T_numtype>::vecWidth==0) ? true : false; } in isVectorAligned()
/dports/devel/blitz/blitz-1.0.2/testsuite/
H A Dalignment.cpp12 const int w=simdTypes<T_numtype>::vecWidth; in testalign()
58 BZTEST(l%simdTypes<float>::vecWidth==0); in main()
60 BZTEST(l-i<simdTypes<float>::vecWidth); in main()
63 TinyVector<float, 2*simdTypes<float>::vecWidth> v; in main()
64 const int w=simdTypes<float>::vecWidth; in main()
/dports/math/clblas/clBLAS-2.10/src/library/blas/include/
H A Dkprintf.hpp77 void registerType(const char *baseType, int vecWidth, int internalVecWidth=1);
110 void doConstruct(const char *type, int vecWidth, bool doVLOAD, bool doVSTORE, int wgSize);
120 kprintf(char _type, int vecWidth=1, bool doVLOAD=false, bool doVSTORE = false, int wgSize=64);
121 … kprintf(const char *type, int vecWidth=1, bool doVLOAD=false, bool doVSTORE=false, int wgSize=64);
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp341 TargetWidth vecWidth; in ProcessIntrinsicAdvanced() local
346 IntrinsicID id = intrinsic.intrin[vecWidth]; in ProcessIntrinsicAdvanced()
351 Intrinsic::ID id2 = intrinsic.intrin[vecWidth - 1]; in ProcessIntrinsicAdvanced()
379 args.push_back(GetZeroVec(vecWidth, pElemTy)); in ProcessIntrinsicAdvanced()
380 args.push_back(GetMask(vecWidth)); in ProcessIntrinsicAdvanced()
920 uint32_t vecWidth = argType->getVectorNumElements(); in DOUBLE_EMU()
923 Value* lanes = B->CInc<int>(i * vecWidth / 2, vecWidth / 2); in DOUBLE_EMU()
934 uint32_t vecWidth; in DOUBLE_EMU() local
945 vecWidth = result[0]->getType()->getVectorNumElements() + in DOUBLE_EMU()
951 vecWidth = 2; in DOUBLE_EMU()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp341 TargetWidth vecWidth; in ProcessIntrinsicAdvanced() local
346 IntrinsicID id = intrinsic.intrin[vecWidth]; in ProcessIntrinsicAdvanced()
351 Intrinsic::ID id2 = intrinsic.intrin[vecWidth - 1]; in ProcessIntrinsicAdvanced()
379 args.push_back(GetZeroVec(vecWidth, pElemTy)); in ProcessIntrinsicAdvanced()
380 args.push_back(GetMask(vecWidth)); in ProcessIntrinsicAdvanced()
920 uint32_t vecWidth = argType->getVectorNumElements(); in DOUBLE_EMU()
923 Value* lanes = B->CInc<int>(i * vecWidth / 2, vecWidth / 2); in DOUBLE_EMU()
934 uint32_t vecWidth; in DOUBLE_EMU() local
945 vecWidth = result[0]->getType()->getVectorNumElements() + in DOUBLE_EMU()
951 vecWidth = 2; in DOUBLE_EMU()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp341 TargetWidth vecWidth; in ProcessIntrinsicAdvanced() local
346 IntrinsicID id = intrinsic.intrin[vecWidth]; in ProcessIntrinsicAdvanced()
351 Intrinsic::ID id2 = intrinsic.intrin[vecWidth - 1]; in ProcessIntrinsicAdvanced()
379 args.push_back(GetZeroVec(vecWidth, pElemTy)); in ProcessIntrinsicAdvanced()
380 args.push_back(GetMask(vecWidth)); in ProcessIntrinsicAdvanced()
920 uint32_t vecWidth = argType->getVectorNumElements(); in DOUBLE_EMU()
923 Value* lanes = B->CInc<int>(i * vecWidth / 2, vecWidth / 2); in DOUBLE_EMU()
934 uint32_t vecWidth; in DOUBLE_EMU() local
945 vecWidth = result[0]->getType()->getVectorNumElements() + in DOUBLE_EMU()
951 vecWidth = 2; in DOUBLE_EMU()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp341 TargetWidth vecWidth; in ProcessIntrinsicAdvanced() local
346 IntrinsicID id = intrinsic.intrin[vecWidth]; in ProcessIntrinsicAdvanced()
351 Intrinsic::ID id2 = intrinsic.intrin[vecWidth - 1]; in ProcessIntrinsicAdvanced()
379 args.push_back(GetZeroVec(vecWidth, pElemTy)); in ProcessIntrinsicAdvanced()
380 args.push_back(GetMask(vecWidth)); in ProcessIntrinsicAdvanced()
920 uint32_t vecWidth = argType->getVectorNumElements(); in DOUBLE_EMU()
923 Value* lanes = B->CInc<int>(i * vecWidth / 2, vecWidth / 2); in DOUBLE_EMU()
934 uint32_t vecWidth; in DOUBLE_EMU() local
945 vecWidth = result[0]->getType()->getVectorNumElements() + in DOUBLE_EMU()
951 vecWidth = 2; in DOUBLE_EMU()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp341 TargetWidth vecWidth; in ProcessIntrinsicAdvanced() local
346 IntrinsicID id = intrinsic.intrin[vecWidth]; in ProcessIntrinsicAdvanced()
351 Intrinsic::ID id2 = intrinsic.intrin[vecWidth - 1]; in ProcessIntrinsicAdvanced()
379 args.push_back(GetZeroVec(vecWidth, pElemTy)); in ProcessIntrinsicAdvanced()
380 args.push_back(GetMask(vecWidth)); in ProcessIntrinsicAdvanced()
920 uint32_t vecWidth = argType->getVectorNumElements(); in DOUBLE_EMU()
923 Value* lanes = B->CInc<int>(i * vecWidth / 2, vecWidth / 2); in DOUBLE_EMU()
934 uint32_t vecWidth; in DOUBLE_EMU() local
945 vecWidth = result[0]->getType()->getVectorNumElements() + in DOUBLE_EMU()
951 vecWidth = 2; in DOUBLE_EMU()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp341 TargetWidth vecWidth; in ProcessIntrinsicAdvanced() local
346 IntrinsicID id = intrinsic.intrin[vecWidth]; in ProcessIntrinsicAdvanced()
351 Intrinsic::ID id2 = intrinsic.intrin[vecWidth - 1]; in ProcessIntrinsicAdvanced()
379 args.push_back(GetZeroVec(vecWidth, pElemTy)); in ProcessIntrinsicAdvanced()
380 args.push_back(GetMask(vecWidth)); in ProcessIntrinsicAdvanced()
920 uint32_t vecWidth = argType->getVectorNumElements(); in DOUBLE_EMU()
923 Value* lanes = B->CInc<int>(i * vecWidth / 2, vecWidth / 2); in DOUBLE_EMU()
934 uint32_t vecWidth; in DOUBLE_EMU() local
945 vecWidth = result[0]->getType()->getVectorNumElements() + in DOUBLE_EMU()
951 vecWidth = 2; in DOUBLE_EMU()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp341 TargetWidth vecWidth; in ProcessIntrinsicAdvanced() local
346 IntrinsicID id = intrinsic.intrin[vecWidth]; in ProcessIntrinsicAdvanced()
351 Intrinsic::ID id2 = intrinsic.intrin[vecWidth - 1]; in ProcessIntrinsicAdvanced()
379 args.push_back(GetZeroVec(vecWidth, pElemTy)); in ProcessIntrinsicAdvanced()
380 args.push_back(GetMask(vecWidth)); in ProcessIntrinsicAdvanced()
920 uint32_t vecWidth = argType->getVectorNumElements(); in DOUBLE_EMU()
923 Value* lanes = B->CInc<int>(i * vecWidth / 2, vecWidth / 2); in DOUBLE_EMU()
934 uint32_t vecWidth; in DOUBLE_EMU() local
945 vecWidth = result[0]->getType()->getVectorNumElements() + in DOUBLE_EMU()
951 vecWidth = 2; in DOUBLE_EMU()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp341 TargetWidth vecWidth; in ProcessIntrinsicAdvanced() local
346 IntrinsicID id = intrinsic.intrin[vecWidth]; in ProcessIntrinsicAdvanced()
351 Intrinsic::ID id2 = intrinsic.intrin[vecWidth - 1]; in ProcessIntrinsicAdvanced()
379 args.push_back(GetZeroVec(vecWidth, pElemTy)); in ProcessIntrinsicAdvanced()
380 args.push_back(GetMask(vecWidth)); in ProcessIntrinsicAdvanced()
920 uint32_t vecWidth = argType->getVectorNumElements(); in DOUBLE_EMU()
923 Value* lanes = B->CInc<int>(i * vecWidth / 2, vecWidth / 2); in DOUBLE_EMU()
934 uint32_t vecWidth; in DOUBLE_EMU() local
945 vecWidth = result[0]->getType()->getVectorNumElements() + in DOUBLE_EMU()
951 vecWidth = 2; in DOUBLE_EMU()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp341 TargetWidth vecWidth; in ProcessIntrinsicAdvanced() local
346 IntrinsicID id = intrinsic.intrin[vecWidth]; in ProcessIntrinsicAdvanced()
351 Intrinsic::ID id2 = intrinsic.intrin[vecWidth - 1]; in ProcessIntrinsicAdvanced()
379 args.push_back(GetZeroVec(vecWidth, pElemTy)); in ProcessIntrinsicAdvanced()
380 args.push_back(GetMask(vecWidth)); in ProcessIntrinsicAdvanced()
920 uint32_t vecWidth = argType->getVectorNumElements(); in DOUBLE_EMU()
923 Value* lanes = B->CInc<int>(i * vecWidth / 2, vecWidth / 2); in DOUBLE_EMU()
934 uint32_t vecWidth; in DOUBLE_EMU() local
945 vecWidth = result[0]->getType()->getVectorNumElements() + in DOUBLE_EMU()
951 vecWidth = 2; in DOUBLE_EMU()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp327 TargetWidth vecWidth; in ProcessIntrinsicAdvanced() local
332 IntrinsicID id = intrinsic.intrin[vecWidth]; in ProcessIntrinsicAdvanced()
337 Intrinsic::ID id2 = intrinsic.intrin[vecWidth - 1]; in ProcessIntrinsicAdvanced()
365 args.push_back(GetZeroVec(vecWidth, pElemTy)); in ProcessIntrinsicAdvanced()
366 args.push_back(GetMask(vecWidth)); in ProcessIntrinsicAdvanced()
886 uint32_t vecWidth = argType->getVectorNumElements(); in DOUBLE_EMU()
889 Value* lanes = B->CInc<int>(i * vecWidth / 2, vecWidth / 2); in DOUBLE_EMU()
900 uint32_t vecWidth; in DOUBLE_EMU() local
908 vecWidth = result[0]->getType()->getVectorNumElements() + in DOUBLE_EMU()
914 vecWidth = 2; in DOUBLE_EMU()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/VectorToROCDL/
H A DVectorToROCDL.cpp82 unsigned vecWidth = LLVM::getVectorNumElements(vecTy).getFixedValue(); in matchAndRewrite() local
87 if (vecWidth != 2 && vecWidth != 4) in matchAndRewrite()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Conversion/VectorToROCDL/
H A DVectorToROCDL.cpp82 unsigned vecWidth = LLVM::getVectorNumElements(vecTy).getFixedValue(); in matchAndRewrite() local
87 if (vecWidth != 2 && vecWidth != 4) in matchAndRewrite()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Conversion/VectorToROCDL/
H A DVectorToROCDL.cpp82 unsigned vecWidth = LLVM::getVectorNumElements(vecTy).getFixedValue(); in matchAndRewrite() local
87 if (vecWidth != 2 && vecWidth != 4) in matchAndRewrite()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Conversion/VectorToROCDL/
H A DVectorToROCDL.cpp85 unsigned vecWidth = vecTy.getVectorNumElements(); in matchAndRewrite() local
90 if (vecWidth != 2 && vecWidth != 4) in matchAndRewrite()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/VectorToROCDL/
H A DVectorToROCDL.cpp84 unsigned vecWidth = LLVM::getVectorNumElements(vecTy).getFixedValue(); in matchAndRewrite() local
89 if (vecWidth != 2 && vecWidth != 4) in matchAndRewrite()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Conversion/VectorToROCDL/
H A DVectorToROCDL.cpp85 unsigned vecWidth = vecTy.getVectorNumElements(); in matchAndRewrite() local
90 if (vecWidth != 2 && vecWidth != 4) in matchAndRewrite()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/VectorToROCDL/
H A DVectorToROCDL.cpp84 unsigned vecWidth = LLVM::getVectorNumElements(vecTy).getFixedValue(); in matchAndRewrite() local
89 if (vecWidth != 2 && vecWidth != 4) in matchAndRewrite()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Conversion/VectorToROCDL/
H A DVectorToROCDL.cpp84 unsigned vecWidth = LLVM::getVectorNumElements(vecTy).getFixedValue(); in matchAndRewrite() local
89 if (vecWidth != 2 && vecWidth != 4) in matchAndRewrite()
/dports/math/clblas/clBLAS-2.10/src/library/blas/gens/
H A Dkprintf.cpp163 vectorWidth = vecWidth; in registerType()
167 effectiveVectorWidthOnBaseType = vecWidth; in registerType()
171 effectiveVectorWidthOnBaseType = vecWidth*internalVecWidth; in registerType()
188 if (vecWidth > 1) in registerType()
191 generateVecSuffix(vecSuffixPtype, vecWidth); in registerType()
2115 if (vecWidth <= 0) in doConstruct()
2130 registerType("float", vecWidth); in doConstruct()
2137 registerType("double", vecWidth); in doConstruct()
2144 registerType("float2", vecWidth, 2); in doConstruct()
2151 registerType("double2", vecWidth, 2); in doConstruct()
[all …]

123