| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | BuiltinDialect.cpp | 107 if (!attr.getName().strref().contains('.') && in verify() 111 attr.getName().strref())) in verify() 130 layoutSpecAttrName = na.getName().strref(); in verify()
|
| H A D | BuiltinTypes.cpp | 210 if (!Dialect::isValidNamespace(dialect.strref())) in verify() 216 !context->getLoadedDialect(dialect.strref())) { in verify()
|
| H A D | BuiltinAttributes.cpp | 413 if (!Dialect::isValidNamespace(dialect.strref())) in verify() 419 !context->getLoadedDialect(dialect.strref())) { in verify() 1589 if (!Dialect::isValidNamespace(dialect.strref())) in verify()
|
| H A D | AsmPrinter.cpp | 547 if (!elidedAttrsSet.contains(attr.getName().strref())) 2210 return !elidedAttrsSet.contains(attr.getName().strref()); in printOptionalAttrDict() 2218 ::printKeywordOrString(attr.getName().strref(), os); in printNamedAttribute()
|
| H A D | OperationSupport.cpp | 124 it = findAttr(*this, name.strref()); in set()
|
| /llvm-project-15.0.7/mlir/include/mlir/Support/ |
| H A D | Timing.h | 56 StringRef strref() const { return entry->first(); } in strref() function 59 std::string str() const { return strref().str(); } in str()
|
| /llvm-project-15.0.7/mlir/test/lib/IR/ |
| H A D | TestDiagnostics.cpp | 45 return fileLoc.getFilename().strref().contains(filter); in runOnOperation()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | FunctionInterfaces.h | 239 if (!attr.getName().strref().contains('.')) in verifyTrait() 271 if (!attr.getName().strref().contains('.')) in verifyTrait()
|
| H A D | Operation.h | 424 return attr.getName().strref().count('.'); in filter() 458 if (!attr.getName().strref().contains('.')) in setDialectAttrs()
|
| H A D | OperationSupport.h | 434 int compare = mid->getName().strref().compare(name); in findAttrSorted() 455 return findAttrSorted(first, last, name.strref()); in findAttrSorted()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/DLTI/ |
| H A D | DLTI.cpp | 100 os << "\"" << getKey().get<StringAttr>().strref() << "\""; in print() 320 StringRef entryName = entry.getKey().get<StringAttr>().strref(); in verifyEntry()
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | DebugTranslation.cpp | 101 translateFile(fileLoc ? fileLoc.getFilename().strref() : "<unknown>"); in translate()
|
| /llvm-project-15.0.7/mlir/unittests/TableGen/ |
| H A D | OpBuildGen.cpp | 65 EXPECT_EQ(op->getAttr(attrs[idx].getName().strref()), in verifyOp()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | SPIRVDialect.cpp | 894 StringRef symbol = attribute.getName().strref(); in verifyOperationAttribute() 917 StringRef symbol = attribute.getName().strref(); in verifyRegionAttribute()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | NVVMDialect.cpp | 509 return emitOpError("op requires " + getB1OpAttrName().strref() + in verify() 519 getIntOverflowBehaviorAttrName().strref() + in verify()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/IR/ |
| H A D | SparseTensorDialect.cpp | 109 << attr.getName().strref(); in parse()
|
| /llvm-project-15.0.7/mlir/lib/Target/Cpp/ |
| H A D | TranslateToCpp.cpp | 847 if (!llvm::is_contained(exclude, attr.getName().strref())) { in emitOperandsAndAttributes() 855 if (llvm::is_contained(exclude, attr.getName().strref())) in emitOperandsAndAttributes()
|
| /llvm-project-15.0.7/mlir/lib/CAPI/IR/ |
| H A D | BuiltinTypes.cpp | 382 return wrap(unwrap(type).cast<OpaqueType>().getDialectNamespace().strref()); in mlirOpaqueTypeGetDialectNamespace()
|
| H A D | BuiltinAttributes.cpp | 181 return wrap(unwrap(attr).cast<OpaqueAttr>().getDialectNamespace().strref()); in mlirOpaqueAttrGetDialectNamespace()
|
| H A D | IR.cpp | 797 return wrap(unwrap(ident).strref()); in mlirIdentifierStr()
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/ |
| H A D | Serializer.cpp | 176 auto fileName = fileLoc ? fileLoc.getFilename().strref() : "<unknown>"; in processDebugInfo() 203 auto attrName = attr.getName().strref(); in processDecoration()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/FuncToLLVM/ |
| H A D | FuncToLLVM.cpp | 477 if (attr.getName().strref() == "value") in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/AsmParser/ |
| H A D | AttributeParser.cpp | 303 auto splitName = nameId->strref().split('.'); in parseAttributeDict()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/ |
| H A D | LinalgOps.cpp | 753 if (genericAttrNamesSet.count(attr.getName().strref()) > 0) in print() 768 if ((hasExtraAttrs = !genericAttrNamesSet.contains(n.getName().strref()))) in print()
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | Diagnostics.md | 286 return !fileLoc.getFilename().strref().contains("my/framework/source/");
|