Searched refs:emitOMPSimpleStore (Results 1 – 6 of 6) 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()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 4950 void CodeGenFunction::emitOMPSimpleStore(LValue LVal, RValue RVal, in emitOMPSimpleStore() function in CodeGenFunction 4995 CGF.emitOMPSimpleStore(VLValue, Res, X->getType().getNonReferenceType(), Loc); in emitOMPAtomicReadExpr() 5282 CGF.emitOMPSimpleStore(VLValue, NewVVal, NewVValType, Loc); in emitOMPAtomicCaptureExpr()
|
D | CodeGenFunction.h | 3239 void emitOMPSimpleStore(LValue LVal, RValue RVal, QualType RValTy,
|
D | CGOpenMPRuntime.cpp | 5716 CGF.emitOMPSimpleStore( in emitReduction()
|