Home
last modified time | relevance | path

Searched refs:GetFunctionType (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp135 llvm::Type *AliasValueType = getTypes().GetFunctionType(AliasDecl); in TryEmitBaseDestructorAsAlias()
238 FnType = getTypes().GetFunctionType(*FnInfo); in getAddrAndTypeOfCXXStructor()
305 llvm::Type *Ty = CGM.getTypes().GetFunctionType(FInfo); in BuildAppleKextVirtualDestructorCall()
H A DCodeGenTypes.h140 llvm::FunctionType *GetFunctionType(const CGFunctionInfo &Info);
142 llvm::FunctionType *GetFunctionType(GlobalDecl GD);
H A DCGObjCRuntime.cpp370 CGM.getTypes().GetFunctionType(signature)->getPointerTo(); in getMessageSendInfo()
384 CGM.getTypes().GetFunctionType(argsInfo)->getPointerTo(); in getMessageSendInfo()
H A DCGVTables.cpp166 llvm::Type *Ty = CGM.getTypes().GetFunctionType(FnInfo); in GenerateVarArgsThunk()
461 Ty = CGM.getTypes().GetFunctionType(FnInfo); in generateThunk()
521 llvm::FunctionType *ThunkFnTy = CGM.getTypes().GetFunctionType(FnInfo); in maybeEmitThunk()
H A DCGCXXABI.cpp52 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType( in EmitLoadOfMemberFunctionPointer()
H A DCGBlocks.cpp1233 llvm::Type *BlockFTy = CGM.getTypes().GetFunctionType(FnInfo); in EmitBlockCallExpr()
1498 llvm::FunctionType *fnLLVMType = CGM.getTypes().GetFunctionType(fnInfo); in GenerateBlockFunction()
1943 llvm::FunctionType *LTy = CGM.getTypes().GetFunctionType(FI); in GenerateCopyHelperFunction()
2130 llvm::FunctionType *LTy = CGM.getTypes().GetFunctionType(FI); in GenerateDestroyHelperFunction()
2373 llvm::FunctionType *LTy = CGF.CGM.getTypes().GetFunctionType(FI); in generateByrefCopyHelper()
2442 llvm::FunctionType *LTy = CGF.CGM.getTypes().GetFunctionType(FI); in generateByrefDisposeHelper()
H A DCGOpenMPRuntimeGPU.cpp2071 auto *Fn = llvm::Function::Create(CGM.getTypes().GetFunctionType(CGFI), in emitInterWarpCopyFunction()
2375 CGM.getTypes().GetFunctionType(CGFI), llvm::GlobalValue::InternalLinkage, in emitShuffleAndReduceFunction()
2531 CGM.getTypes().GetFunctionType(CGFI), llvm::GlobalValue::InternalLinkage, in emitListToGlobalCopyFunction()
2640 CGM.getTypes().GetFunctionType(CGFI), llvm::GlobalValue::InternalLinkage, in emitListToGlobalReduceFunction()
2736 CGM.getTypes().GetFunctionType(CGFI), llvm::GlobalValue::InternalLinkage, in emitGlobalToListCopyFunction()
2846 CGM.getTypes().GetFunctionType(CGFI), llvm::GlobalValue::InternalLinkage, in emitGlobalToListReduceFunction()
3455 CGM.getTypes().GetFunctionType(CGFI), llvm::GlobalValue::InternalLinkage, in createParallelDataSharingWrapper()
H A DCGObjCMac.cpp245 Types.GetFunctionType( in getGetPropertyFn()
264 Types.GetFunctionType( in getSetPropertyFn()
289 Types.GetFunctionType( in getOptimizedSetPropertyFn()
315 Types.GetFunctionType( in getCopyStructFn()
333 Types.GetFunctionType( in getCppAtomicObjectFunction()
345 Types.GetFunctionType( in getEnumerationMutationFn()
358 Types.GetFunctionType(Types.arrangeBuiltinFunctionDeclaration( in getLookUpClassFn()
4032 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD)); in GenerateMethod()
4067 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD)); in GenerateDirectMethod()
H A DCodeGenTypes.cpp380 ResultType = GetFunctionType(*FI); in ConvertFunctionTypeInternal()
H A DCGOpenMPRuntime.cpp1132 llvm::FunctionType *FnTy = CGM.getTypes().GetFunctionType(FnInfo); in emitCombinerOrInitializer()
1795 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(FI); in emitThreadPrivateVarDefinition()
1828 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(FI); in emitThreadPrivateVarDefinition()
1935 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(FI); in emitDeclareTargetVarDefinition()
1973 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(FI); in emitDeclareTargetVarDefinition()
3583 CGM.getTypes().GetFunctionType(TaskEntryFnInfo); in emitProxyTaskFunction()
3685 CGM.getTypes().GetFunctionType(DestructorFnInfo); in emitDestructorsFunction()
3789 CGM.getTypes().GetFunctionType(TaskPrivatesMapFnInfo); in emitTaskPrivateMappingFunction()
5886 llvm::FunctionType *FnTy = CGM.getTypes().GetFunctionType(FnInfo); in emitReduceInitFunction()
5960 llvm::FunctionType *FnTy = CGM.getTypes().GetFunctionType(FnInfo); in emitReduceCombFunction()
[all …]
H A DMicrosoftCXXABI.cpp1976 llvm::FunctionType *Ty = CGF.CGM.getTypes().GetFunctionType(*FInfo); in EmitVirtualDestructorCall()
2042 llvm::FunctionType *ThunkTy = CGM.getTypes().GetFunctionType(FnInfo); in EmitVirtualMemPtrThunk()
2857 Ty = Types.GetFunctionType(Types.arrangeCXXMethodDeclaration(MD)); in EmitMemberFunctionPointer()
3408 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType( in EmitLoadOfMemberFunctionPointer()
3976 llvm::FunctionType *ThunkTy = CGM.getTypes().GetFunctionType(FnInfo); in getAddrOfCXXCtorClosure()
H A DCGDeclCXX.cpp910 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(FI); in generateDestroyHelper()
H A DCodeGenModule.cpp2937 llvm::Type *Ty = getTypes().GetFunctionType(FI); in EmitGlobal()
3274 llvm::FunctionType *Ty = getTypes().GetFunctionType(FI); in emitMultiVersionFunctions()
3334 DeclTy = getTypes().GetFunctionType(FInfo); in emitCPUDispatchDefinition()
4031 auto Ty = getTypes().GetFunctionType(*FInfo); in GetAddrOfGlobal()
4038 llvm::FunctionType *Ty = getTypes().GetFunctionType(FI); in GetAddrOfGlobal()
4832 llvm::FunctionType *Ty = getTypes().GetFunctionType(FI); in EmitGlobalFunctionDefinition()
H A DCGCall.cpp1575 llvm::FunctionType *CodeGenTypes::GetFunctionType(GlobalDecl GD) { in GetFunctionType() function in CodeGenTypes
1577 return GetFunctionType(FI); in GetFunctionType()
1581 CodeGenTypes::GetFunctionType(const CGFunctionInfo &FI) { in GetFunctionType() function in CodeGenTypes
1722 return GetFunctionType(GD); in GetFunctionTypeForVTable()
4613 llvm::FunctionType *IRFuncTy = getTypes().GetFunctionType(CallInfo); in EmitCall()
H A DItaniumCXXABI.cpp639 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType( in EmitLoadOfMemberFunctionPointer()
1080 Ty = Types.GetFunctionType(Types.arrangeCXXMethodDeclaration(MD)); in BuildMemberPointer()
2023 llvm::FunctionType *Ty = CGF.CGM.getTypes().GetFunctionType(*FInfo); in EmitVirtualDestructorCall()
2810 llvm::FunctionType *FnTy = CGM.getTypes().GetFunctionType(FI); in getOrCreateThreadLocalWrapper()
H A DCGNonTrivialStruct.cpp468 llvm::FunctionType *FuncTy = CGM.getTypes().GetFunctionType(FI); in getFunction()
H A DCGExprComplex.cpp655 llvm::FunctionType *FTy = CGF.CGM.getTypes().GetFunctionType(FuncInfo); in EmitComplexBinOpLibCall()
H A DCGObjC.cpp3719 llvm::FunctionType *LTy = CGM.getTypes().GetFunctionType(FI); in GenerateObjCAtomicSetterCopyHelperFunction()
3809 llvm::FunctionType *LTy = CGM.getTypes().GetFunctionType(FI); in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCGException.cpp2036 llvm::FunctionType *FnTy = CGM.getTypes().GetFunctionType(FnInfo); in startOutlinedSEHHelper()
H A DCGExprCXX.cpp329 llvm::FunctionType *Ty = CGM.getTypes().GetFunctionType(*FInfo); in EmitCXXMemberOrOperatorMemberCallExpr()
H A DCGStmt.cpp2764 llvm::FunctionType *FuncLLVMTy = CGM.getTypes().GetFunctionType(FuncInfo); in GenerateCapturedStmtFunction()
H A DCGAtomic.cpp309 llvm::FunctionType *fnTy = CGF.CGM.getTypes().GetFunctionType(fnInfo); in emitAtomicLibcall()
H A DCGClass.cpp2874 CGM.getTypes().GetFunctionType(calleeFnInfo)); in EmitForwardingCallToLambda()
H A DCGObjCGNU.cpp3876 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD)); in GenerateMethod()
H A DCGExpr.cpp5281 llvm::Type *CalleeTy = getTypes().GetFunctionType(FnInfo); in EmitCall()

12