Searched refs:TargetArgs (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 1827 SmallVector<llvm::Value *, 4> TargetArgs; in emitOutlinedFunctionCall() local 1828 TargetArgs.reserve(Args.size()); in emitOutlinedFunctionCall() 1832 TargetArgs.append(std::next(Args.begin(), I), Args.end()); in emitOutlinedFunctionCall() 1838 TargetArgs.emplace_back(NativeArg); in emitOutlinedFunctionCall() 1841 TargetArgs.emplace_back( in emitOutlinedFunctionCall() 1844 CGOpenMPRuntime::emitOutlinedFunctionCall(CGF, Loc, OutlinedFn, TargetArgs); in emitOutlinedFunctionCall()
|
H A D | CGStmtOpenMP.cpp | 468 FunctionArgList TargetArgs; in emitOutlinedFunctionPrologue() local 471 TargetArgs.append( in emitOutlinedFunctionPrologue() 529 TargetArgs.emplace_back( in emitOutlinedFunctionPrologue() 537 TargetArgs.append( in emitOutlinedFunctionPrologue() 543 CGM.getTypes().arrangeBuiltinFunctionDeclaration(Ctx.VoidTy, TargetArgs); in emitOutlinedFunctionPrologue() 561 CGF.StartFunction(CD, Ctx.VoidTy, F, FuncInfo, TargetArgs, in emitOutlinedFunctionPrologue() 570 if (!FO.UIntPtrCastRequired && Args[Cnt] != TargetArgs[Cnt]) { in emitOutlinedFunctionPrologue() 572 TargetArgs[Cnt]); in emitOutlinedFunctionPrologue()
|