/external/OpenCL-CTS/test_conformance/spirv_new/ |
D | test_op_function.cpp | 23 const char *funcType, in test_function()
|
/external/llvm-project/mlir/lib/Conversion/GPUCommon/ |
D | OpToFuncCallLowering.h | 60 LLVMType funcType = getFunctionType(resultType, castedOperands); in matchAndRewrite() local
|
D | GPUOpsLowering.h | 57 auto funcType = typeConverter->convertType(gpuFuncOp.getType()) in matchAndRewrite() local
|
/external/llvm-project/mlir/lib/Conversion/GPUToVulkan/ |
D | ConvertGPULaunchFuncToVulkanLaunchFunc.cpp | 125 auto funcType = FunctionType::get(vulkanLaunchTypes, {}, loc->getContext()); in declareVulkanLaunchFunc() local
|
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
D | LLVMTypeSyntax.cpp | 107 static void printFunctionType(llvm::raw_ostream &os, LLVMFunctionType funcType, in printFunctionType() 170 if (auto funcType = type.dyn_cast<LLVMFunctionType>()) in printTypeImpl() local
|
D | LLVMDialect.cpp | 158 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/ |
D | IntrinsicCall.cpp | 511 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/ |
D | Dialect.cpp | 55 if (FunctionType funcType = type.dyn_cast<FunctionType>()) { in parseBinaryOp() local
|
/external/llvm-project/mlir/examples/toy/Ch2/mlir/ |
D | Dialect.cpp | 55 if (FunctionType funcType = type.dyn_cast<FunctionType>()) { in parseBinaryOp() local
|
/external/llvm-project/mlir/examples/toy/Ch6/mlir/ |
D | Dialect.cpp | 111 if (FunctionType funcType = type.dyn_cast<FunctionType>()) { in parseBinaryOp() local
|
/external/llvm-project/mlir/examples/toy/Ch5/mlir/ |
D | Dialect.cpp | 111 if (FunctionType funcType = type.dyn_cast<FunctionType>()) { in parseBinaryOp() local
|
/external/llvm-project/mlir/examples/toy/Ch4/mlir/ |
D | Dialect.cpp | 111 if (FunctionType funcType = type.dyn_cast<FunctionType>()) { in parseBinaryOp() local
|
/external/llvm-project/flang/lib/Parser/ |
D | basic-parsers.h | 614 using funcType = FUNCTION<RESULT, PARSER...>; variable 672 using funcType = ApplicableMemberFunctionPointer<OBJPARSER, PARSER...>; variable
|
/external/llvm-project/mlir/examples/toy/Ch7/mlir/ |
D | Dialect.cpp | 124 if (FunctionType funcType = type.dyn_cast<FunctionType>()) { in parseBinaryOp() local
|
/external/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 331 FunctionType *funcType = in constructFunction() local
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 545 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
|
D | RewriteModernObjC.cpp | 608 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/ |
D | RewriteObjC.cpp | 545 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
|
D | RewriteModernObjC.cpp | 609 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/ |
D | DebugTypes.cpp | 657 TypeIndex funcType = in mergeTypeRecord() local
|
/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/ |
D | AsyncToLLVM.cpp | 487 auto funcType = moduleBuilder.getFunctionType(inputTypes, outputTypes); in outlineExecuteOp() local
|
/external/llvm-project/mlir/test/CAPI/ |
D | ir.c | 711 MlirType funcType = mlirFunctionTypeGet(ctx, 2, funcInputs, 3, funcResults); in printBuiltinTypes() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 814 FunctionType *funcType = in constructFunction() local
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 863 FunctionType *funcType = in constructFunction() local
|
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
D | ConvertSPIRVToLLVM.cpp | 1287 auto funcType = funcOp.getType(); in matchAndRewrite() local
|