Home
last modified time | relevance | path

Searched defs:fnType (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/mlir/unittests/Dialect/SPIRV/
DDeserializationTest.cpp107 uint32_t addFunction(uint32_t retType, uint32_t fnType) { in addFunction()
247 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
259 auto fnType = addFunctionType(voidType, {i32Type}); in TEST_F() local
270 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
283 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
/external/clang/lib/CodeGen/
DCGObjC.cpp1786 llvm::FunctionType *fnType = in EmitARCIntrinsicUse() local
1829 llvm::FunctionType *fnType = in emitARCValueOperation() local
1854 llvm::FunctionType *fnType = in emitARCLoadOperation() local
1886 llvm::FunctionType *fnType in emitARCStoreOperation() local
1916 llvm::FunctionType *fnType in emitARCCopyOperation() local
2053 llvm::FunctionType *fnType = in EmitARCRelease() local
2101 llvm::FunctionType *fnType in EmitARCStoreStrongCall() local
2258 llvm::FunctionType *fnType = in EmitARCDestroyWeak() local
2292 llvm::FunctionType *fnType = in EmitObjCAutoreleasePoolPush() local
2307 llvm::FunctionType *fnType = in EmitObjCAutoreleasePoolPop() local
DCGCall.cpp511 const FunctionType *fnType, in arrangeFreeFunctionLikeCall()
557 const FunctionType *fnType, in arrangeFreeFunctionCall()
567 const FunctionType *fnType) { in arrangeBlockFunctionCall()
DCGBlocks.cpp1179 const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType(); in GenerateBlockFunction() local
/external/llvm-project/mlir/lib/Conversion/GPUToSPIRV/
DConvertGPUToSPIRV.cpp170 auto fnType = funcOp.getType(); in lowerAsEntryFunction() local
/external/llvm-project/mlir/lib/Conversion/GPUToVulkan/
DConvertLaunchFuncToVulkanCalls.cpp332 auto fnType = LLVM::LLVMType::getFunctionTy( in declareVulkanFunctions() local
/external/llvm-project/mlir/lib/IR/
DBuiltinDialect.cpp124 FunctionType fnType = op.getType(); in print() local
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVLowering.cpp476 auto fnType = funcOp.getType(); in matchAndRewrite() local
DSPIRVOps.cpp1738 auto fnType = builder.getFunctionType(argTypes, resultTypes); in parseFuncOp() local
1766 auto fnType = fnOp.getType(); in print() local
1793 FunctionType fnType = getType(); in verifyBody() local
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMDialect.cpp554 LLVMType fnType; in verify() local
1420 LLVMType fnType = op.getType(); in printLLVMFuncOp() local
/external/llvm-project/clang/lib/CodeGen/
DCGObjC.cpp2207 llvm::FunctionType *fnType = in emitObjCValueOperation() local
2633 llvm::FunctionType *fnType = in EmitObjCAutoreleasePoolPop() local
2767 llvm::FunctionType *fnType = in EmitObjCRelease() local
DCGCall.cpp567 const FunctionType *fnType, in arrangeFreeFunctionLikeCall()
613 const FunctionType *fnType, in arrangeFreeFunctionCall()
623 const FunctionType *fnType) { in arrangeBlockFunctionCall()
DCGBlocks.cpp1489 const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType(); in GenerateBlockFunction() local
/external/llvm-project/mlir/lib/Parser/
DParser.cpp827 auto fnType = type.dyn_cast<FunctionType>(); in parseGenericOperation() local
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DDeserializer.cpp876 Type fnType = getType(operands[3]); in processFunction() local
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp694 auto fnType = fn.getType(); in verifySymbolUses() local
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp14174 QualType fnType = in BuildCallToMemberFunction() local