HomeSort by relevance Sort by last modified time
    Searched refs:getOpenMPRuntime (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 475 CGM.getOpenMPRuntime().emitReduction(
492 CGF.CGM.getOpenMPRuntime().emitNumThreadsClause(
495 CGF.CGM.getOpenMPRuntime().emitParallelCall(CGF, S.getLocStart(), OutlinedFn,
504 auto OutlinedFn = CGF.CGM.getOpenMPRuntime().emitParallelOutlinedFunction(
512 CGF.CGM.getOpenMPRuntime().emitSerialCall(CGF, S.getLocStart(),
531 CGF.CGM.getOpenMPRuntime().emitBarrierCall(CGF, S.getLocStart(),
540 CGF.CGM.getOpenMPRuntime().emitBarrierCall(CGF, S.getLocStart(),
    [all...]
CGDeclCXX.cpp 167 (void)CGM.getOpenMPRuntime().emitThreadPrivateVarDefinition(
CodeGenModule.h 519 CGOpenMPRuntime &getOpenMPRuntime() {
    [all...]
CodeGenFunction.cpp 89 CGM.getOpenMPRuntime().functionFinished(*this);
    [all...]
CGOpenMPRuntime.cpp     [all...]
CGExpr.cpp     [all...]
CodeGenModule.cpp     [all...]

Completed in 340 milliseconds