Searched refs:RTLFn (Results 1 – 2 of 2) sorted by relevance
1889 llvm::FunctionCallee RTLFn = in emitParallelCall() local1891 CGF.EmitRuntimeCall(RTLFn, RealArgs); in emitParallelCall()10186 llvm::FunctionCallee RTLFn = OMPBuilder.getOrCreateRuntimeFunction( in emitTeamsCall() local10188 CGF.EmitRuntimeCall(RTLFn, RealArgs); in emitTeamsCall()10382 RuntimeFunction RTLFn; in emitTargetDataStandAloneCall() local10385 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 …]
631 FunctionCallee RTLFn = getOrCreateRuntimeFunction(M, FnID); in getOrCreateRuntimeFunctionPtr() local632 auto *Fn = dyn_cast<llvm::Function>(RTLFn.getCallee()); in getOrCreateRuntimeFunctionPtr()1235 FunctionCallee RTLFn = in targetParallelCallback() local1238 Builder.CreateCall(RTLFn, Parallel51CallArgs); in targetParallelCallback()1267 FunctionCallee RTLFn; in hostParallelCallback() local1269 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 …]