Home
last modified time | relevance | path

Searched refs:EmitCompoundAssignLValue (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprComplex.cpp227 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E,
824 EmitCompoundAssignLValue(const CompoundAssignOperator *E, in EmitCompoundAssignLValue() function in ComplexExprEmitter
897 LValue LV = EmitCompoundAssignLValue(E, Func, Val); in EmitCompoundAssign()
1098 return ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitComplexCompoundAssignmentLValue()
1106 LValue Ret = ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitScalarCompoundAssignWithComplex()
DCGExprScalar.cpp498 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E,
2092 LValue ScalarExprEmitter::EmitCompoundAssignLValue( in EmitCompoundAssignLValue() function in ScalarExprEmitter
2211 LValue LHS = EmitCompoundAssignLValue(E, Func, RHS); in EmitCompoundAssign()
3504 return Scalar.EmitCompoundAssignLValue(E, &ScalarExprEmitter::Emit##Op, \ in EmitCompoundAssignmentLValue()