Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/TableGen/
DOpClass.h240 MP_Declaration = 0x8, enumerator
241 MP_StaticDeclaration = MP_Static | MP_Declaration,
249 methodBody(properties & MP_Declaration), id(id) {} in OpMethod()
/external/llvm-project/mlir/lib/TableGen/
DOpClass.cpp210 if (properties & MP_Declaration) in writeDefTo()
229 if (properties & MP_Declaration) in writeDefTo()
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpDefinitionsGen.cpp1584 "::mlir::OpFoldResult", "fold", OpMethod::MP_Declaration, in genFolderDecls()
1592 OpMethod::MP_Declaration, std::move(paramList)); in genFolderDecls()
1628 static_cast<OpMethod::Property>(properties | OpMethod::MP_Declaration); in genOpInterfaceMethod()