Home
last modified time | relevance | path

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

12

/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DTemporaryStack.cpp20 mlir::FunctionType funcType = func.getFunctionType(); in genCreateValueStack() local
33 mlir::FunctionType funcType = func.getFunctionType(); in genPushValue() local
44 mlir::FunctionType funcType = func.getFunctionType(); in genValueAt() local
55 mlir::FunctionType funcType = func.getFunctionType(); in genDestroyValueStack() local
65 mlir::FunctionType funcType = func.getFunctionType(); in genCreateDescriptorStack() local
80 mlir::FunctionType funcType = func.getFunctionType(); in genPushDescriptor() local
92 mlir::FunctionType funcType = func.getFunctionType(); in genDescriptorAt() local
104 mlir::FunctionType funcType = func.getFunctionType(); in genDestroyDescriptorStack() local
H A DArrayConstructor.cpp64 auto args = fir::runtime::createArguments(builder, loc, funcType, in genPushArrayConstructorValue() local
44 mlir::FunctionType funcType = func.getFunctionType(); genInitArrayConstructorVector() local
76 mlir::FunctionType funcType = func.getFunctionType(); genPushArrayConstructorSimpleScalar() local
/llvm-project/mlir/lib/Conversion/MathToFuncs/
H A DMathToFuncs.cpp196 FunctionType funcType = FunctionType::get( in createElementIPowIFunc() local
413 FunctionType funcType) { in createElementFPowIFunc() argument
592 FunctionType funcType = getElementalFuncTypeForOp(op); in matchAndRewrite() local
668 FunctionType funcType = createCtlzFunc() local
832 FunctionType funcType = getElementalFuncTypeForOp(op); generateOpImplementations() local
[all...]
/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DOpToFuncCallLowering.h56 Type funcType = getFunctionType(resultType, castedOperands); matchAndRewrite() local
H A DGPUOpsLowering.cpp57 Type funcType = getTypeConverter()->convertFunctionSignature( matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DFuncBufferizableOpInterfaceImpl.cpp211 FunctionType funcType = funcOp.getFunctionType(); getBufferType() local
245 FunctionType funcType = funcOp.getFunctionType(); bufferize() local
390 FunctionType funcType = funcOp.getFunctionType(); bufferize() local
/llvm-project/mlir/lib/Conversion/GPUToVulkan/
H A DConvertGPULaunchFuncToVulkanLaunchFunc.cpp
/llvm-project/mlir/lib/Query/
H A DQuery.cpp66 FunctionType funcType = in extractFunction() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparsificationAndBufferizationPass.cpp107 FunctionType funcType = funcOp.getFunctionType(); runDenseBufferization() local
/llvm-project/mlir/examples/toy/Ch3/mlir/
H A DMLIRGen.cpp123 auto funcType = builder.getFunctionType(argTypes, std::nullopt); in mlirGen() local
H A DDialect.cpp68 if (FunctionType funcType = llvm::dyn_cast<FunctionType>(type)) { in parseBinaryOp() local
/llvm-project/mlir/examples/toy/Ch5/mlir/
H A DMLIRGen.cpp123 auto funcType = builder.getFunctionType(argTypes, std::nullopt); in mlirGen() local
H A DDialect.cpp130 if (FunctionType funcType = llvm::dyn_cast<FunctionType>(type)) { in parseBinaryOp() local
/llvm-project/mlir/examples/toy/Ch2/mlir/
H A DMLIRGen.cpp123 auto funcType = builder.getFunctionType(argTypes, std::nullopt); in mlirGen() local
H A DDialect.cpp68 if (FunctionType funcType = llvm::dyn_cast<FunctionType>(type)) { in parseBinaryOp() local
/llvm-project/mlir/examples/toy/Ch6/mlir/
H A DMLIRGen.cpp123 auto funcType = builder.getFunctionType(argTypes, std::nullopt); in mlirGen() local
H A DDialect.cpp130 if (FunctionType funcType = llvm::dyn_cast<FunctionType>(type)) { in parseBinaryOp() local
/llvm-project/mlir/examples/toy/Ch4/mlir/
H A DMLIRGen.cpp123 auto funcType = builder.getFunctionType(argTypes, std::nullopt); in mlirGen() local
H A DDialect.cpp130 if (FunctionType funcType = llvm::dyn_cast<FunctionType>(type)) { in parseBinaryOp() local
/llvm-project/flang/lib/Parser/
H A Dbasic-parsers.h619 using funcType = FUNCTION<RESULT, PARSER...>; variable
677 using funcType = ApplicableMemberFunctionPointer<OBJPARSER, PARSER...>; global() variable
/llvm-project/mlir/examples/toy/Ch7/mlir/
H A DMLIRGen.cpp185 auto funcType = builder.getFunctionType(argTypes, std::nullopt); in mlirGen() local
H A DDialect.cpp122 if (FunctionType funcType = llvm::dyn_cast<FunctionType>(type)) { in parseBinaryOp() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DPPCIntrinsicCall.cpp1964 auto funcType{ in genVecLdCallGrp() local
2024 auto funcType{mlir::FunctionType::get(context, {addr.getType()}, {mlirTy})}; in genVecLvsGrp() local
2891 auto funcType{ in genVecStore() local
/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp319 auto funcType = FunctionType::get(ctx, inputTypes, outputTypes); in outlineExecuteOp() local
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp558 if (PT && PointerTypeTakesAnyBlockArguments(funcType)) in CheckFunctionPointerDecl() argument
2126 proto = dyn_cast<FunctionProtoType>(funcType); in RewriteObjCQualifiedInterfaceTypes() local
545 RewriteBlocksInFunctionProtoType(QualType funcType,NamedDecl * D) RewriteBlocksInFunctionProtoType() argument
2297 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); RewriteBlockLiteralFunctionDecl() local
[all...]

12