Home
last modified time | relevance | path

Searched refs:canInferType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpPythonBindingGen.cpp598 static bool canInferType(const Operator &op) { in canInferType() function
608 if (canInferType(op)) in populateBuilderArgsResults()
H A DOpDefinitionsGen.cpp1463 static bool canInferType(const Operator &op) { in canInferType() function
1547 if (canInferType(op) && op.getNumRegions() == 0) in genSeparateArgParamBuilder()
1902 if (canInferType(op) && op.getNumSuccessors() == 0) in genCollectiveParamBuilder()