Lines Matching defs:RTLFn
1889 llvm::FunctionCallee RTLFn =
1891 CGF.EmitRuntimeCall(RTLFn, RealArgs);
10186 llvm::FunctionCallee RTLFn = OMPBuilder.getOrCreateRuntimeFunction(
10188 CGF.EmitRuntimeCall(RTLFn, RealArgs);
10382 RuntimeFunction RTLFn;
10385 RTLFn = HasNowait ? OMPRTL___tgt_target_data_begin_nowait_mapper
10389 RTLFn = HasNowait ? OMPRTL___tgt_target_data_end_nowait_mapper
10393 RTLFn = HasNowait ? OMPRTL___tgt_target_data_update_nowait_mapper
10473 OMPBuilder.getOrCreateRuntimeFunction(CGM.getModule(), RTLFn),
11119 llvm::FunctionCallee RTLFn;
11123 DoacrossCleanupTy(llvm::FunctionCallee RTLFn,
11125 : RTLFn(RTLFn) {
11132 CGF.EmitRuntimeCall(RTLFn, Args);
11197 llvm::FunctionCallee RTLFn = OMPBuilder.getOrCreateRuntimeFunction(
11199 CGF.EmitRuntimeCall(RTLFn, Args);
11230 llvm::FunctionCallee RTLFn;
11234 RTLFn = OMPBuilder.getOrCreateRuntimeFunction(CGM.getModule(),
11238 RTLFn = OMPBuilder.getOrCreateRuntimeFunction(CGM.getModule(),
11241 CGF.EmitRuntimeCall(RTLFn, Args);
11381 llvm::FunctionCallee RTLFn;
11387 OMPAllocateCleanupTy(llvm::FunctionCallee RTLFn,
11390 : RTLFn(RTLFn), LocEncoding(LocEncoding), Addr(Addr),
11402 CGF.EmitRuntimeCall(RTLFn, Args);