Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Conversion/TosaToArith/
H A DTosaToArithPass.cpp44 if (this->includeApplyRescale) { in runOnOperation()
57 std::unique_ptr<Pass> mlir::tosa::createTosaToArith(bool includeApplyRescale, in createTosaToArith() argument
59 TosaToArithOptions options = {includeApplyRescale, use32BitApplyRescale}; in createTosaToArith()
/llvm-project/mlir/include/mlir/Conversion/TosaToArith/
H A DTosaToArith.h25 std::unique_ptr<Pass> createTosaToArith(bool includeApplyRescale = false,
/llvm-project/mlir/include/mlir/Conversion/
H A DPasses.td1147 Option<"includeApplyRescale", "include-apply-rescale",