Searched refs:SetInternalFunctionAttributes (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 1765 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitInterWarpCopyFunction() 2071 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitShuffleAndReduceFunction() 2228 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitListToGlobalCopyFunction() 2341 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitListToGlobalReduceFunction() 2437 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitGlobalToListCopyFunction() 2551 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitGlobalToListReduceFunction() 3170 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in createParallelDataSharingWrapper()
|
| H A D | CGBlocks.cpp | 1502 CGM.SetInternalFunctionAttributes(blockDecl, fn, fnInfo); in GenerateBlockFunction() 1879 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in setBlockHelperAttributesVisibility() 2363 CGF.CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in generateByrefCopyHelper() 2430 CGF.CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in generateByrefDisposeHelper()
|
| H A D | CGDeclCXX.cpp | 439 SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in CreateGlobalInitOrCleanUpFunction()
|
| H A D | CodeGenModule.h | 1214 void SetInternalFunctionAttributes(GlobalDecl GD, llvm::Function *F,
|
| H A D | CGOpenMPRuntime.cpp | 1114 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FnInfo); in emitCombinerOrInitializer() 2334 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitCopyprivateCopyFunction() 3203 CGM.SetInternalFunctionAttributes(GlobalDecl(), TaskEntry, TaskEntryFnInfo); in emitProxyTaskFunction() 3307 CGM.SetInternalFunctionAttributes(GlobalDecl(), DestructorFn, in emitDestructorsFunction() 3411 CGM.SetInternalFunctionAttributes(GlobalDecl(), TaskPrivatesMap, in emitTaskPrivateMappingFunction() 3617 CGM.SetInternalFunctionAttributes(GlobalDecl(), TaskDup, TaskDupFnInfo); in emitTaskDupFunction() 5027 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitReductionFunction() 5466 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FnInfo); in emitReduceInitFunction() 5538 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FnInfo); in emitReduceCombFunction() 5608 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FnInfo); in emitReduceFiniFunction() [all …]
|
| H A D | CGObjC.cpp | 768 CGM.SetInternalFunctionAttributes(OMD, Fn, FI); in StartObjCMethod() 3787 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in GenerateObjCAtomicSetterCopyHelperFunction() 3884 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in GenerateObjCAtomicGetterCopyHelperFunction()
|
| H A D | CGException.cpp | 2050 CGM.SetInternalFunctionAttributes(GlobalDecl(), CurFn, FnInfo); in startOutlinedSEHHelper()
|
| H A D | CGStmt.cpp | 2884 CGM.SetInternalFunctionAttributes(CD, F, FuncInfo); in GenerateCapturedStmtFunction()
|
| H A D | CodeGenModule.cpp | 2311 void CodeGenModule::SetInternalFunctionAttributes(GlobalDecl GD, in SetInternalFunctionAttributes() function in CodeGenModule
|
| H A D | CGStmtOpenMP.cpp | 521 CGM.SetInternalFunctionAttributes(CD, F, FuncInfo); in emitOutlinedFunctionPrologue()
|