Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp137 llvm::Type *AliasValueType = getTypes().GetFunctionType(AliasDecl); in TryEmitBaseDestructorAsAlias()
235 FnType = getTypes().GetFunctionType(*FnInfo); in getAddrAndTypeOfCXXStructor()
310 llvm::Type *Ty = CGM.getTypes().GetFunctionType(FInfo); in BuildAppleKextVirtualDestructorCall()
H A DCodeGenTypes.h149 llvm::FunctionType *GetFunctionType(const CGFunctionInfo &Info);
151 llvm::FunctionType *GetFunctionType(GlobalDecl GD);
H A DCodeGenSYCL.cpp53 llvm::FunctionType *FnTy = getTypes().GetFunctionType(FnInfo); in EmitSYCLKernelCaller()
H A DCGVTables.cpp175 llvm::Type *Ty = CGM.getTypes().GetFunctionType(FnInfo); in GenerateVarArgsThunk()
476 Ty = CGM.getTypes().GetFunctionType(FnInfo); in generateThunk()
544 llvm::FunctionType *ThunkFnTy = CGM.getTypes().GetFunctionType(FnInfo); in maybeEmitThunk()
H A DCGBlocks.cpp1510 llvm::FunctionType *fnLLVMType = CGM.getTypes().GetFunctionType(fnInfo); in GenerateBlockFunction()
1950 llvm::FunctionType *LTy = CGM.getTypes().GetFunctionType(FI); in GenerateCopyHelperFunction()
2145 llvm::FunctionType *LTy = CGM.getTypes().GetFunctionType(FI); in GenerateDestroyHelperFunction()
2415 llvm::FunctionType *LTy = CGF.CGM.getTypes().GetFunctionType(FI); in generateByrefCopyHelper()
2480 llvm::FunctionType *LTy = CGF.CGM.getTypes().GetFunctionType(FI); in generateByrefDisposeHelper()
H A DCodeGenModule.cpp4071 llvm::Type *Ty = getTypes().GetFunctionType(FI); in EmitGlobal()
4461 llvm::FunctionType *Ty = getTypes().GetFunctionType(FI); in emitMultiVersionFunctions()
4526 llvm::FunctionType *DeclTy = getTypes().GetFunctionType(FI); in emitMultiVersionFunctions()
4583 llvm::FunctionType *DeclTy = getTypes().GetFunctionType(FI); in emitCPUDispatchDefinition()
4753 llvm::FunctionType *DeclTy = getTypes().GetFunctionType(FI); in GetOrCreateMultiVersionResolver()
5018 Ty = getTypes().GetFunctionType(FI); in GetAddrOfFunction()
5122 auto *ConvTy = getTypes().GetFunctionType(Info); in CreateRuntimeFunction()
5391 auto Ty = getTypes().GetFunctionType(*FInfo); in GetAddrOfGlobal()
5398 llvm::FunctionType *Ty = getTypes().GetFunctionType(FI); in GetAddrOfGlobal()
6281 llvm::FunctionType *Ty = getTypes().GetFunctionType(FI); in EmitGlobalFunctionDefinition()
[all …]
H A DCGObjCMac.cpp224 llvm::FunctionType *FTy = Types.GetFunctionType( in getGetPropertyFn()
242 llvm::FunctionType *FTy = Types.GetFunctionType( in getSetPropertyFn()
266 llvm::FunctionType *FTy = Types.GetFunctionType( in getOptimizedSetPropertyFn()
291 llvm::FunctionType *FTy = Types.GetFunctionType( in getCopyStructFn()
309 llvm::FunctionType *FTy = Types.GetFunctionType( in getCppAtomicObjectFunction()
320 llvm::FunctionType *FTy = Types.GetFunctionType( in getEnumerationMutationFn()
333 Types.GetFunctionType(Types.arrangeBuiltinFunctionDeclaration( in getLookUpClassFn()
3856 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD)); in GenerateMethod()
3890 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD)); in GenerateDirectMethod()
H A DCodeGenTypes.cpp348 ResultType = GetFunctionType(*FI); in ConvertFunctionTypeInternal()
H A DItaniumCXXABI.cpp1210 Ty = Types.GetFunctionType(Types.arrangeCXXMethodDeclaration(MD)); in BuildMemberPointer()
2271 llvm::FunctionType *Ty = CGF.CGM.getTypes().GetFunctionType(*FInfo); in EmitVirtualDestructorCall()
3100 llvm::FunctionType *FnTy = CGM.getTypes().GetFunctionType(FI); in getOrCreateThreadLocalWrapper()
3383 llvm::FunctionType *ThunkTy = CGM.getTypes().GetFunctionType(FnInfo); in getOrCreateVirtualFunctionPointerThunk()
5085 llvm::FunctionType *fnTy = CGM.getTypes().GetFunctionType(FI); in getClangCallTerminateFn()
H A DCGCoroutine.cpp435 llvm::FunctionType *LTy = CGM.getTypes().GetFunctionType(FI); in generateAwaitSuspendWrapper()
H A DCGOpenMPRuntime.cpp1089 llvm::FunctionType *FnTy = CGM.getTypes().GetFunctionType(FnInfo); in emitCombinerOrInitializer()
1656 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(FI); in emitThreadPrivateVarDefinition()
1688 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(FI); in emitThreadPrivateVarDefinition()
2139 auto *Fn = llvm::Function::Create(CGM.getTypes().GetFunctionType(CGFI), in emitCopyprivateCopyFunction()
2988 CGM.getTypes().GetFunctionType(TaskEntryFnInfo); in emitProxyTaskFunction()
3090 CGM.getTypes().GetFunctionType(DestructorFnInfo); in emitDestructorsFunction()
3194 CGM.getTypes().GetFunctionType(TaskPrivatesMapFnInfo); in emitTaskPrivateMappingFunction()
3401 llvm::FunctionType *TaskDupTy = CGM.getTypes().GetFunctionType(TaskDupFnInfo); in emitTaskDupFunction()
4811 auto *Fn = llvm::Function::Create(CGM.getTypes().GetFunctionType(CGFI), in emitReductionFunction()
5523 llvm::FunctionType *FnTy = CGM.getTypes().GetFunctionType(FnInfo); in emitReduceInitFunction()
[all …]
H A DMicrosoftCXXABI.cpp2011 llvm::FunctionType *Ty = CGF.CGM.getTypes().GetFunctionType(*FInfo); in EmitVirtualDestructorCall()
2075 llvm::FunctionType *ThunkTy = CGM.getTypes().GetFunctionType(FnInfo); in EmitVirtualMemPtrThunk()
2977 Ty = Types.GetFunctionType(Types.arrangeCXXMethodDeclaration(MD)); in EmitMemberFunctionPointer()
4077 llvm::FunctionType *ThunkTy = CGM.getTypes().GetFunctionType(FnInfo); in getAddrOfCXXCtorClosure()
H A DCGCall.cpp1697 llvm::FunctionType *CodeGenTypes::GetFunctionType(GlobalDecl GD) { in GetFunctionType() function in CodeGenTypes
1699 return GetFunctionType(FI); in GetFunctionType()
1702 llvm::FunctionType *CodeGenTypes::GetFunctionType(const CGFunctionInfo &FI) { in GetFunctionType() function in CodeGenTypes
1835 return GetFunctionType(GD); in GetFunctionTypeForVTable()
5201 llvm::FunctionType *IRFuncTy = getTypes().GetFunctionType(CallInfo); in EmitCall()
H A DCGDeclCXX.cpp1206 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(FI); in generateDestroyHelper()
H A DCGClass.cpp2993 CGM.getTypes().GetFunctionType(*calleeFnInfo)); in EmitForwardingCallToLambda()
3160 Fn = llvm::Function::Create(CGM.getTypes().GetFunctionType(**ImplFnInfo), in EmitLambdaInAllocaImplFn()
H A DCGNonTrivialStruct.cpp478 llvm::FunctionType *FuncTy = CGM.getTypes().GetFunctionType(FI); in getFunction()
H A DCGExprComplex.cpp788 llvm::FunctionType *FTy = CGF.CGM.getTypes().GetFunctionType(FuncInfo); in EmitComplexBinOpLibCall()
H A DCGObjC.cpp3798 llvm::FunctionType *LTy = CGM.getTypes().GetFunctionType(FI); in GenerateObjCAtomicSetterCopyHelperFunction()
3896 llvm::FunctionType *LTy = CGM.getTypes().GetFunctionType(FI); in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCGExprCXX.cpp341 llvm::FunctionType *Ty = CGM.getTypes().GetFunctionType(*FInfo); in EmitCXXMemberOrOperatorMemberCallExpr()
H A DCGException.cpp2059 llvm::FunctionType *FnTy = CGM.getTypes().GetFunctionType(FnInfo); in startOutlinedSEHHelper()
H A DCGOpenMPRuntimeGPU.cpp1874 CGM.getTypes().GetFunctionType(CGFI), llvm::GlobalValue::InternalLinkage, in createParallelDataSharingWrapper()
H A DCGAtomic.cpp320 llvm::FunctionType *fnTy = CGF.CGM.getTypes().GetFunctionType(fnInfo); in emitAtomicLibcall()
H A DCGBuiltin.cpp2151 llvm::FunctionType *FuncTy = CGM.getTypes().GetFunctionType(FI); in generateBuiltinOSLogHelperFunction()
2569 auto FnTy = CGF->CGM.getTypes().GetFunctionType(FD); in EmitHipStdParUnsupportedBuiltin()
4987 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(FuncInfo); in EmitBuiltinExpr()
H A DCGStmt.cpp3344 llvm::FunctionType *FuncLLVMTy = CGM.getTypes().GetFunctionType(FuncInfo); in GenerateCapturedStmtFunction()
H A DCodeGenFunction.cpp1622 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(FnInfo); in GenerateCode()

12