Home
last modified time | relevance | path

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

123

/llvm-project/mlir/lib/CAPI/Dialect/
H A DLinalg.cpp30 SmallVector<Type, 8> argTypes; in mlirLinalgFillBuiltinNamedOpRegion() local
/llvm-project/mlir/lib/Interfaces/
H A DFunctionImplementation.cpp190 SmallVector<Type> argTypes; in parseFunctionOp() local
267 OpAsmPrinter &p, FunctionOpInterface op, ArrayRef<Type> argTypes, in printFunctionSignature()
329 ArrayRef<Type> argTypes = op.getArgumentTypes(); in printFunctionOp() local
H A DFunctionInterfaces.cpp190 FunctionOpInterface op, ArrayRef<unsigned> argIndices, TypeRange argTypes, in insertFunctionArguments() argument
/llvm-project/mlir/lib/Dialect/MLProgram/IR/
H A DMLProgramOps.cpp152 std::string &) { return builder.getFunctionType(argTypes, results); }; in parse()
329 std::string &) { return builder.getFunctionType(argTypes, results); }; in parse()
/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp65 arrangeFreeFunctionCall(CodeGenModule & CGM,CanQualType returnType,ArrayRef<CanQualType> argTypes,FunctionType::ExtInfo info,RequiredArgs args) arrangeFreeFunctionCall() argument
H A DCGCall.cpp207 SmallVector<CanQualType, 16> argTypes; in arrangeFreeFunctionType() local
282 SmallVector<CanQualType, 16> argTypes; in arrangeCXXMethodType() local
337 SmallVector<CanQualType, 16> argTypes; arrangeCXXStructorDeclaration() local
386 SmallVector<CanQualType, 16> argTypes; getArgTypesForCall() local
394 SmallVector<CanQualType, 16> argTypes; getArgTypesForDeclaration() local
535 auto argTypes = getArgTypesForCall(Context, args); arrangeUnprototypedObjCMessageSend() local
625 SmallVector<CanQualType, 16> argTypes; arrangeFreeFunctionLikeCall() local
659 auto argTypes = getArgTypesForDeclaration(Context, params); arrangeBlockFunctionDeclaration() local
671 SmallVector<CanQualType, 16> argTypes; arrangeBuiltinFunctionCall() local
682 auto argTypes = getArgTypesForDeclaration(Context, args); arrangeBuiltinFunctionDeclaration() local
691 arrangeBuiltinFunctionDeclaration(CanQualType resultType,ArrayRef<CanQualType> argTypes) arrangeBuiltinFunctionDeclaration() argument
714 auto argTypes = getArgTypesForCall(Context, args); arrangeCXXMethodCall() local
742 auto argTypes = getArgTypesForCall(Context, args); arrangeCall() local
767 arrangeLLVMFunctionInfo(CanQualType resultType,FnInfoOpts opts,ArrayRef<CanQualType> argTypes,FunctionType::ExtInfo info,ArrayRef<FunctionProtoType::ExtParameterInfo> paramInfos,RequiredArgs required) arrangeLLVMFunctionInfo() argument
834 create(unsigned llvmCC,bool instanceMethod,bool chainCall,bool delegateCall,const FunctionType::ExtInfo & info,ArrayRef<ExtParameterInfo> paramInfos,CanQualType resultType,ArrayRef<CanQualType> argTypes,RequiredArgs required) create() argument
[all...]
/llvm-project/flang/lib/Optimizer/Builder/
H A DPPCIntrinsicCall.cpp989 llvm::SmallVector<mlir::Type> argTypes; in genMmaVpFuncType() local
1025 llvm::SmallVector<mlir::Type> argTypes; in genMmaVqFuncType() local
1673 auto argTypes{getTypesForArgs(argBases)}; genVecExtract() local
1697 auto argTypes{getTypesForArgs(argBases)}; genVecInsert() local
2090 auto argTypes{getTypesForArgs(argBases)}; genVecPerm() local
2242 auto argTypes{getTypesForArgs(argBases)}; genVecShift() local
[all...]
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaInferShapes.cpp162 SmallVector<Type> argTypes = llvm::to_vector(op.getOperandTypes()); propagateShapesToTosaWhile() local
/llvm-project/mlir/examples/toy/Ch3/mlir/
H A DMLIRGen.cpp121 llvm::SmallVector<mlir::Type, 4> argTypes(proto.getArgs().size(), in mlirGen() local
H A DDialect.cpp209 std::string &) { return builder.getFunctionType(argTypes, results); }; in parse()
/llvm-project/mlir/examples/toy/Ch5/mlir/
H A DMLIRGen.cpp121 llvm::SmallVector<mlir::Type, 4> argTypes(proto.getArgs().size(), in mlirGen() local
H A DDialect.cpp298 std::string &) { return builder.getFunctionType(argTypes, results); }; in parse() argument
/llvm-project/mlir/examples/toy/Ch2/mlir/
H A DMLIRGen.cpp121 llvm::SmallVector<mlir::Type, 4> argTypes(proto.getArgs().size(), in mlirGen() local
H A DDialect.cpp222 std::string &) { return builder.getFunctionType(argTypes, results); }; in parse()
/llvm-project/mlir/examples/toy/Ch6/mlir/
H A DMLIRGen.cpp121 llvm::SmallVector<mlir::Type, 4> argTypes(proto.getArgs().size(), in mlirGen() local
H A DDialect.cpp298 std::string &) { return builder.getFunctionType(argTypes, results); }; in parse() argument
/llvm-project/mlir/examples/toy/Ch4/mlir/
H A DMLIRGen.cpp121 llvm::SmallVector<mlir::Type, 4> argTypes(proto.getArgs().size(), in mlirGen() local
H A DDialect.cpp298 std::string &) { return builder.getFunctionType(argTypes, results); }; in parse() argument
/llvm-project/mlir/lib/Dialect/Func/IR/
H A DFuncOps.cpp201 __anone16db3640102(Builder &builder, ArrayRef<Type> argTypes, ArrayRef<Type> results, function_interface_impl::VariadicFlag, std::string &) parse() argument
/llvm-project/mlir/lib/Dialect/PDLInterp/IR/
H A DPDLInterp.cpp220 std::string &) { return builder.getFunctionType(argTypes, results); }; in parse()
/llvm-project/flang/lib/Evaluate/
H A Dintrinsics-library.cpp574 SearchInHostRuntimeMap(const HostRuntimeMap & map,const std::string & name,DynamicType resultType,const std::vector<DynamicType> & argTypes) SearchInHostRuntimeMap() argument
587 SearchHostRuntime(const std::string & name,DynamicType resultType,const std::vector<DynamicType> & argTypes) SearchHostRuntime() argument
870 GetHostRuntimeWrapper(const std::string & name,DynamicType resultType,const std::vector<DynamicType> & argTypes) GetHostRuntimeWrapper() argument
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DNormalizeMemRefs.cpp220 SmallVector<Type, 8> argTypes; updateFunctionSignature() local
/llvm-project/mlir/lib/IR/
H A DBuilders.cpp438 createBlock(Region * parent,Region::iterator insertPt,TypeRange argTypes,ArrayRef<Location> locs) createBlock() argument
456 createBlock(Block * insertBefore,TypeRange argTypes,ArrayRef<Location> locs) createBlock() argument
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DFuncBufferizableOpInterfaceImpl.cpp393 SmallVector<Type> argTypes; bufferize() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DPolymorphicOpConversion.cpp194 llvm::SmallVector<mlir::Type> argTypes; in matchAndRewrite() local

123