Home
last modified time | relevance | path

Searched refs:lowerPermutationMaps (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Conversion/VectorToSCF/
H A DVectorToSCF.h57 bool lowerPermutationMaps = false; member
59 lowerPermutationMaps = l;
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp1289 this->lowerPermutationMaps = options.lowerPermutationMaps; in ConvertVectorToSCFPass()
1297 options.lowerPermutationMaps = lowerPermutationMaps; in runOnOperation()
1301 if (lowerPermutationMaps) { in runOnOperation()
/llvm-project-15.0.7/mlir/include/mlir/Conversion/
H A DPasses.td890 Option<"lowerPermutationMaps", "lower-permutation-maps", "bool",