Home
last modified time | relevance | path

Searched refs:getFunctionTy (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/mlir/lib/Conversion/GPUToVulkan/
DConvertLaunchFuncToVulkanCalls.cpp292 LLVM::LLVMType::getFunctionTy(getVoidType(), in declareVulkanFunctions()
300 LLVM::LLVMType::getFunctionTy( in declareVulkanFunctions()
309 LLVM::LLVMType::getFunctionTy( in declareVulkanFunctions()
317 LLVM::LLVMType::getFunctionTy(getVoidType(), {getPointerType()}, in declareVulkanFunctions()
332 auto fnType = LLVM::LLVMType::getFunctionTy( in declareVulkanFunctions()
345 LLVM::LLVMType::getFunctionTy(getPointerType(), {}, in declareVulkanFunctions()
352 LLVM::LLVMType::getFunctionTy(getVoidType(), {getPointerType()}, in declareVulkanFunctions()
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMTypes.h166 static LLVMType getFunctionTy(LLVMType result, ArrayRef<LLVMType> params,
168 static LLVMType getFunctionTy(LLVMType result, bool isVarArg) { in getFunctionTy() function
169 return getFunctionTy(result, llvm::None, isVarArg); in getFunctionTy()
/external/llvm-project/mlir/lib/Conversion/GPUCommon/
DOpToFuncCallLowering.h99 return LLVMType::getFunctionTy(resultType, operandTypes, in getFunctionType()
DConvertLaunchFuncToRuntimeCalls.cpp58 functionType(LLVM::LLVMType::getFunctionTy(returnType, argumentTypes, in FunctionCallBuilder()
/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DLowerToLLVM.cpp116 auto llvmFnType = LLVM::LLVMType::getFunctionTy(llvmI32Ty, llvmI8PtrTy, in getOrInsertPrintf()
/external/llvm-project/mlir/examples/toy/Ch6/mlir/
DLowerToLLVM.cpp116 auto llvmFnType = LLVM::LLVMType::getFunctionTy(llvmI32Ty, llvmI8PtrTy, in getOrInsertPrintf()
/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/
DAsyncToLLVM.cpp108 return LLVM::LLVMType::getFunctionTy(voidTy, {i8Ptr}, false); in resumeFunctionType()
157 LLVM::LLVMType type = LLVM::LLVMType::getFunctionTy(ret, params, false); in addLLVMFuncDecl()
231 loc, kResume, LLVM::LLVMType::getFunctionTy(voidTy, {i8Ptr}, false)); in addResumeFunction()
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
DConvertLaunchFuncToLLVMCalls.cpp186 LLVM::LLVMType::getFunctionTy(LLVM::LLVMType::getVoidTy(context), in matchAndRewrite()
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMTypes.cpp203 LLVMType LLVMType::getFunctionTy(LLVMType result, ArrayRef<LLVMType> params, in getFunctionTy() function in LLVMType
DLLVMDialect.cpp426 auto llvmFuncType = LLVM::LLVMType::getFunctionTy(llvmResultType, argTypes, in parseInvokeOp()
705 auto llvmFuncType = LLVM::LLVMType::getFunctionTy(llvmResultType, argTypes, in parseCallOp()
1359 return LLVMType::getFunctionTy(llvmOutput, llvmInputs, in buildLLVMFunctionType()
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp256 return LLVM::LLVMType::getFunctionTy(resultType, argTypes, isVariadic); in convertFunctionSignature()
281 return LLVM::LLVMType::getFunctionTy(resultType, inputs, false); in convertFunctionTypeCWrapper()
1726 LLVM::LLVMType::getFunctionTy(getVoidType(), {}, /*isVarArg=*/false); in matchAndRewrite()
1951 LLVM::LLVMType::getFunctionTy(getVoidPtrType(), paramTypes, in createAllocCall()
2217 LLVM::LLVMType::getFunctionTy( in copyUnrankedDescriptors()
2226 LLVM::LLVMType::getFunctionTy(voidType, llvm::makeArrayRef(voidPtrType), in copyUnrankedDescriptors()
2373 LLVM::LLVMType::getFunctionTy(getVoidType(), getVoidPtrType(), in matchAndRewrite()
/external/llvm-project/mlir/docs/Tutorials/Toy/
DCh-6.md42 auto llvmFnType = LLVM::LLVMType::getFunctionTy(llvmI32Ty, llvmI8PtrTy,
/external/llvm-project/mlir/lib/Target/LLVMIR/
DModuleTranslation.cpp628 auto ft = LLVM::LLVMType::getFunctionTy(resultType, operandTypes, in convertOperation()
/external/llvm-project/mlir/lib/Conversion/VectorToLLVM/
DConvertVectorToLLVM.cpp1454 LLVM::LLVMType::getFunctionTy( in getPrint()