| /llvm-project-15.0.7/mlir/lib/Dialect/OpenMP/IR/ |
| H A D | OpenMPDialect.cpp | 624 reductionEntryBlock.getArgumentTypes()[0] != in verifyRegions() 625 reductionEntryBlock.getArgumentTypes()[1] || in verifyRegions() 626 reductionEntryBlock.getArgumentTypes()[0] != type()) in verifyRegions() 641 atomicReductionEntryBlock.getArgumentTypes()[0] != in verifyRegions() 642 atomicReductionEntryBlock.getArgumentTypes()[1]) in verifyRegions() 645 auto ptrType = atomicReductionEntryBlock.getArgumentTypes()[0] in verifyRegions()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | FunctionInterfaces.td | 57 "::llvm::ArrayRef<::mlir::Type>", "getArgumentTypes">, 88 ArrayRef<Type> fnInputTypes = $_op.getArgumentTypes(); 213 ArrayRef<Type> inputTypes = $_op.getArgumentTypes(); 276 unsigned getNumArguments() { return $_op.getArgumentTypes().size(); } 370 $_op.getArgumentTypes(), argIndices, argTypes, argStorage); 383 $_op.getArgumentTypes(), argIndices, argStorage); 391 $_op.getArgumentTypes(), argIndices, argStorage); 398 return $_op.cloneTypeWith($_op.getArgumentTypes(), newResultTypes);
|
| H A D | Block.h | 79 ValueTypeRange<BlockArgListType> getArgumentTypes();
|
| H A D | Region.h | 86 ValueTypeRange<BlockArgListType> getArgumentTypes();
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | TypeDetail.h | 355 return std::make_tuple(getReturnType(), getArgumentTypes(), isVariadic()) == 360 ArrayRef<Type> getArgumentTypes() const { in getArgumentTypes() function
|
| H A D | LLVMTypes.cpp | 141 return getImpl()->getArgumentTypes().size(); in getNumParams() 145 return getImpl()->getArgumentTypes()[i]; in getParamType() 151 return getImpl()->getArgumentTypes(); in getParams()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | Detensorize.cpp | 115 block.getArgumentTypes()[idx])}); in matchAndRewrite() 117 back.addInputs(idx, {block.getArgumentTypes()[idx]}); in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Region.cpp | 36 auto Region::getArgumentTypes() -> ValueTypeRange<BlockArgListType> { in getArgumentTypes() function in Region
|
| H A D | Block.cpp | 137 auto Block::getArgumentTypes() -> ValueTypeRange<BlockArgListType> { in getArgumentTypes() function in Block
|
| H A D | FunctionImplementation.cpp | 329 ArrayRef<Type> argTypes = op.getArgumentTypes(); in printFunctionOp()
|
| /llvm-project-15.0.7/mlir/lib/Transforms/Utils/ |
| H A D | RegionUtils.cpp | 485 if (leaderBlock->getArgumentTypes() != mergeBlock->getArgumentTypes()) in addToCluster()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Async/IR/ |
| H A D | Async.cpp | 236 if (body().getArgumentTypes() != unwrappedTypes) in verifyRegions()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/MLProgram/IR/ |
| H A D | MLProgramOps.td | 79 ArrayRef<Type> getArgumentTypes() { return getFunctionType().getInputs(); } 426 ArrayRef<Type> getArgumentTypes() { return getFunctionType().getInputs(); }
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Test/ |
| H A D | TestPatterns.cpp | 527 if (failed(converter.convertSignatureArgs(entry->getArgumentTypes(), in matchAndRewrite() 1170 converter.convertSignatureArgs(entry->getArgumentTypes(), result))) in matchAndRewrite() 1307 return converter.isLegal(op.getRegion().front().getArgumentTypes()); in runOnOperation()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/ |
| H A D | Bufferize.cpp | 301 bool hasTensorArg = any_of(funcOp.getArgumentTypes(), isaTensor); in hasTensorSemantics()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Transform/IR/ |
| H A D | TransformInterfaces.cpp | 326 !body->getArgumentTypes()[0].isa<pdl::OperationType>()) { in verifyPossibleTopLevelTransformOpTrait()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch3/include/toy/ |
| H A D | Ops.td | 151 ArrayRef<Type> getArgumentTypes() { return getFunctionType().getInputs(); }
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch2/include/toy/ |
| H A D | Ops.td | 152 ArrayRef<Type> getArgumentTypes() { return getFunctionType().getInputs(); }
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Func/IR/ |
| H A D | FuncOps.td | 306 ArrayRef<Type> getArgumentTypes() { return getFunctionType().getInputs(); }
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch4/include/toy/ |
| H A D | Ops.td | 181 ArrayRef<Type> getArgumentTypes() { return getFunctionType().getInputs(); }
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch6/include/toy/ |
| H A D | Ops.td | 181 ArrayRef<Type> getArgumentTypes() { return getFunctionType().getInputs(); }
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch5/include/toy/ |
| H A D | Ops.td | 181 ArrayRef<Type> getArgumentTypes() { return getFunctionType().getInputs(); }
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch7/include/toy/ |
| H A D | Ops.td | 204 ArrayRef<Type> getArgumentTypes() { return getFunctionType().getInputs(); }
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/ |
| H A D | VectorDistribute.cpp | 149 warpOp.getArgs(), warpOp.getBody()->getArgumentTypes()); in moveRegionToNewWarpOpAndReplaceReturns()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/ |
| H A D | PDLToPDLInterp.cpp | 662 llvm::to_vector<8>(rewriterFunc.front().getArgumentTypes()), in generateRewriter()
|