Home
last modified time | relevance | path

Searched defs:paramTypes (Results 1 – 8 of 8) sorted by relevance

/llvm-project/mlir/lib/Target/LLVMIR/
H A DTypeFromLLVM.cpp87 SmallVector<Type, 8> paramTypes; in translate() local
H A DTypeToLLVM.cpp96 SmallVector<llvm::Type *, 8> paramTypes; in translate() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DFunctionCallUtils.cpp50 ArrayRef<Type> paramTypes, Type resultType, in lookupOrCreateFn() argument
/llvm-project/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp96 uint32_t addFunctionType(uint32_t retType, ArrayRef<uint32_t> paramTypes) { in addFunctionType()
/llvm-project/mlir/lib/Conversion/GPUToLLVMSPV/
H A DGPUToLLVMSPV.cpp45 lookupOrCreateSPIRVFn(Operation * symbolTable,StringRef name,ArrayRef<Type> paramTypes,Type resultType) lookupOrCreateSPIRVFn() argument
/llvm-project/clang/lib/AST/
H A DType.cpp1125 SmallVector<QualType, 4> paramTypes; VisitFunctionProtoType() local
1428 SmallVector<QualType, 4> paramTypes; VisitFunctionType() local
/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2543 checkExtParameterInfos(Sema & S,ArrayRef<QualType> paramTypes,const FunctionProtoType::ExtProtoInfo & EPI,llvm::function_ref<SourceLocation (unsigned)> getParamLoc) checkExtParameterInfos() argument
H A DTreeTransform.h15828 SmallVector<QualType, 4> paramTypes; TransformBlockExpr() local