Home
last modified time | relevance | path

Searched refs:vectorLength (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp240 OptionalParseResult async, numGangs, numWorkers, vectorLength; in parse() local
267 vectorLength = parseOptionalOperandAndType( in parse()
269 if (vectorLength.hasValue() && failed(*vectorLength)) in parse()
369 static_cast<int32_t>(vectorLength.hasValue() ? 1 : 0), in parse()
414 if (Value vectorLength = this->vectorLength()) in print() local
416 << vectorLength << ": " << vectorLength.getType() << ")"; in print()
498 numOptional += vectorLength() ? 1 : 0; in getDataOperand()
643 if (Value vectorLength = this->vectorLength()) in print() local
644 printer << "(" << vectorLength << ": " << vectorLength.getType() << ")"; in print()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/Transforms/
H A DPasses.h72 : parallelizationStrategy(p), vectorizationStrategy(v), vectorLength(vl), in SparsificationOptions()
80 unsigned vectorLength; member
H A DPasses.td70 Option<"vectorLength", "vl", "int32_t", "1",
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/Pipelines/
H A DPasses.h39 PassOptions::Option<int32_t> vectorLength{
55 vectorLength, enableSIMDIndex32, in sparsificationOptions()
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorPasses.cpp45 vectorLength = options.vectorLength; in SparsificationPass()
59 sparseVectorizationStrategy(vectorization), vectorLength, in runOnOperation()
H A DSparsification.cpp1207 codegen.curVecLength = codegen.options.vectorLength; in genFor()
/llvm-project-15.0.7/flang/test/Lower/OpenACC/
H A Dacc-parallel.f9013 integer :: vectorLength = 128 local
H A Dacc-loop.f9013 integer :: vectorLength = 128 variable
H A Dacc-parallel-loop.f9013 integer :: vectorLength = 128 local
/llvm-project-15.0.7/mlir/include/mlir/Dialect/OpenACC/
H A DOpenACCOps.td99 Optional<IntOrIndex>:$vectorLength,
378 Optional<IntOrIndex>:$vectorLength,
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenACC.cpp360 mlir::Value vectorLength; in createParallelOp() local
405 vectorLength = fir::getBase(converter.genExprValue( in createParallelOp()
498 addOperand(operands, operandSegments, vectorLength); in createParallelOp()