Home
last modified time | relevance | path

Searched refs:EmitCompoundAssignLValue (Results 1 – 4 of 4) 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()
/external/llvm-project/clang/lib/CodeGen/
DCGExprComplex.cpp257 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E,
898 EmitCompoundAssignLValue(const CompoundAssignOperator *E, in EmitCompoundAssignLValue() function in ComplexExprEmitter
972 LValue LV = EmitCompoundAssignLValue(E, Func, Val); in EmitCompoundAssign()
1177 return ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitComplexCompoundAssignmentLValue()
1185 LValue Ret = ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitScalarCompoundAssignWithComplex()
DCGExprScalar.cpp787 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E,
2915 LValue ScalarExprEmitter::EmitCompoundAssignLValue( in EmitCompoundAssignLValue() function in ScalarExprEmitter
3050 LValue LHS = EmitCompoundAssignLValue(E, Func, RHS); in EmitCompoundAssign()
4699 return Scalar.EmitCompoundAssignLValue(E, &ScalarExprEmitter::Emit##Op, \ in EmitCompoundAssignmentLValue()