Home
last modified time | relevance | path

Searched refs:RTLFn (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1889 llvm::FunctionCallee RTLFn = in emitParallelCall() local
1891 CGF.EmitRuntimeCall(RTLFn, RealArgs); in emitParallelCall()
10186 llvm::FunctionCallee RTLFn = OMPBuilder.getOrCreateRuntimeFunction( in emitTeamsCall() local
10188 CGF.EmitRuntimeCall(RTLFn, RealArgs); in emitTeamsCall()
10382 RuntimeFunction RTLFn; in emitTargetDataStandAloneCall() local
10385 RTLFn = HasNowait ? OMPRTL___tgt_target_data_begin_nowait_mapper in emitTargetDataStandAloneCall()
10389 RTLFn = HasNowait ? OMPRTL___tgt_target_data_end_nowait_mapper in emitTargetDataStandAloneCall()
10393 RTLFn = HasNowait ? OMPRTL___tgt_target_data_update_nowait_mapper in emitTargetDataStandAloneCall()
10473 OMPBuilder.getOrCreateRuntimeFunction(CGM.getModule(), RTLFn), in emitTargetDataStandAloneCall()
11119 llvm::FunctionCallee RTLFn; member in __anon93cce0fb4f11::DoacrossCleanupTy
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp631 FunctionCallee RTLFn = getOrCreateRuntimeFunction(M, FnID); in getOrCreateRuntimeFunctionPtr() local
632 auto *Fn = dyn_cast<llvm::Function>(RTLFn.getCallee()); in getOrCreateRuntimeFunctionPtr()
1235 FunctionCallee RTLFn = in targetParallelCallback() local
1238 Builder.CreateCall(RTLFn, Parallel51CallArgs); in targetParallelCallback()
1267 FunctionCallee RTLFn; in hostParallelCallback() local
1269 RTLFn = in hostParallelCallback()
1272 RTLFn = in hostParallelCallback()
1275 if (auto *F = dyn_cast<Function>(RTLFn.getCallee())) { in hostParallelCallback()
1326 Builder.CreateCall(RTLFn, RealArgs); in hostParallelCallback()
4266 FunctionCallee RTLFn = in createTargetLoopWorkshareCall() local
[all …]