Searched refs:emitOMPSimpleStore (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 2831 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()
|
D | CodeGenFunction.h | 2345 void emitOMPSimpleStore(LValue LVal, RValue RVal, QualType RValTy,
|
D | CGOpenMPRuntime.cpp | 4558 CGF.emitOMPSimpleStore( in emitReduction()
|