Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DCodeGenHelpers.cpp49 : os(os), uniqueOutputLabel(getUniqueOutputLabel(records)) {} in StaticVerifierFunctionEmitter()
252 return ("__mlir_ods_local_" + kind + "_constraint_" + uniqueOutputLabel + in getUniqueName()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DCodeGenHelpers.h188 std::string uniqueOutputLabel; variable