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

/freebsd-current/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp628 FunctionCallee RTLFn = getOrCreateRuntimeFunction(M, FnID); local
629 auto *Fn = dyn_cast<llvm::Function>(RTLFn.getCallee());
1177 FunctionCallee RTLFn = local
1180 Builder.CreateCall(RTLFn, Parallel51CallArgs);
1209 FunctionCallee RTLFn; local
1211 RTLFn =
1214 RTLFn =
1217 if (auto *F = dyn_cast<Function>(RTLFn.getCallee())) {
1268 Builder.CreateCall(RTLFn, RealArgs);
2726 FunctionCallee RTLFn local
4107 Function *RTLFn = nullptr; local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1886 llvm::FunctionCallee RTLFn =
1888 CGF.EmitRuntimeCall(RTLFn, RealArgs);
10161 llvm::FunctionCallee RTLFn = OMPBuilder.getOrCreateRuntimeFunction( local
10163 CGF.EmitRuntimeCall(RTLFn, RealArgs);
10360 RuntimeFunction RTLFn;
10363 RTLFn = HasNowait ? OMPRTL___tgt_target_data_begin_nowait_mapper
10367 RTLFn = HasNowait ? OMPRTL___tgt_target_data_end_nowait_mapper
10371 RTLFn = HasNowait ? OMPRTL___tgt_target_data_update_nowait_mapper
10445 OMPBuilder.getOrCreateRuntimeFunction(CGM.getModule(), RTLFn),
11091 llvm::FunctionCallee RTLFn; member in class:__anon494::final
11095 DoacrossCleanupTy(llvm::FunctionCallee RTLFn, ArrayRef<llvm::Value *> CallArgs) argument
11169 llvm::FunctionCallee RTLFn = OMPBuilder.getOrCreateRuntimeFunction( local
11201 llvm::FunctionCallee RTLFn; local
11352 llvm::FunctionCallee RTLFn; member in class:final
11358 OMPAllocateCleanupTy(llvm::FunctionCallee RTLFn, SourceLocation::UIntTy LocEncoding, Address Addr, const Expr *AllocExpr) argument
[all...]

Completed in 275 milliseconds