Home
last modified time | relevance | path

Searched refs:SetInternalFunctionAttributes (Results 1 – 19 of 19) sorted by relevance

/external/clang/lib/CodeGen/
DCGBlocks.cpp1190 CGM.SetInternalFunctionAttributes(blockDecl, fn, fnInfo); in GenerateBlockFunction()
1356 CGM.SetInternalFunctionAttributes(nullptr, Fn, FI); in GenerateCopyHelperFunction()
1530 CGM.SetInternalFunctionAttributes(nullptr, Fn, FI); in GenerateDestroyHelperFunction()
1817 CGF.CGM.SetInternalFunctionAttributes(nullptr, Fn, FI); in generateByrefCopyHelper()
1891 CGF.CGM.SetInternalFunctionAttributes(nullptr, Fn, FI); in generateByrefDisposeHelper()
DCGOpenMPRuntimeNVPTX.cpp107 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, WorkerFn, *CGFI); in createWorkerFunction()
DCGDeclCXX.cpp271 SetInternalFunctionAttributes(nullptr, Fn, FI); in CreateGlobalInitOrDestructFunction()
DCGOpenMPRuntime.cpp758 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, Fn, FnInfo); in emitCombinerOrInitializer()
2182 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, Fn, CGFI); in emitCopyprivateCopyFunction()
3284 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, TaskEntry, TaskEntryFnInfo); in emitProxyTaskFunction()
3379 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, DestructorFn, in emitDestructorsFunction()
3466 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, TaskPrivatesMap, in emitTaskPrivateMappingFunction()
3625 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, TaskDup, TaskDupFnInfo); in emitTaskDupFunction()
4241 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, Fn, CGFI); in emitReductionFunction()
DCodeGenModule.h950 void SetInternalFunctionAttributes(const Decl *D, llvm::Function *F,
DCGObjC.cpp529 CGM.SetInternalFunctionAttributes(OMD, Fn, FI); in StartObjCMethod()
3215 CGM.SetInternalFunctionAttributes(nullptr, Fn, FI); in GenerateObjCAtomicSetterCopyHelperFunction()
3295 CGM.SetInternalFunctionAttributes(nullptr, Fn, FI); in GenerateObjCAtomicGetterCopyHelperFunction()
DCGStmt.cpp2221 CGM.SetInternalFunctionAttributes(CD, F, FuncInfo); in GenerateCapturedStmtFunction()
DCodeGenModule.cpp964 void CodeGenModule::SetInternalFunctionAttributes(const Decl *D, in SetInternalFunctionAttributes() function in CodeGenModule
DCGStmtOpenMP.cpp254 CGM.SetInternalFunctionAttributes(CD, F, FuncInfo); in GenerateOpenMPCapturedStmtFunction()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp603 CGM.SetInternalFunctionAttributes(GlobalDecl(), WorkerFn, CGFI); in createWorkerFunction()
2835 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitInterWarpCopyFunction()
3135 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitShuffleAndReduceFunction()
3296 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitListToGlobalCopyFunction()
3404 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitListToGlobalReduceFunction()
3499 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitGlobalToListCopyFunction()
3608 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitGlobalToListReduceFunction()
4220 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in createParallelDataSharingWrapper()
DCGBlocks.cpp1500 CGM.SetInternalFunctionAttributes(blockDecl, fn, fnInfo); in GenerateBlockFunction()
1898 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in setBlockHelperAttributesVisibility()
2407 CGF.CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in generateByrefCopyHelper()
2482 CGF.CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in generateByrefDisposeHelper()
DCGDeclCXX.cpp383 SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in CreateGlobalInitOrCleanUpFunction()
DCodeGenModule.h1128 void SetInternalFunctionAttributes(GlobalDecl GD, llvm::Function *F,
DCGOpenMPRuntime.cpp1120 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FnInfo); in emitCombinerOrInitializer()
2333 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitCopyprivateCopyFunction()
3537 CGM.SetInternalFunctionAttributes(GlobalDecl(), TaskEntry, TaskEntryFnInfo); in emitProxyTaskFunction()
3641 CGM.SetInternalFunctionAttributes(GlobalDecl(), DestructorFn, in emitDestructorsFunction()
3745 CGM.SetInternalFunctionAttributes(GlobalDecl(), TaskPrivatesMap, in emitTaskPrivateMappingFunction()
3953 CGM.SetInternalFunctionAttributes(GlobalDecl(), TaskDup, TaskDupFnInfo); in emitTaskDupFunction()
5388 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitReductionFunction()
5832 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FnInfo); in emitReduceInitFunction()
5906 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FnInfo); in emitReduceCombFunction()
5976 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FnInfo); in emitReduceFiniFunction()
[all …]
DCGObjC.cpp765 CGM.SetInternalFunctionAttributes(OMD, Fn, FI); in StartObjCMethod()
3665 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in GenerateObjCAtomicSetterCopyHelperFunction()
3748 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in GenerateObjCAtomicGetterCopyHelperFunction()
DCGException.cpp1957 CGM.SetInternalFunctionAttributes(GlobalDecl(), CurFn, FnInfo); in startOutlinedSEHHelper()
DCGStmt.cpp2660 CGM.SetInternalFunctionAttributes(CD, F, FuncInfo); in GenerateCapturedStmtFunction()
DCodeGenModule.cpp1928 void CodeGenModule::SetInternalFunctionAttributes(GlobalDecl GD, in SetInternalFunctionAttributes() function in CodeGenModule
DCGStmtOpenMP.cpp499 CGM.SetInternalFunctionAttributes(CD, F, FuncInfo); in emitOutlinedFunctionPrologue()