| /llvm-project-15.0.7/mlir/lib/CAPI/Dialect/ |
| H A D | Linalg.cpp | 30 SmallVector<Type, 8> argTypes; in mlirLinalgFillBuiltinNamedOpRegion() local
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | FunctionImplementation.cpp | 189 SmallVector<Type> argTypes; in parseFunctionOp() local 265 OpAsmPrinter &p, Operation *op, ArrayRef<Type> argTypes, bool isVariadic, in printFunctionSignature() 329 ArrayRef<Type> argTypes = op.getArgumentTypes(); in printFunctionOp() local
|
| H A D | Builders.cpp | 354 TypeRange argTypes, ArrayRef<Location> locs) { in createBlock() 372 Block *OpBuilder::createBlock(Block *insertBefore, TypeRange argTypes, in createBlock()
|
| H A D | FunctionInterfaces.cpp | 115 Operation *op, ArrayRef<unsigned> argIndices, TypeRange argTypes, in insertFunctionArguments()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/MLProgram/IR/ |
| H A D | MLProgramOps.cpp | 152 std::string &) { return builder.getFunctionType(argTypes, results); }; in parse() 313 std::string &) { return builder.getFunctionType(argTypes, results); }; in parse()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenABITypes.cpp | 65 ArrayRef<CanQualType> argTypes, in arrangeFreeFunctionCall()
|
| H A D | CGCall.cpp | 201 SmallVector<CanQualType, 16> argTypes; in arrangeFreeFunctionType() local 267 SmallVector<CanQualType, 16> argTypes; in arrangeCXXMethodType() local 322 SmallVector<CanQualType, 16> argTypes; in arrangeCXXStructorDeclaration() local 370 SmallVector<CanQualType, 16> argTypes; in getArgTypesForCall() local 378 SmallVector<CanQualType, 16> argTypes; in getArgTypesForDeclaration() local 517 auto argTypes = getArgTypesForCall(Context, args); in arrangeUnprototypedObjCMessageSend() local 610 SmallVector<CanQualType, 16> argTypes; in arrangeFreeFunctionLikeCall() local 656 SmallVector<CanQualType, 16> argTypes; in arrangeBuiltinFunctionCall() local 668 auto argTypes = getArgTypesForDeclaration(Context, args); in arrangeBuiltinFunctionDeclaration() local 700 auto argTypes = getArgTypesForCall(Context, args); in arrangeCXXMethodCall() local [all …]
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | intrinsics-library.cpp | 492 const std::vector<DynamicType> &argTypes) { in SearchInHostRuntimeMap() 505 DynamicType resultType, const std::vector<DynamicType> &argTypes) { in SearchHostRuntime() 555 DynamicType resultType, const std::vector<DynamicType> &argTypes) { in GetHostRuntimeWrapper()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch3/mlir/ |
| H A D | MLIRGen.cpp | 112 llvm::SmallVector<mlir::Type, 4> argTypes(proto.getArgs().size(), in mlirGen() local
|
| H A D | Dialect.cpp | 198 std::string &) { return builder.getFunctionType(argTypes, results); }; in parse()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch2/mlir/ |
| H A D | MLIRGen.cpp | 112 llvm::SmallVector<mlir::Type, 4> argTypes(proto.getArgs().size(), in mlirGen() local
|
| H A D | Dialect.cpp | 211 std::string &) { return builder.getFunctionType(argTypes, results); }; in parse()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/PDLInterp/IR/ |
| H A D | PDLInterp.cpp | 220 std::string &) { return builder.getFunctionType(argTypes, results); }; in parse()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch6/mlir/ |
| H A D | MLIRGen.cpp | 112 llvm::SmallVector<mlir::Type, 4> argTypes(proto.getArgs().size(), in mlirGen() local
|
| H A D | Dialect.cpp | 287 std::string &) { return builder.getFunctionType(argTypes, results); }; in parse()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch4/mlir/ |
| H A D | MLIRGen.cpp | 112 llvm::SmallVector<mlir::Type, 4> argTypes(proto.getArgs().size(), in mlirGen() local
|
| H A D | Dialect.cpp | 287 std::string &) { return builder.getFunctionType(argTypes, results); }; in parse()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch5/mlir/ |
| H A D | MLIRGen.cpp | 112 llvm::SmallVector<mlir::Type, 4> argTypes(proto.getArgs().size(), in mlirGen() local
|
| H A D | Dialect.cpp | 287 std::string &) { return builder.getFunctionType(argTypes, results); }; in parse()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/ |
| H A D | TosaInferShapes.cpp | 83 llvm::SmallVector<Type> argTypes; in propagateShapesToTosaWhile() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/MemRef/Transforms/ |
| H A D | NormalizeMemRefs.cpp | 207 SmallVector<Type, 8> argTypes; in updateFunctionSignature() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Func/IR/ |
| H A D | FuncOps.cpp | 264 std::string &) { return builder.getFunctionType(argTypes, results); }; in parse()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | LLVMTypeSyntax.cpp | 201 SmallVector<Type, 8> argTypes; in parseFunctionType() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/ |
| H A D | FuncBufferizableOpInterfaceImpl.cpp | 398 SmallVector<Type> argTypes; in bufferize() local
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/ |
| H A D | MLIRGen.cpp | 162 llvm::SmallVector<mlir::Type, 4> argTypes; in mlirGen() local
|