Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGExprComplex.cpp257 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E,
899 EmitCompoundAssignLValue(const CompoundAssignOperator *E, in EmitCompoundAssignLValue() function in ComplexExprEmitter
973 LValue LV = EmitCompoundAssignLValue(E, Func, Val); in EmitCompoundAssign()
1178 return ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitComplexCompoundAssignmentLValue()
1186 LValue Ret = ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitScalarCompoundAssignWithComplex()
DCGExprScalar.cpp793 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E,
3002 LValue ScalarExprEmitter::EmitCompoundAssignLValue( in EmitCompoundAssignLValue() function in ScalarExprEmitter
3137 LValue LHS = EmitCompoundAssignLValue(E, Func, RHS); in EmitCompoundAssign()
4868 return Scalar.EmitCompoundAssignLValue(E, &ScalarExprEmitter::Emit##Op, \ in EmitCompoundAssignmentLValue()