Searched refs:emitOMPSimpleStore (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGStmtOpenMP.cpp | 6072 void CodeGenFunction::emitOMPSimpleStore(LValue LVal, RValue RVal, in emitOMPSimpleStore() function in CodeGenFunction 6117 CGF.emitOMPSimpleStore(VLValue, Res, X->getType().getNonReferenceType(), Loc); in emitOMPAtomicReadExpr() 6428 CGF.emitOMPSimpleStore(VLValue, NewVVal, NewVValType, Loc); in emitOMPAtomicCaptureExpr()
|
| HD | CodeGenFunction.h | 3661 void emitOMPSimpleStore(LValue LVal, RValue RVal, QualType RValTy,
|
| HD | CGOpenMPRuntime.cpp | 5164 CGF.emitOMPSimpleStore( in emitReduction()
|