Home
last modified time | relevance | path

Searched refs:getArgumentTypes (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project-15.0.7/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp624 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 DFunctionInterfaces.td57 "::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 DBlock.h79 ValueTypeRange<BlockArgListType> getArgumentTypes();
H A DRegion.h86 ValueTypeRange<BlockArgListType> getArgumentTypes();
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DTypeDetail.h355 return std::make_tuple(getReturnType(), getArgumentTypes(), isVariadic()) ==
360 ArrayRef<Type> getArgumentTypes() const { in getArgumentTypes() function
H A DLLVMTypes.cpp141 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 DDetensorize.cpp115 block.getArgumentTypes()[idx])}); in matchAndRewrite()
117 back.addInputs(idx, {block.getArgumentTypes()[idx]}); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/IR/
H A DRegion.cpp36 auto Region::getArgumentTypes() -> ValueTypeRange<BlockArgListType> { in getArgumentTypes() function in Region
H A DBlock.cpp137 auto Block::getArgumentTypes() -> ValueTypeRange<BlockArgListType> { in getArgumentTypes() function in Block
H A DFunctionImplementation.cpp329 ArrayRef<Type> argTypes = op.getArgumentTypes(); in printFunctionOp()
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DRegionUtils.cpp485 if (leaderBlock->getArgumentTypes() != mergeBlock->getArgumentTypes()) in addToCluster()
/llvm-project-15.0.7/mlir/lib/Dialect/Async/IR/
H A DAsync.cpp236 if (body().getArgumentTypes() != unwrappedTypes) in verifyRegions()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/MLProgram/IR/
H A DMLProgramOps.td79 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 DTestPatterns.cpp527 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 DBufferize.cpp301 bool hasTensorArg = any_of(funcOp.getArgumentTypes(), isaTensor); in hasTensorSemantics()
/llvm-project-15.0.7/mlir/lib/Dialect/Transform/IR/
H A DTransformInterfaces.cpp326 !body->getArgumentTypes()[0].isa<pdl::OperationType>()) { in verifyPossibleTopLevelTransformOpTrait()
/llvm-project-15.0.7/mlir/examples/toy/Ch3/include/toy/
H A DOps.td151 ArrayRef<Type> getArgumentTypes() { return getFunctionType().getInputs(); }
/llvm-project-15.0.7/mlir/examples/toy/Ch2/include/toy/
H A DOps.td152 ArrayRef<Type> getArgumentTypes() { return getFunctionType().getInputs(); }
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Func/IR/
H A DFuncOps.td306 ArrayRef<Type> getArgumentTypes() { return getFunctionType().getInputs(); }
/llvm-project-15.0.7/mlir/examples/toy/Ch4/include/toy/
H A DOps.td181 ArrayRef<Type> getArgumentTypes() { return getFunctionType().getInputs(); }
/llvm-project-15.0.7/mlir/examples/toy/Ch6/include/toy/
H A DOps.td181 ArrayRef<Type> getArgumentTypes() { return getFunctionType().getInputs(); }
/llvm-project-15.0.7/mlir/examples/toy/Ch5/include/toy/
H A DOps.td181 ArrayRef<Type> getArgumentTypes() { return getFunctionType().getInputs(); }
/llvm-project-15.0.7/mlir/examples/toy/Ch7/include/toy/
H A DOps.td204 ArrayRef<Type> getArgumentTypes() { return getFunctionType().getInputs(); }
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorDistribute.cpp149 warpOp.getArgs(), warpOp.getBody()->getArgumentTypes()); in moveRegionToNewWarpOpAndReplaceReturns()
/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPDLToPDLInterp.cpp662 llvm::to_vector<8>(rewriterFunc.front().getArgumentTypes()), in generateRewriter()

12