Searched refs:setCallingConvention (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 541 void setCallingConvention(FunctionCallee Callee, CallInst *CI) { in setCallingConvention() function 1745 OMPInfoCache.setCallingConvention(IssueDecl, IssueCallsite); in splitTargetDataBeginRTC() 1760 OMPInfoCache.setCallingConvention(WaitDecl, WaitCallsite); in splitTargetDataBeginRTC() 4066 OMPInfoCache.setCallingConvention(HardwareTidFn, Tid); in insertInstructionGuardsHelper() 4082 OMPInfoCache.setCallingConvention(BarrierFn, Barrier); in insertInstructionGuardsHelper() 4090 OMPInfoCache.setCallingConvention(BarrierFn, Barrier); in insertInstructionGuardsHelper() 4204 OMPInfoCache.setCallingConvention(ThreadIdInBlockFn, ThreadIdInBlock); in forceSingleThreadPerWorkgroupHelper() 4472 OMPInfoCache.setCallingConvention(BlockHwSizeFn, BlockHwSize); in buildCustomStateMachine() 4476 OMPInfoCache.setCallingConvention(WarpSizeFn, WarpSize); in buildCustomStateMachine() 4510 OMPInfoCache.setCallingConvention(BarrierFn, Barrier); in buildCustomStateMachine() [all …]
|