Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuilders.h147 ArrayAttr getStrArrayAttr(ArrayRef<StringRef> values);
H A DOpBase.td1455 let constBuilderCall = "$_builder.getStrArrayAttr($0)";
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuilders.cpp246 ArrayAttr Builder::getStrArrayAttr(ArrayRef<StringRef> values) { in getStrArrayAttr() function in Builder
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DOneShotAnalysis.cpp94 OpBuilder(op).getStrArrayAttr(inPlaceVector)); in setInPlaceOpOperand()
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dop-attribute.td339 // DEF: ::mlir::Builder((*this)->getContext()).getStrArrayAttr({"a", "b"})
/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPDLToPDLInterp.cpp577 generatedOpsAttr = builder.getStrArrayAttr(generatedOps); in generate()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestDialect.cpp1322 auto namesAttr = parser.getBuilder().getStrArrayAttr(names); in parse()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/PDL/IR/
H A DPDLOps.td364 operandValues, attrValues, $_builder.getStrArrayAttr(attrNames),
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp461 b.getAffineMapArrayAttr(indexingMaps), b.getStrArrayAttr(iteratorTypes), in makeTransposeOp()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp704 builder.getStrArrayAttr(iteratorTypes), in build()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/PDLInterp/IR/
H A DPDLInterpOps.td1158 build($_builder, $_state, inputOp, $_builder.getStrArrayAttr(stringNames),
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp1003 rewriter.getStrArrayAttr(iteratorTypes)); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp165 return builder.getStrArrayAttr(enumValStrs); in getStrArrayAttrForEnumList()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp533 builder.getStrArrayAttr(iteratorTypes)); in build()