Searched refs:vectorLength (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/OpenACC/IR/ |
| H A D | OpenACC.cpp | 240 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 D | Passes.h | 72 : parallelizationStrategy(p), vectorizationStrategy(v), vectorLength(vl), in SparsificationOptions() 80 unsigned vectorLength; member
|
| H A D | Passes.td | 70 Option<"vectorLength", "vl", "int32_t", "1",
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/Pipelines/ |
| H A D | Passes.h | 39 PassOptions::Option<int32_t> vectorLength{ 55 vectorLength, enableSIMDIndex32, in sparsificationOptions()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/ |
| H A D | SparseTensorPasses.cpp | 45 vectorLength = options.vectorLength; in SparsificationPass() 59 sparseVectorizationStrategy(vectorization), vectorLength, in runOnOperation()
|
| H A D | Sparsification.cpp | 1207 codegen.curVecLength = codegen.options.vectorLength; in genFor()
|
| /llvm-project-15.0.7/flang/test/Lower/OpenACC/ |
| H A D | acc-parallel.f90 | 13 integer :: vectorLength = 128 local
|
| H A D | acc-loop.f90 | 13 integer :: vectorLength = 128 variable
|
| H A D | acc-parallel-loop.f90 | 13 integer :: vectorLength = 128 local
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/OpenACC/ |
| H A D | OpenACCOps.td | 99 Optional<IntOrIndex>:$vectorLength, 378 Optional<IntOrIndex>:$vectorLength,
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | OpenACC.cpp | 360 mlir::Value vectorLength; in createParallelOp() local 405 vectorLength = fir::getBase(converter.genExprValue( in createParallelOp() 498 addOperand(operands, operandSegments, vectorLength); in createParallelOp()
|