Home
last modified time | relevance | path

Searched refs:getBuilderCall (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DType.h57 Optional<StringRef> getBuilderCall() const;
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DType.cpp44 Optional<StringRef> TypeConstraint::getBuilderCall() const { in getBuilderCall() function in TypeConstraint
H A DOperator.cpp370 if (tc.getBuilderCall()) { in populateTypeInferenceInfo()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp64 return attrType ? attrType->getBuilderCall() : llvm::None; in getTypeBuilder()
2504 Optional<StringRef> builder = operand.constraint.getBuilderCall(); in verifyOperands()
2569 Optional<StringRef> builder = result.constraint.getBuilderCall(); in verifyResults()
H A DOpDefinitionsGen.cpp2399 << tgfmt(*type.getType().getBuilderCall(), &fctx) << ";\n"; in genTypeInterfaceMethods()