reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 4272     CGOpenMPRuntime::emitReduction(CGF, Loc, Privates, LHSExprs, RHSExprs,
 4291   auto Size = RHSExprs.size();
 4305   for (unsigned I = 0, E = RHSExprs.size(); I < E; ++I, ++IPriv, ++Idx) {
 4309             CGF.EmitLValue(RHSExprs[I]).getPointer(), CGF.VoidPtrTy),
 4329       LHSExprs, RHSExprs, ReductionOps);
 4339                            CGF.Builder.getInt32(RHSExprs.size()),
 4415   auto &&CodeGen = [Privates, LHSExprs, RHSExprs, ReductionOps,
 4419     auto IRHS = RHSExprs.begin();