Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/
H A DMLIRGen.cpp110 llvm::StringMap<std::pair<mlir::Type, StructAST *>> structMap; member in __anonbff89f8e0111::MLIRGenImpl
129 if (structMap.count(str.getName())) in mlirGen()
152 structMap.try_emplace(str.getName(), StructType::get(elementTypes), &str); in mlirGen()
267 auto structIt = structMap.find(structName); in getStructFor()
268 if (structIt == structMap.end()) in getStructFor()
653 auto it = structMap.find(type.name); in getType()
654 if (it == structMap.end()) { in getType()