Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Dialect/Math/
H A DTestPolynomialApproximation.cpp39 if (enableAvx2) in getDependentDialects()
49 Option<bool> enableAvx2{ member
60 approxOptions.enableAvx2 = enableAvx2; in runOnOperation()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Math/Transforms/
H A DPasses.h23 bool enableAvx2 = false; member
/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp1288 if (options.enableAvx2) in populateMathPolynomialApproximationPatterns()