Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1826 SmallVector<llvm::Value *, 4> TargetArgs; in emitOutlinedFunctionCall() local
1827 TargetArgs.reserve(Args.size()); in emitOutlinedFunctionCall()
1831 TargetArgs.append(std::next(Args.begin(), I), Args.end()); in emitOutlinedFunctionCall()
1837 TargetArgs.emplace_back(NativeArg); in emitOutlinedFunctionCall()
1840 TargetArgs.emplace_back( in emitOutlinedFunctionCall()
1843 CGOpenMPRuntime::emitOutlinedFunctionCall(CGF, Loc, OutlinedFn, TargetArgs); in emitOutlinedFunctionCall()
H A DCGStmtOpenMP.cpp498 FunctionArgList TargetArgs; in emitOutlinedFunctionPrologue() local
501 TargetArgs.append( in emitOutlinedFunctionPrologue()
559 TargetArgs.emplace_back( in emitOutlinedFunctionPrologue()
567 TargetArgs.append( in emitOutlinedFunctionPrologue()
573 CGM.getTypes().arrangeBuiltinFunctionDeclaration(Ctx.VoidTy, TargetArgs); in emitOutlinedFunctionPrologue()
591 CGF.StartFunction(CD, Ctx.VoidTy, F, FuncInfo, TargetArgs, in emitOutlinedFunctionPrologue()
600 if (!FO.UIntPtrCastRequired && Args[Cnt] != TargetArgs[Cnt]) { in emitOutlinedFunctionPrologue()
602 TargetArgs[Cnt]); in emitOutlinedFunctionPrologue()