Searched refs:strVal (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/IR/ |
| H A D | SparseTensorDialect.cpp | 69 auto strVal = strAttr.getValue(); in parse() local 70 if (strVal == "dense") { in parse() 72 } else if (strVal == "compressed") { in parse() 74 } else if (strVal == "singleton") { in parse() 79 << strVal; in parse()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | EnumAttr.td | 18 class EnumAttrCaseInfo<string sym, int intVal, string strVal> { 28 string str = strVal; 33 class IntEnumAttrCaseBase<I intType, string sym, string strVal, int intVal> : 34 EnumAttrCaseInfo<sym, intVal, strVal>, 35 SignlessIntegerAttrBase<intType, "case " # strVal> {
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | ConvertExpr.cpp | 1583 llvm::StringRef strVal(reinterpret_cast<const char *>(value.c_str()), size); in genScalarLit() 1584 std::string globalName = fir::factory::uniqueCGIdent("cl", strVal); in genScalarLit()
|