Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp6072 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()
HDCodeGenFunction.h3661 void emitOMPSimpleStore(LValue LVal, RValue RVal, QualType RValTy,
HDCGOpenMPRuntime.cpp5164 CGF.emitOMPSimpleStore( in emitReduction()