Home
last modified time | relevance | path

Searched defs:strAttr (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/Utils/
DStructuredOpsUtils.h80 auto strAttr = attr.dyn_cast_or_null<StringAttr>(); in isParallelIterator() local
87 auto strAttr = attr.dyn_cast_or_null<StringAttr>(); in isReductionIterator() local
94 auto strAttr = attr.dyn_cast_or_null<StringAttr>(); in isWindowIterator() local
139 auto strAttr = attr.dyn_cast_or_null<StringAttr>(); in isSparseDim() local
144 auto strAttr = attr.dyn_cast_or_null<StringAttr>(); in isDenseDim() local
/external/llvm-project/mlir/lib/Dialect/Linalg/Utils/
DUtils.cpp61 if (auto strAttr = attr.dyn_cast<StringAttr>()) { in isParallelIteratorType() local
68 if (auto strAttr = attr.dyn_cast<StringAttr>()) { in isReductionIteratorType() local
75 if (auto strAttr = attr.dyn_cast<StringAttr>()) { in isWindowIteratorType() local
/external/llvm-project/flang/lib/Lower/
DFIRBuilder.cpp176 auto strAttr = mlir::StringAttr::get(data, getContext()); in createStringLit() local
/external/pdfium/fxjs/xfa/
Dcfxjse_resolveprocessor.cpp235 WideStringView strAttr) { in ResolveForAttributeRs()
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestDialect.cpp39 StringAttr strAttr = attr.dyn_cast<StringAttr>(); in getAlias() local
77 if (auto strAttr = arrayAttr[i].dyn_cast<StringAttr>()) in getAsmBlockArgumentNames() local
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVAttributes.cpp265 if (auto strAttr = attr.dyn_cast<StringAttr>()) in verifyConstructionInvariants() local
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMDialect.cpp1183 if (auto strAttr = value.dyn_cast_or_null<StringAttr>()) { in parseGlobalOp() local
1211 if (auto strAttr = op.getValueOrNull().dyn_cast_or_null<StringAttr>()) { in verify() local
/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp852 std::string strAttr; in handleLocationDirective() local
/external/llvm-project/mlir/lib/Target/LLVMIR/
DModuleTranslation.cpp782 if (auto strAttr = op.getValueOrNull().dyn_cast_or_null<StringAttr>()) { in convertGlobals() local
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DSerializer.cpp744 if (auto strAttr = attr.second.dyn_cast<StringAttr>()) { in processDecoration() local
/external/llvm-project/mlir/lib/IR/
DAsmPrinter.cpp1526 } else if (auto strAttr = attr.dyn_cast<StringAttr>()) { in printAttribute() local