Home
last modified time | relevance | path

Searched refs:CommonGen (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2982 const llvm::function_ref<RValue(RValue)> &CommonGen) { in EmitOMPAtomicSimpleUpdateExpr() argument
2994 EmitStoreThroughLValue(CommonGen(EmitLoadOfLValue(X, Loc)), X); in EmitOMPAtomicSimpleUpdateExpr()
2997 EmitAtomicUpdate(X, AO, CommonGen, X.getType().isVolatileQualified()); in EmitOMPAtomicSimpleUpdateExpr()
DCodeGenFunction.h2390 const llvm::function_ref<RValue(RValue)> &CommonGen);
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp5123 const llvm::function_ref<RValue(RValue)> CommonGen) { in EmitOMPAtomicSimpleUpdateExpr() argument
5135 EmitStoreThroughLValue(CommonGen(EmitLoadOfLValue(X, Loc)), X); in EmitOMPAtomicSimpleUpdateExpr()
5138 EmitAtomicUpdate(X, AO, CommonGen, X.getType().isVolatileQualified()); in EmitOMPAtomicSimpleUpdateExpr()
DCodeGenFunction.h3284 const llvm::function_ref<RValue(RValue)> CommonGen);