Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp2380 return EmitStoreThroughGlobalRegLValue(Src, Dst); in EmitStoreThroughLValue()
2626 void CodeGenFunction::EmitStoreThroughGlobalRegLValue(RValue Src, LValue Dst) { in EmitStoreThroughGlobalRegLValue() function in CodeGenFunction
H A DCodeGenFunction.h3994 void EmitStoreThroughGlobalRegLValue(RValue Src, LValue Dst);
H A DCGStmtOpenMP.cpp6003 CGF.EmitStoreThroughGlobalRegLValue(RVal, LVal); in emitSimpleAtomicStore()