Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp2159 return EmitStoreThroughGlobalRegLValue(Src, Dst); in EmitStoreThroughLValue()
2394 void CodeGenFunction::EmitStoreThroughGlobalRegLValue(RValue Src, LValue Dst) { in EmitStoreThroughGlobalRegLValue() function in CodeGenFunction
H A DCodeGenFunction.h3882 void EmitStoreThroughGlobalRegLValue(RValue Src, LValue Dst);
H A DCGStmtOpenMP.cpp5889 CGF.EmitStoreThroughGlobalRegLValue(RVal, LVal); in emitSimpleAtomicStore()