Searched defs:vectorLength (Results 1 – 12 of 12) sorted by relevance
/llvm-project/flang/test/Lower/OpenACC/ |
H A D | acc-loop.f90 | 19 integer :: vectorLength = 128 variable
|
H A D | acc-kernels.f90 | 13 integer :: vectorLength = 128 local
|
H A D | acc-serial.f90 | 33 integer :: vectorLength = 128 local
|
H A D | acc-parallel.f90 | 33 integer :: vectorLength = 128 local
|
H A D | acc-kernels-loop.f90 | 13 integer :: vectorLength = 128 local
|
H A D | acc-serial-loop.f90 | 34 integer :: vectorLength = 128 local
|
H A D | acc-parallel-loop.f90 | 15 integer :: vectorLength = 128 local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparsificationAndBufferizationPass.cpp | 249 createSparsificationAndBufferizationPass(const bufferization::OneShotBufferizationOptions & bufferizationOptions,const SparsificationOptions & sparsificationOptions,bool createSparseDeallocs,bool enableRuntimeLibrary,bool enableBufferInitialization,unsigned vectorLength,bool enableVLAVectorization,bool enableSIMDIndex32,bool enableGPULibgen,SparseEmitStrategy emitStrategy) createSparsificationAndBufferizationPass() argument
|
H A D | SparseVectorization.cpp | 42 unsigned vectorLength; global() member 663 populateSparseVectorizationPatterns(RewritePatternSet & patterns,unsigned vectorLength,bool enableVLAVectorization,bool enableSIMDIndex32) populateSparseVectorizationPatterns() argument
|
H A D | SparseTensorPasses.cpp | 499 createSparseVectorizationPass(unsigned vectorLength,bool enableVLAVectorization,bool enableSIMDIndex32) createSparseVectorizationPass() argument
|
/llvm-project/mlir/lib/Conversion/VectorToLLVM/ |
H A D | ConvertVectorToLLVM.cpp | 700 Value vectorLength = lowerPredicatedReductionWithStartValue() local
|
/llvm-project/flang/lib/Lower/ |
H A D | OpenACC.cpp | 2159 dataClauseOperands, numGangs, numWorkers, vectorLength, async; createComputeOp() local
|