Searched refs:EmitCompoundAssignLValue (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 266 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E, 1150 EmitCompoundAssignLValue(const CompoundAssignOperator *E, in EmitCompoundAssignLValue() function in ComplexExprEmitter 1257 LValue LV = EmitCompoundAssignLValue(E, Func, Val); in EmitCompoundAssign() 1462 return ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitComplexCompoundAssignmentLValue() 1470 LValue Ret = ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitScalarCompoundAssignWithComplex()
|
| H A D | CGExprScalar.cpp | 809 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E, 3241 LValue ScalarExprEmitter::EmitCompoundAssignLValue( in EmitCompoundAssignLValue() function in ScalarExprEmitter 3390 LValue LHS = EmitCompoundAssignLValue(E, Func, RHS); in EmitCompoundAssign() 5230 return Scalar.EmitCompoundAssignLValue(E, &ScalarExprEmitter::Emit##Op, \ in EmitCompoundAssignmentLValue()
|