Home
last modified time | relevance | path

Searched defs:shouldConvertBranchOperand (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/Func/Transforms/
H A DFuncConversions.cpp63 BranchOpInterfaceTypeConversion(TypeConverter & typeConverter,MLIRContext * ctx,function_ref<bool (BranchOpInterface,int)> shouldConvertBranchOperand) BranchOpInterfaceTypeConversion() argument
93 function_ref<bool(BranchOpInterface, int)> shouldConvertBranchOperand; global() member in __anonda0436bf0211::BranchOpInterfaceTypeConversion
119 populateBranchOpInterfaceTypeConversionPattern(RewritePatternSet & patterns,TypeConverter & typeConverter,function_ref<bool (BranchOpInterface,int)> shouldConvertBranchOperand) populateBranchOpInterfaceTypeConversionPattern() argument
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DDetensorize.cpp551 auto shouldConvertBranchOperand = [&](BranchOpInterface branchOp, runOnOperation() local