Searched refs:nativeInputTypes (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Tools/PDLL/AST/ |
| H A D | Nodes.cpp | 443 ArrayRef<StringRef> nativeInputTypes, ArrayRef<VariableDecl *> results, in createImpl() argument 445 bool hasNativeInputTypes = !nativeInputTypes.empty(); in createImpl() 446 assert(!hasNativeInputTypes || nativeInputTypes.size() == inputs.size()); in createImpl() 467 nativeInputTypesPtr[i] = nativeInputTypes[i].copy(ctx.getAllocator()); in createImpl()
|
| /llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/ |
| H A D | Nodes.h | 844 Type resultType, ArrayRef<StringRef> nativeInputTypes = {}) { 845 return createImpl(ctx, name, inputs, nativeInputTypes, results, codeBlock, 902 ArrayRef<StringRef> nativeInputTypes,
|