Home
last modified time | relevance | path

Searched refs:getFunctionResultType (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/mlir/lib/ExecutionEngine/
DJitRunner.cpp199 if (!mainFunction.getType().getFunctionResultType().isIntegerTy(32)) in checkCompatibleReturnType()
205 if (!mainFunction.getType().getFunctionResultType().isIntegerTy(64)) in checkCompatibleReturnType()
211 if (!mainFunction.getType().getFunctionResultType().isFloatTy()) in checkCompatibleReturnType()
/external/llvm-project/mlir/lib/Conversion/GPUCommon/
DOpToFuncCallLowering.h61 StringRef funcName = getFunctionName(funcType.getFunctionResultType()); in matchAndRewrite()
DConvertLaunchFuncToRuntimeCalls.cpp295 loc, const_cast<LLVM::LLVMType &>(functionType).getFunctionResultType(), in create()
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMDialect.cpp614 op.getResult(0).getType() != fnType.getFunctionResultType()) in verify()
617 << " != " << fnType.getFunctionResultType(); in verify()
1427 LLVMType returnType = fnType.getFunctionResultType(); in printLLVMFuncOp()
1468 if (getType().getFunctionResultType().isVoidTy()) in getNumFuncResults()
DLLVMTypes.cpp126 LLVMType LLVMType::getFunctionResultType() { in getFunctionResultType() function in LLVMType
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMTypes.h121 LLVMType getFunctionResultType();
DLLVMOps.td416 LLVMType resultType = func.getType().getFunctionResultType();