Searched refs:TargetArgs (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGOpenMPRuntimeGPU.cpp | 3404 SmallVector<llvm::Value *, 4> TargetArgs; in emitOutlinedFunctionCall() local 3405 TargetArgs.reserve(Args.size()); in emitOutlinedFunctionCall() 3409 TargetArgs.append(std::next(Args.begin(), I), Args.end()); in emitOutlinedFunctionCall() 3415 TargetArgs.emplace_back(NativeArg); in emitOutlinedFunctionCall() 3421 TargetArgs.emplace_back( in emitOutlinedFunctionCall() 3424 CGOpenMPRuntime::emitOutlinedFunctionCall(CGF, Loc, OutlinedFn, TargetArgs); in emitOutlinedFunctionCall()
|
| D | CGStmtOpenMP.cpp | 438 FunctionArgList TargetArgs; in emitOutlinedFunctionPrologue() local 441 TargetArgs.append( in emitOutlinedFunctionPrologue() 494 TargetArgs.emplace_back( in emitOutlinedFunctionPrologue() 503 TargetArgs.append( in emitOutlinedFunctionPrologue() 509 CGM.getTypes().arrangeBuiltinFunctionDeclaration(Ctx.VoidTy, TargetArgs); in emitOutlinedFunctionPrologue() 525 CGF.StartFunction(CD, Ctx.VoidTy, F, FuncInfo, TargetArgs, in emitOutlinedFunctionPrologue() 534 if (!FO.UIntPtrCastRequired && Args[Cnt] != TargetArgs[Cnt]) { in emitOutlinedFunctionPrologue() 536 TargetArgs[Cnt]); in emitOutlinedFunctionPrologue()
|