Home
last modified time | relevance | path

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

12

/external/OpenCL-CTS/test_conformance/spirv_new/
Dtest_op_function.cpp23 const char *funcType, in test_function()
/external/llvm-project/mlir/lib/Conversion/GPUCommon/
DOpToFuncCallLowering.h60 LLVMType funcType = getFunctionType(resultType, castedOperands); in matchAndRewrite() local
DGPUOpsLowering.h57 auto funcType = typeConverter->convertType(gpuFuncOp.getType()) in matchAndRewrite() local
/external/llvm-project/mlir/lib/Conversion/GPUToVulkan/
DConvertGPULaunchFuncToVulkanLaunchFunc.cpp125 auto funcType = FunctionType::get(vulkanLaunchTypes, {}, loc->getContext()); in declareVulkanLaunchFunc() local
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMTypeSyntax.cpp107 static void printFunctionType(llvm::raw_ostream &os, LLVMFunctionType funcType, in printFunctionType()
170 if (auto funcType = type.dyn_cast<LLVMFunctionType>()) in printTypeImpl() local
DLLVMDialect.cpp158 auto funcType = type.dyn_cast<FunctionType>(); in parseAllocaOp() local
365 FunctionType funcType; in parseInvokeOp() local
669 auto funcType = type.dyn_cast<FunctionType>(); in parseCallOp() local
/external/llvm-project/flang/lib/Lower/
DIntrinsicCall.cpp511 llvm::StringRef name, mlir::FunctionType funcType, in searchFunctionInLibrary()
538 mlir::FunctionType funcType) { in getRuntimeFunction()
762 mlir::FunctionType funcType, in getWrapper()
837 auto funcType = getFunctionType(resultType, args, builder); in outlineInWrapper() local
856 auto funcType = getFunctionType(resultType, mlirArgs, builder); in outlineInWrapper() local
/external/llvm-project/mlir/examples/toy/Ch3/mlir/
DDialect.cpp55 if (FunctionType funcType = type.dyn_cast<FunctionType>()) { in parseBinaryOp() local
/external/llvm-project/mlir/examples/toy/Ch2/mlir/
DDialect.cpp55 if (FunctionType funcType = type.dyn_cast<FunctionType>()) { in parseBinaryOp() local
/external/llvm-project/mlir/examples/toy/Ch6/mlir/
DDialect.cpp111 if (FunctionType funcType = type.dyn_cast<FunctionType>()) { in parseBinaryOp() local
/external/llvm-project/mlir/examples/toy/Ch5/mlir/
DDialect.cpp111 if (FunctionType funcType = type.dyn_cast<FunctionType>()) { in parseBinaryOp() local
/external/llvm-project/mlir/examples/toy/Ch4/mlir/
DDialect.cpp111 if (FunctionType funcType = type.dyn_cast<FunctionType>()) { in parseBinaryOp() local
/external/llvm-project/flang/lib/Parser/
Dbasic-parsers.h614 using funcType = FUNCTION<RESULT, PARSER...>; variable
672 using funcType = ApplicableMemberFunctionPointer<OBJPARSER, PARSER...>; variable
/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DDialect.cpp124 if (FunctionType funcType = type.dyn_cast<FunctionType>()) { in parseBinaryOp() local
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp331 FunctionType *funcType = in constructFunction() local
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp545 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType, in RewriteBlocksInFunctionProtoType()
558 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { in CheckFunctionPointerDecl()
2117 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteObjCQualifiedInterfaceTypes() local
2288 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteBlockLiteralFunctionDecl() local
DRewriteModernObjC.cpp608 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType, in RewriteBlocksInFunctionProtoType()
621 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { in CheckFunctionPointerDecl()
2202 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteObjCQualifiedInterfaceTypes() local
2377 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteBlockLiteralFunctionDecl() local
/external/llvm-project/clang/lib/Frontend/Rewrite/
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
DRewriteModernObjC.cpp609 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType, in RewriteBlocksInFunctionProtoType()
622 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { in CheckFunctionPointerDecl()
2208 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteObjCQualifiedInterfaceTypes() local
2383 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteBlockLiteralFunctionDecl() local
/external/llvm-project/lld/COFF/
DDebugTypes.cpp657 TypeIndex funcType = in mergeTypeRecord() local
/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/
DAsyncToLLVM.cpp487 auto funcType = moduleBuilder.getFunctionType(inputTypes, outputTypes); in outlineExecuteOp() local
/external/llvm-project/mlir/test/CAPI/
Dir.c711 MlirType funcType = mlirFunctionTypeGet(ctx, 2, funcInputs, 3, funcResults); in printBuiltinTypes() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp814 FunctionType *funcType = in constructFunction() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp863 FunctionType *funcType = in constructFunction() local
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
DConvertSPIRVToLLVM.cpp1287 auto funcType = funcOp.getType(); in matchAndRewrite() local

12