Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGExpr.cpp2116 return EmitStoreThroughGlobalRegLValue(Src, Dst); in EmitStoreThroughLValue()
2351 void CodeGenFunction::EmitStoreThroughGlobalRegLValue(RValue Src, LValue Dst) { in EmitStoreThroughGlobalRegLValue() function in CodeGenFunction
DCodeGenFunction.h3885 void EmitStoreThroughGlobalRegLValue(RValue Src, LValue Dst);
DCGStmtOpenMP.cpp5953 CGF.EmitStoreThroughGlobalRegLValue(RVal, LVal); in emitSimpleAtomicStore()