Lines Matching defs:RTLFn
1870 llvm::FunctionCallee RTLFn =
1872 CGF.EmitRuntimeCall(RTLFn, RealArgs);
9946 llvm::FunctionCallee RTLFn = OMPBuilder.getOrCreateRuntimeFunction(
9948 CGF.EmitRuntimeCall(RTLFn, RealArgs);
10144 RuntimeFunction RTLFn;
10147 RTLFn = HasNowait ? OMPRTL___tgt_target_data_begin_nowait_mapper
10151 RTLFn = HasNowait ? OMPRTL___tgt_target_data_end_nowait_mapper
10155 RTLFn = HasNowait ? OMPRTL___tgt_target_data_update_nowait_mapper
10235 OMPBuilder.getOrCreateRuntimeFunction(CGM.getModule(), RTLFn),
10874 llvm::FunctionCallee RTLFn;
10878 DoacrossCleanupTy(llvm::FunctionCallee RTLFn,
10880 : RTLFn(RTLFn) {
10887 CGF.EmitRuntimeCall(RTLFn, Args);
10952 llvm::FunctionCallee RTLFn = OMPBuilder.getOrCreateRuntimeFunction(
10954 CGF.EmitRuntimeCall(RTLFn, Args);
10985 llvm::FunctionCallee RTLFn;
10989 RTLFn = OMPBuilder.getOrCreateRuntimeFunction(CGM.getModule(),
10993 RTLFn = OMPBuilder.getOrCreateRuntimeFunction(CGM.getModule(),
10996 CGF.EmitRuntimeCall(RTLFn, Args);
11136 llvm::FunctionCallee RTLFn;
11142 OMPAllocateCleanupTy(llvm::FunctionCallee RTLFn,
11145 : RTLFn(RTLFn), LocEncoding(LocEncoding), Addr(Addr),
11157 CGF.EmitRuntimeCall(RTLFn, Args);