Home
last modified time | relevance | path

Searched defs:vectorLength (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/test/Lower/OpenACC/
H A Dacc-loop.f9013 integer :: vectorLength = 128 variable
H A Dacc-parallel.f9013 integer :: vectorLength = 128 local
H A Dacc-parallel-loop.f9013 integer :: vectorLength = 128 local
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/Transforms/
H A DPasses.h80 unsigned vectorLength; member
/llvm-project-15.0.7/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp240 OptionalParseResult async, numGangs, numWorkers, vectorLength; in parse() local
414 if (Value vectorLength = this->vectorLength()) in print() local
643 if (Value vectorLength = this->vectorLength()) in print() local
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenACC.cpp360 mlir::Value vectorLength; in createParallelOp() local