Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp355 llvm::MapVector<StringRef, int, llvm::StringMap<int>> buildableTypes; member
1369 if (!buildableTypes.empty()) { in genParserTypeResolution()
1372 for (auto &it : buildableTypes) in genParserTypeResolution()
2477 auto &buildableTypes = fmt.buildableTypes; in verifyOperands() local
2514 auto it = buildableTypes.insert({*builder, buildableTypes.size()}); in verifyOperands()
2553 auto &buildableTypes = fmt.buildableTypes; in verifyResults() local
2580 auto it = buildableTypes.insert({*builder, buildableTypes.size()}); in verifyResults()