Home
last modified time | relevance | path

Searched refs:emitOMPSimpleStore (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2831 void CodeGenFunction::emitOMPSimpleStore(LValue LVal, RValue RVal, in emitOMPSimpleStore() function in CodeGenFunction
2870 CGF.emitOMPSimpleStore(VLValue, Res, X->getType().getNonReferenceType(), Loc); in EmitOMPAtomicReadExpr()
3130 CGF.emitOMPSimpleStore(VLValue, NewVVal, NewVValType, Loc); in EmitOMPAtomicCaptureExpr()
DCodeGenFunction.h2345 void emitOMPSimpleStore(LValue LVal, RValue RVal, QualType RValTy,
DCGOpenMPRuntime.cpp4558 CGF.emitOMPSimpleStore( in emitReduction()