Searched refs:EmitCompoundAssignLValue (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 253 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E, 873 EmitCompoundAssignLValue(const CompoundAssignOperator *E, in EmitCompoundAssignLValue() function in ComplexExprEmitter 946 LValue LV = EmitCompoundAssignLValue(E, Func, Val); in EmitCompoundAssign() 1147 return ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitComplexCompoundAssignmentLValue() 1155 LValue Ret = ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitScalarCompoundAssignWithComplex()
|
| H A D | CGExprScalar.cpp | 733 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E, 2792 LValue ScalarExprEmitter::EmitCompoundAssignLValue( in EmitCompoundAssignLValue() function in ScalarExprEmitter 2912 LValue LHS = EmitCompoundAssignLValue(E, Func, RHS); in EmitCompoundAssign() 4352 return Scalar.EmitCompoundAssignLValue(E, &ScalarExprEmitter::Emit##Op, \ in EmitCompoundAssignmentLValue()
|