Home
last modified time | relevance | path

Searched defs:stringAttr (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/unittests/IR/
DAttributeTest.cpp163 Attribute stringAttr = StringAttr::get("test-string", stringType); in TEST() local
/external/llvm-project/mlir/lib/Target/LLVMIR/
DModuleTranslation.cpp177 if (auto stringAttr = attr.dyn_cast<StringAttr>()) { in getLLVMConstant() local
870 if (auto stringAttr = attr.dyn_cast<StringAttr>()) { in forwardPassthroughAttributes() local
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMDialect.cpp1826 if (auto stringAttr = attr.second.dyn_cast<StringAttr>()) in verifyOperationAttribute() local
/external/llvm-project/mlir/lib/IR/
DAsmPrinter.cpp1680 if (auto stringAttr = attr.dyn_cast<DenseStringElementsAttr>()) in printDenseElementsAttr() local