Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DValue.cpp41 if (owner->hasSingleResult) in getType()
54 if (owner->hasSingleResult) { in setType()
DOperation.cpp171 hasOperandStorage(hasOperandStorage), hasSingleResult(false), name(name), in Operation()
177 hasSingleResult = resultTypes.size() == 1; in Operation()
178 if (hasSingleResult) in Operation()
557 return hasSingleResult ? 1 : resultType.cast<TupleType>().size(); in getNumResults()
563 if (hasSingleResult) in getResultTypes()
/external/llvm-project/mlir/include/mlir/IR/
DOperation.h726 bool hasSingleResult : 1; variable
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpDefinitionsGen.cpp1578 bool hasSingleResult = in genFolderDecls() local
1582 if (hasSingleResult) { in genFolderDecls()