Home
last modified time | relevance | path

Searched refs:getVoidType (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/mlir/lib/Conversion/GPUToVulkan/
DConvertLaunchFuncToVulkanCalls.cpp91 LLVM::LLVMType getVoidType() { return llvmVoidType; } in getVoidType() function in __anon816ed0ef0111::VulkanLaunchFuncToVulkanCallsPass
249 loc, TypeRange{getVoidType()}, in createBindMemRefCalls()
292 LLVM::LLVMType::getFunctionTy(getVoidType(), in declareVulkanFunctions()
301 getVoidType(), in declareVulkanFunctions()
310 getVoidType(), {getPointerType(), getPointerType(), getInt32Type()}, in declareVulkanFunctions()
317 LLVM::LLVMType::getFunctionTy(getVoidType(), {getPointerType()}, in declareVulkanFunctions()
333 getVoidType(), in declareVulkanFunctions()
352 LLVM::LLVMType::getFunctionTy(getVoidType(), {getPointerType()}, in declareVulkanFunctions()
398 loc, TypeRange{getVoidType()}, builder.getSymbolRefAttr(kSetBinaryShader), in translateVulkanLaunchCall()
405 builder.create<LLVM::CallOp>(loc, TypeRange{getVoidType()}, in translateVulkanLaunchCall()
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dtf_framework_legalize_to_llvm.cc240 return LLVM::LLVMFunctionType::get(getVoidType(), in GetFuncType()
280 getVoidType(), {getVoidPtrType(), i32_type, i8_ptr_type}); in GetFuncType()
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DSerializer.cpp245 Type getVoidType() { return mlirBuilder.getNoneType(); } in getVoidType() function in __anon4460d32f0111::Serializer
832 (resultTypes.empty() ? getVoidType() : resultTypes[0]), in processFuncOp()
1306 loc, type.getNumResults() == 1 ? type.getResult(0) : getVoidType(), in prepareFunctionType()
2041 Type resultTy = op.getNumResults() ? *op.result_type_begin() : getVoidType(); in processOp()
/external/llvm-project/mlir/include/mlir/Conversion/StandardToLLVM/
DConvertStandardToLLVM.h499 LLVM::LLVMType getVoidType() const;
/external/llvm-project/clang/utils/TableGen/
DMveEmitter.cpp988 const VoidType *getVoidType() { return &Void; } in getVoidType() function in __anonf88c1dfe0111::EmitterBase
1079 return getVoidType(); in getType()
1464 const Type *Param = getType(RParam, getVoidType()); in EmitterBase()
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp1035 LLVM::LLVMType ConvertToLLVMPattern::getVoidType() const { in getVoidType() function in ConvertToLLVMPattern
1726 LLVM::LLVMType::getFunctionTy(getVoidType(), {}, /*isVarArg=*/false); in matchAndRewrite()
2373 LLVM::LLVMType::getFunctionTy(getVoidType(), getVoidPtrType(), in matchAndRewrite()