Home
last modified time | relevance | path

Searched refs:emitCall (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCXXExpr.cpp189 return emitCall(fnInfo, callee, returnValue, args, nullptr, loc); in emitCXXMemberOrOperatorCall()
260 cgf.emitCall(cgf.cgm.getTypes().arrangeFreeFunctionCall(args, calleeType), in emitNewDeleteCall()
H A DCIRGenFunction.h788 RValue emitCall(const CIRGenFunctionInfo &funcInfo,
792 RValue emitCall(const CIRGenFunctionInfo &funcInfo,
797 return emitCall(funcInfo, callee, returnValue, args, callOrTryCall,
801 RValue emitCall(clang::QualType calleeTy, const CIRGenCallee &callee,
H A DCIRGenBuiltin.cpp34 return cgf.emitCall(e->getCallee()->getType(), callee, e, ReturnValueSlot()); in emitLibraryCall()
H A DCIRGenClass.cpp505 emitCall(info, callee, ReturnValueSlot(), args, &c, getLoc(loc)); in emitCXXConstructorCall()
H A DCIRGenExpr.cpp1208 RValue CIRGenFunction::emitCall(clang::QualType calleeTy, in emitCall() function in CIRGenFunction
1242 RValue callResult = emitCall(funcInfo, callee, returnValue, args, &callOp, in emitCall()
1332 return emitCall(e->getCallee()->getType(), callee, e, returnValue); in emitCallExpr()
H A DCIRGenCall.cpp480 RValue CIRGenFunction::emitCall(const CIRGenFunctionInfo &funcInfo, in emitCall() function in CIRGenFunction
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp3181 if (!this->emitCall(Func, 0, E)) { in VisitCXXConstructExpr()
3221 if (!this->emitCall(Func, 0, E)) in VisitCXXConstructExpr()
3432 return this->emitCall(F, 0, E); in VisitCXXInheritedCtorInitExpr()
3643 if (!this->emitCall(CtorFunc, 0, E)) in VisitCXXNewExpr()
5117 if (!this->emitCall(Func, 0, E)) in VisitCallExpr()
5827 if (!this->emitCall(Func, 0, LambdaCallOp)) in emitLambdaStaticInvokerBody()
6935 return this->emitCall(DtorFunc, 0, Loc); in emitRecordDestruction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h351 void emitCall(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGOpenMPRuntime.cpp11325 void CGOpenMPRuntime::emitCall(CodeGenFunction &CGF, SourceLocation Loc, in emitCall() function in CGOpenMPRuntime
11343 emitCall(CGF, Loc, OutlinedFn, Args); in emitOutlinedFunctionCall()