Home
last modified time | relevance | path

Searched defs:funcType (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DDenseBufferizationPass.cpp51 FunctionType funcType = funcOp.getFunctionType(); in runOnOperation() local
/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DOpToFuncCallLowering.h56 Type funcType = getFunctionType(resultType, castedOperands); in matchAndRewrite() local
H A DGPUOpsLowering.cpp44 auto funcType = typeConverter->convertType(gpuFuncOp.getFunctionType()) in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Conversion/GPUToVulkan/
H A DConvertGPULaunchFuncToVulkanLaunchFunc.cpp125 auto funcType = builder.getFunctionType(vulkanLaunchTypes, {}); in declareVulkanLaunchFunc() local
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypeSyntax.cpp111 static void printFunctionType(AsmPrinter &printer, LLVMFunctionType funcType) { in printFunctionType()
173 if (auto funcType = type.dyn_cast<LLVMFunctionType>()) in printType() local
H A DLLVMDialect.cpp251 auto funcType = type.dyn_cast<FunctionType>(); in parse() local
968 FunctionType funcType; in parse() local
1197 LLVMFunctionType funcType = fnType.dyn_cast<LLVMFunctionType>(); in verify() local
1289 auto funcType = type.dyn_cast<FunctionType>(); in parse() local
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DFuncBufferizableOpInterfaceImpl.cpp266 FunctionType funcType = funcOp.getFunctionType(); in bufferize() local
395 FunctionType funcType = funcOp.getFunctionType(); in bufferize() local
/llvm-project-15.0.7/mlir/examples/toy/Ch3/mlir/
H A DMLIRGen.cpp114 auto funcType = builder.getFunctionType(argTypes, llvm::None); in mlirGen() local
H A DDialect.cpp57 if (FunctionType funcType = type.dyn_cast<FunctionType>()) { in parseBinaryOp() local
/llvm-project-15.0.7/mlir/examples/toy/Ch2/mlir/
H A DMLIRGen.cpp114 auto funcType = builder.getFunctionType(argTypes, llvm::None); in mlirGen() local
H A DDialect.cpp57 if (FunctionType funcType = type.dyn_cast<FunctionType>()) { in parseBinaryOp() local
/llvm-project-15.0.7/mlir/examples/toy/Ch6/mlir/
H A DMLIRGen.cpp114 auto funcType = builder.getFunctionType(argTypes, llvm::None); in mlirGen() local
H A DDialect.cpp119 if (FunctionType funcType = type.dyn_cast<FunctionType>()) { in parseBinaryOp() local
/llvm-project-15.0.7/mlir/examples/toy/Ch4/mlir/
H A DMLIRGen.cpp114 auto funcType = builder.getFunctionType(argTypes, llvm::None); in mlirGen() local
H A DDialect.cpp119 if (FunctionType funcType = type.dyn_cast<FunctionType>()) { in parseBinaryOp() local
/llvm-project-15.0.7/mlir/examples/toy/Ch5/mlir/
H A DMLIRGen.cpp114 auto funcType = builder.getFunctionType(argTypes, llvm::None); in mlirGen() local
H A DDialect.cpp119 if (FunctionType funcType = type.dyn_cast<FunctionType>()) { in parseBinaryOp() local
/llvm-project-15.0.7/flang/lib/Parser/
H A Dbasic-parsers.h614 using funcType = FUNCTION<RESULT, PARSER...>; variable
672 using funcType = ApplicableMemberFunctionPointer<OBJPARSER, PARSER...>; variable
/llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/
H A DMLIRGen.cpp170 auto funcType = builder.getFunctionType(argTypes, llvm::None); in mlirGen() local
H A DDialect.cpp106 if (FunctionType funcType = type.dyn_cast<FunctionType>()) { in parseBinaryOp() local
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp1430 llvm::StringRef name, mlir::FunctionType funcType, in searchFunctionInLibrary()
1467 mlir::FunctionType funcType, in searchMathOperation()
1492 mlir::FunctionType funcType, in checkPrecisionLoss()
1528 mlir::FunctionType funcType) { in getRuntimeFunction()
1828 mlir::FunctionType funcType, in getWrapper()
1911 mlir::FunctionType funcType = getFunctionType(resultType, args, builder); in outlineInWrapper() local
1927 mlir::FunctionType funcType = getFunctionType(resultType, mlirArgs, builder); in outlineInExtendedWrapper() local
/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp261 auto funcType = FunctionType::get(ctx, inputTypes, outputTypes); in outlineExecuteOp() local
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp545 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType, in RewriteBlocksInFunctionProtoType()
558 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { in CheckFunctionPointerDecl()
2126 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteObjCQualifiedInterfaceTypes() local
2297 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteBlockLiteralFunctionDecl() local
/llvm-project-15.0.7/lld/COFF/
H A DDebugTypes.cpp634 TypeIndex funcType = in mergeTypeRecord() local
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIRType.cpp195 if (auto funcType = t.dyn_cast<mlir::FunctionType>()) in isa_fir_or_std_type() local

12