Searched refs:EmitStoreThroughGlobalRegLValue (Results 1 – 3 of 3) sorted by relevance
2397 return EmitStoreThroughGlobalRegLValue(Src, Dst); in EmitStoreThroughLValue()2641 void CodeGenFunction::EmitStoreThroughGlobalRegLValue(RValue Src, LValue Dst) { in EmitStoreThroughGlobalRegLValue() function in CodeGenFunction
4245 void EmitStoreThroughGlobalRegLValue(RValue Src, LValue Dst);
6057 CGF.EmitStoreThroughGlobalRegLValue(RVal, LVal); in emitSimpleAtomicStore()