Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp1562 StringRef attributesDefaultValue = op.getNumVariadicRegions() ? "" : "{}"; in genUseOperandAsResultTypeCollectiveParamBuilder() local
1564 "attributes", attributesDefaultValue); in genUseOperandAsResultTypeCollectiveParamBuilder()
1638 StringRef attributesDefaultValue = op.getNumVariadicRegions() ? "" : "{}"; in genInferredTypeCollectiveParamBuilder() local
1640 "attributes", attributesDefaultValue); in genInferredTypeCollectiveParamBuilder()
1862 StringRef attributesDefaultValue = op.getNumVariadicRegions() ? "" : "{}"; in genCollectiveParamBuilder() local
1864 "attributes", attributesDefaultValue); in genCollectiveParamBuilder()