Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprComplex.cpp220 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E,
636 EmitCompoundAssignLValue(const CompoundAssignOperator *E, in EmitCompoundAssignLValue() function in ComplexExprEmitter
690 LValue LV = EmitCompoundAssignLValue(E, Func, Val); in EmitCompoundAssign()
888 return ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitComplexCompoundAssignmentLValue()
896 LValue Ret = ComplexExprEmitter(*this).EmitCompoundAssignLValue(E, Op, Val); in EmitScalarCompooundAssignWithComplex()
HDCGExprScalar.cpp457 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E,
1983 LValue ScalarExprEmitter::EmitCompoundAssignLValue( in EmitCompoundAssignLValue() function in ScalarExprEmitter
2097 LValue LHS = EmitCompoundAssignLValue(E, Func, RHS); in EmitCompoundAssign()
3319 return Scalar.EmitCompoundAssignLValue(E, &ScalarExprEmitter::Emit##Op, \ in EmitCompoundAssignmentLValue()