Home
last modified time | relevance | path

Searched refs:TargetArgs (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp3033 SmallVector<llvm::Value *, 4> TargetArgs; in emitOutlinedFunctionCall() local
3034 TargetArgs.reserve(Args.size()); in emitOutlinedFunctionCall()
3038 TargetArgs.append(std::next(Args.begin(), I), Args.end()); in emitOutlinedFunctionCall()
3044 TargetArgs.emplace_back(NativeArg); in emitOutlinedFunctionCall()
3047 TargetArgs.emplace_back( in emitOutlinedFunctionCall()
3050 CGOpenMPRuntime::emitOutlinedFunctionCall(CGF, Loc, OutlinedFn, TargetArgs); in emitOutlinedFunctionCall()
H A DCGStmtOpenMP.cpp440 FunctionArgList TargetArgs; in emitOutlinedFunctionPrologue() local
443 TargetArgs.append( in emitOutlinedFunctionPrologue()
501 TargetArgs.emplace_back( in emitOutlinedFunctionPrologue()
509 TargetArgs.append( in emitOutlinedFunctionPrologue()
515 CGM.getTypes().arrangeBuiltinFunctionDeclaration(Ctx.VoidTy, TargetArgs); in emitOutlinedFunctionPrologue()
533 CGF.StartFunction(CD, Ctx.VoidTy, F, FuncInfo, TargetArgs, in emitOutlinedFunctionPrologue()
542 if (!FO.UIntPtrCastRequired && Args[Cnt] != TargetArgs[Cnt]) { in emitOutlinedFunctionPrologue()
544 TargetArgs[Cnt]); in emitOutlinedFunctionPrologue()