Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/AST/
H A DNodes.cpp437 return hasNativeInputTypes ? getTrailingObjects<StringRef>()[index] in getNativeInputType()
445 bool hasNativeInputTypes = !nativeInputTypes.empty(); in createImpl() local
446 assert(!hasNativeInputTypes || nativeInputTypes.size() == inputs.size()); in createImpl()
451 hasNativeInputTypes ? inputs.size() : 0); in createImpl()
458 UserConstraintDecl(name, inputs.size(), hasNativeInputTypes, in createImpl()
464 if (hasNativeInputTypes) { in createImpl()
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h907 bool hasNativeInputTypes, unsigned numResults, in UserConstraintDecl() argument
930 bool hasNativeInputTypes; variable