Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Args

800   llvm::Value *Args[] = {emitUpdateLocation(CGF, Loc), getThreadID(CGF, Loc),
805 createRuntimeFunction(OMPRTL__kmpc_threadprivate_cached), Args);
818 llvm::Value *Args[] = {OMPLoc,
822 createRuntimeFunction(OMPRTL__kmpc_threadprivate_register), Args);
839 FunctionArgList Args;
842 Args.push_back(&Dst);
845 CGM.getContext().VoidPtrTy, Args, FunctionType::ExtInfo(),
851 Args, SourceLocation());
873 FunctionArgList Args;
876 Args.push_back(&Dst);
879 CGM.getContext().VoidTy, Args, FunctionType::ExtInfo(),
884 DtorCGF.StartFunction(GlobalDecl(), CGM.getContext().VoidTy, Fn, FI, Args,
941 llvm::Value *Args[] = {
948 CGF.EmitRuntimeCall(RTLFn, Args);
957 llvm::Value *Args[] = {emitUpdateLocation(CGF, Loc), ThreadID};
959 Args);
1030 llvm::SmallVector<llvm::Value *, 8> Args;
1033 CallEndCleanup(llvm::Value *Callee, CleanupValuesTy Args)
1034 : Callee(Callee), Args(Args.begin(), Args.end()) {}
1036 CGF.EmitRuntimeCall(Callee, Args);
1051 llvm::Value *Args[] = {emitUpdateLocation(CGF, Loc), getThreadID(CGF, Loc),
1053 CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_critical), Args);
1057 llvm::makeArrayRef(Args));
1088 llvm::Value *Args[] = {emitUpdateLocation(CGF, Loc), getThreadID(CGF, Loc)};
1090 CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_master), Args);
1095 llvm::makeArrayRef(Args));
1103 llvm::Value *Args[] = {
1106 CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_omp_taskyield), Args);
1115 FunctionArgList Args;
1120 Args.push_back(&LHSArg);
1121 Args.push_back(&RHSArg);
1124 C.VoidTy, Args, EI, /*isVariadic=*/false);
1130 CGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, CGFI, Args);
1193 llvm::Value *Args[] = {emitUpdateLocation(CGF, Loc), getThreadID(CGF, Loc)};
1195 CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_single), Args);
1200 llvm::makeArrayRef(Args));
1237 llvm::Value *Args[] = {
1245 CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_copyprivate), Args);
1273 llvm::Value *Args[] = {emitUpdateLocation(CGF, Loc, Flags),
1275 CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_cancel_barrier), Args);
1344 llvm::Value *Args[] = { emitUpdateLocation(CGF, Loc, OMP_IDENT_KMPC),
1352 CGF.EmitRuntimeCall(createDispatchInitFunction(IVSize, IVSigned), Args);
1367 llvm::Value *Args[] = { emitUpdateLocation(CGF, Loc, OMP_IDENT_KMPC),
1377 CGF.EmitRuntimeCall(createForStaticInitFunction(IVSize, IVSigned), Args);
1388 llvm::Value *Args[] = {emitUpdateLocation(CGF, Loc, OMP_IDENT_KMPC),
1391 Args);
1403 llvm::Value *Args[] = {
1411 CGF.EmitRuntimeCall(createDispatchNextFunction(IVSize, IVSigned), Args);
1421 llvm::Value *Args[] = {
1425 Args);
1507 FunctionArgList Args;
1511 Args.push_back(&GtidArg);
1512 Args.push_back(&TaskTypeArg);
1515 CGM.getTypes().arrangeFreeFunctionDeclaration(KmpInt32Ty, Args, Info,
1524 CGF.StartFunction(GlobalDecl(), KmpInt32Ty, TaskEntry, TaskEntryFnInfo, Args);
1640 FunctionArgList Args;
1645 Args.push_back(&LHSArg);
1646 Args.push_back(&RHSArg);
1649 C.VoidTy, Args, EI, /*isVariadic=*/false);
1655 CGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, CGFI, Args);
1771 llvm::Value *Args[] = {
1783 Args);