Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Func/Transforms/
H A DFuncConversions.cpp58 function_ref<bool(BranchOpInterface, int)> shouldConvertBranchOperand) in BranchOpInterfaceTypeConversion() argument
60 shouldConvertBranchOperand(shouldConvertBranchOperand) {} in BranchOpInterfaceTypeConversion()
78 if (!shouldConvertBranchOperand || shouldConvertBranchOperand(op, idx)) in matchAndRewrite()
88 function_ref<bool(BranchOpInterface, int)> shouldConvertBranchOperand; member in __anon0778ab1c0211::BranchOpInterfaceTypeConversion
114 function_ref<bool(BranchOpInterface, int)> shouldConvertBranchOperand) { in populateBranchOpInterfaceTypeConversionPattern() argument
116 typeConverter, patterns.getContext(), shouldConvertBranchOperand); in populateBranchOpInterfaceTypeConversionPattern()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Func/Transforms/
H A DFuncConversions.h46 shouldConvertBranchOperand = nullptr);
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DDetensorize.cpp532 auto shouldConvertBranchOperand = [&](BranchOpInterface branchOp, in runOnOperation() local
539 shouldConvertBranchOperand); in runOnOperation()