Home
last modified time | relevance | path

Searched defs:argTypes (Results 1 – 25 of 45) sorted by relevance

12

/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DLinalg.cpp30 SmallVector<Type, 8> argTypes; in mlirLinalgFillBuiltinNamedOpRegion() local
/llvm-project-15.0.7/mlir/lib/IR/
H A DFunctionImplementation.cpp189 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 DBuilders.cpp354 TypeRange argTypes, ArrayRef<Location> locs) { in createBlock()
372 Block *OpBuilder::createBlock(Block *insertBefore, TypeRange argTypes, in createBlock()
H A DFunctionInterfaces.cpp115 Operation *op, ArrayRef<unsigned> argIndices, TypeRange argTypes, in insertFunctionArguments()
/llvm-project-15.0.7/mlir/lib/Dialect/MLProgram/IR/
H A DMLProgramOps.cpp152 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 DCodeGenABITypes.cpp65 ArrayRef<CanQualType> argTypes, in arrangeFreeFunctionCall()
H A DCGCall.cpp201 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 Dintrinsics-library.cpp492 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 DMLIRGen.cpp112 llvm::SmallVector<mlir::Type, 4> argTypes(proto.getArgs().size(), in mlirGen() local
H A DDialect.cpp198 std::string &) { return builder.getFunctionType(argTypes, results); }; in parse()
/llvm-project-15.0.7/mlir/examples/toy/Ch2/mlir/
H A DMLIRGen.cpp112 llvm::SmallVector<mlir::Type, 4> argTypes(proto.getArgs().size(), in mlirGen() local
H A DDialect.cpp211 std::string &) { return builder.getFunctionType(argTypes, results); }; in parse()
/llvm-project-15.0.7/mlir/lib/Dialect/PDLInterp/IR/
H A DPDLInterp.cpp220 std::string &) { return builder.getFunctionType(argTypes, results); }; in parse()
/llvm-project-15.0.7/mlir/examples/toy/Ch6/mlir/
H A DMLIRGen.cpp112 llvm::SmallVector<mlir::Type, 4> argTypes(proto.getArgs().size(), in mlirGen() local
H A DDialect.cpp287 std::string &) { return builder.getFunctionType(argTypes, results); }; in parse()
/llvm-project-15.0.7/mlir/examples/toy/Ch4/mlir/
H A DMLIRGen.cpp112 llvm::SmallVector<mlir::Type, 4> argTypes(proto.getArgs().size(), in mlirGen() local
H A DDialect.cpp287 std::string &) { return builder.getFunctionType(argTypes, results); }; in parse()
/llvm-project-15.0.7/mlir/examples/toy/Ch5/mlir/
H A DMLIRGen.cpp112 llvm::SmallVector<mlir::Type, 4> argTypes(proto.getArgs().size(), in mlirGen() local
H A DDialect.cpp287 std::string &) { return builder.getFunctionType(argTypes, results); }; in parse()
/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaInferShapes.cpp83 llvm::SmallVector<Type> argTypes; in propagateShapesToTosaWhile() local
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/Transforms/
H A DNormalizeMemRefs.cpp207 SmallVector<Type, 8> argTypes; in updateFunctionSignature() local
/llvm-project-15.0.7/mlir/lib/Dialect/Func/IR/
H A DFuncOps.cpp264 std::string &) { return builder.getFunctionType(argTypes, results); }; in parse()
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypeSyntax.cpp201 SmallVector<Type, 8> argTypes; in parseFunctionType() local
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DFuncBufferizableOpInterfaceImpl.cpp398 SmallVector<Type> argTypes; in bufferize() local
/llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/
H A DMLIRGen.cpp162 llvm::SmallVector<mlir::Type, 4> argTypes; in mlirGen() local

12