Lines Matching defs:RTLFn
631 FunctionCallee RTLFn = getOrCreateRuntimeFunction(M, FnID);
632 auto *Fn = dyn_cast<llvm::Function>(RTLFn.getCallee());
1235 FunctionCallee RTLFn =
1238 Builder.CreateCall(RTLFn, Parallel51CallArgs);
1267 FunctionCallee RTLFn;
1269 RTLFn =
1272 RTLFn =
1275 if (auto *F = dyn_cast<Function>(RTLFn.getCallee())) {
1326 Builder.CreateCall(RTLFn, RealArgs);
4266 FunctionCallee RTLFn =
4275 Builder.CreateCall(RTLFn, RealArgs);
4290 Builder.CreateCall(RTLFn, RealArgs);
5662 Function *RTLFn = nullptr;
5664 RTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_doacross_post);
5666 RTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_doacross_wait);
5667 Builder.CreateCall(RTLFn, Args);