Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateRuntimeFunction

1036   llvm::FunctionCallee SetJmpFn = CGF.CGM.CreateRuntimeFunction(
3824 llvm::FunctionCallee Func = CGM.CreateRuntimeFunction(FTy, LibCallName);
4542 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name),
4562 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name),
4604 return RValue::get(EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name),
4641 return RValue::get(EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name),
4665 return RValue::get(EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name),
4688 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, NewName), {NewArg});
4731 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name, ByValAttrSet),
4792 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), Args));
4850 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name),
4867 RValue::get(EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name),
4885 CGM.CreateRuntimeFunction(
4899 CGM.CreateRuntimeFunction(
4920 CGM.CreateRuntimeFunction(
7333 return EmitNounwindRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), Ops);
9341 return EmitNounwindRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), Ops);
12359 CGM.CreateRuntimeFunction(FTy, "__cpu_indicator_init");