Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Tools/PDLL/AST/
H A DNodes.cpp458 return hasNativeInputTypes ? getTrailingObjects<StringRef>()[index] in getNativeInputType()
467 bool hasNativeInputTypes = !nativeInputTypes.empty(); in createImpl() local
468 assert(!hasNativeInputTypes || nativeInputTypes.size() == inputs.size()); in createImpl()
473 hasNativeInputTypes ? inputs.size() : 0); in createImpl()
480 UserConstraintDecl(name, inputs.size(), hasNativeInputTypes, in createImpl()
486 if (hasNativeInputTypes) { in createImpl()
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h954 bool hasNativeInputTypes, unsigned numResults, in UserConstraintDecl() argument
959 resultType(resultType), hasNativeInputTypes(hasNativeInputTypes) {} in UserConstraintDecl()
977 bool hasNativeInputTypes; variable