Home
last modified time | relevance | path

Searched refs:cppClass (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/ODS/
H A DContext.cpp28 StringRef cppClass) { in insertAttributeConstraint() argument
31 constraint.reset(new AttributeConstraint(name, summary, cppClass)); in insertAttributeConstraint()
33 assert(constraint->getCppClass() == cppClass && in insertAttributeConstraint()
43 StringRef cppClass) { in insertTypeConstraint() argument
46 constraint.reset(new TypeConstraint(name, summary, cppClass)); in insertTypeConstraint()
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/ODS/
H A DContext.h41 StringRef cppClass);
46 StringRef cppClass);
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dattrdefs.td168 int $cppClass::getFoo(int i) {
/llvm-project-15.0.7/mlir/docs/
H A DAttributesAndTypes.md581 `FieldParser<$cppClass>::parse($_parser)`, where `$cppClass` is the C++ type
1072 inside the class's C++ namespace. The substitution `$cppClass` will be replaced
H A DOpDefinitions.md1029 The substitution `$cppClass` is replaced by the op's C++ class name.
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DAttrTypeBase.td228 // generated code is placed inside the class's C++ namespace. `$cppClass` is
H A DOpBase.td2222 // generated code is placed inside the op's C++ namespace. `$cppClass` is
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp2103 std::string cppClass = var->constraint.getCPPClassName(); in genElementPrinter() local
2112 << " if (auto validType = type.dyn_cast<" << cppClass << ">())\n" in genElementPrinter()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestOps.td462 ::mlir::CallInterfaceCallable $cppClass::getCallableForCallee() {
1252 ::mlir::LogicalResult $cppClass::fold(ArrayRef<Attribute> operands,