Searched refs:EmitCall (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp104 static void EmitCall(MCStreamer &OutStreamer, function
238 EmitCall(*OutStreamer, Callee, STI);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp769 CGF.EmitCall(CGF.getTypes().arrangeBuiltinFunctionCall(Context.VoidTy, args),
1033 CGF.EmitCall(
1134 RValue RV = EmitCall(getTypes().arrangeBuiltinFunctionCall(
1253 CGF.EmitCall(
1291 CGF.EmitCall(
1421 EmitCall(getTypes().arrangeBuiltinFunctionCall(getContext().VoidTy, args),
1433 EmitCall(getTypes().arrangeBuiltinFunctionCall(getContext().VoidTy, args),
1794 EmitCall(
H A DCGExprCXX.cpp89 return EmitCall(FnInfo, Callee, ReturnValue, Args, nullptr,
114 return EmitCall(CGM.getTypes().arrangeCXXStructorDeclaration(Dtor), Callee,
194 return EmitCall(getContext().getPointerType(MD->getType()), callee, CE,
473 return EmitCall(CGM.getTypes().arrangeCXXMethodCall(Args, FPT, required,
1309 CGF.EmitCall(CGF.CGM.getTypes().arrangeFreeFunctionCall(
H A DCGCUDANV.cpp338 CGF.EmitCall(FI, CGCallee::forDirect(cudaLaunchKernelFn), ReturnValueSlot(),
H A DCodeGenFunction.h3609 /// EmitCall - Generate a call of the given function, expecting the given
3612 RValue EmitCall(const CGFunctionInfo &CallInfo, const CGCallee &Callee,
3615 RValue EmitCall(const CGFunctionInfo &CallInfo, const CGCallee &Callee, function in class:clang::CodeGen::CodeGenFunction
3618 return EmitCall(CallInfo, Callee, ReturnValue, Args, callOrInvoke,
3621 RValue EmitCall(QualType FnType, const CGCallee &Callee, const CallExpr *E,
H A DCGExprAgg.cpp249 const Expr *E, llvm::function_ref<RValue(ReturnValueSlot)> EmitCall) {
258 // Otherwise, EmitCall will emit its own, notice that it's "unused", and end
290 EmitCall(ReturnValueSlot(RetAddr, Dest.isVolatile(), IsResultUnused));
248 withReturnValueSlot( const Expr *E, llvm::function_ref<RValue(ReturnValueSlot)> EmitCall) argument
H A DCGVTables.cpp371 RValue RV = EmitCall(*CurFnInfo, CGCallee::forDirect(Callee, CurGD), Slot,
H A DCGExpr.cpp4613 return EmitCall(E->getCallee()->getType(), callee, E, ReturnValue);
4620 return EmitCall(E->getCallee()->getType(), Callee, E, ReturnValue);
4859 RValue CodeGenFunction::EmitCall(QualType CalleeType, const CGCallee &OrigCallee, function in class:CodeGenFunction
5030 RValue Call = EmitCall(FnInfo, Callee, ReturnValue, Args, &CallOrInvoke,
H A DCGExprComplex.cpp649 RValue Res = CGF.EmitCall(FuncInfo, Callee, ReturnValueSlot(), Args, &Call);
H A DCGClass.cpp2160 EmitCall(Info, Callee, ReturnValueSlot(), Args, nullptr, Loc);
2861 RValue RV = EmitCall(calleeFnInfo, callee, returnSlot, callArgs);
H A DCGAtomic.cpp311 return CGF.EmitCall(fnInfo, callee, ReturnValueSlot(), args);
H A DCGDecl.cpp591 CGF.EmitCall(FnInfo, Callee, ReturnValueSlot(), Args);
H A DCGException.cpp1648 CGF.EmitCall(FnInfo, Callee, ReturnValueSlot(), Args);
H A DCGObjCGNU.cpp2610 RValue msgRet = CGF.EmitCall(MSI.CallInfo, callee, Return, ActualArgs, &call);
2728 RValue msgRet = CGF.EmitCall(MSI.CallInfo, callee, Return, ActualArgs, &call);
H A DCGBlocks.cpp1316 return EmitCall(FnInfo, Callee, ReturnValue, Args);
H A DCGObjCMac.cpp2268 RValue rvalue = CGF.EmitCall(MSI.CallInfo, Callee, Return, ActualArgs,
7356 RValue result = CGF.EmitCall(MSI.CallInfo, callee, returnSlot, args);
H A DMicrosoftCXXABI.cpp4014 CGF.EmitCall(CalleeInfo, Callee, ReturnValueSlot(), Args);
H A DCGCall.cpp3094 // for EmitCall.
3814 RValue CodeGenFunction::EmitCall(const CGFunctionInfo &CallInfo,
H A DCGBuiltin.cpp520 return CGF.EmitCall(E->getCallee()->getType(), callee, E, ReturnValueSlot());
1351 EmitCall(FI, CGCallee::forDirect(F), ReturnValueSlot(), Args);
3003 return EmitCall(FuncInfo, CGCallee::forDirect(Func),
3508 return EmitCall(Call->getCallee()->getType(),

Completed in 547 milliseconds