reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AArch64/AArch64FastISel.cpp
 3698     if (isa<ConstantInt>(LHS) && !isa<ConstantInt>(RHS) &&
 3700       std::swap(LHS, RHS);
 3711           RHS = LHS;
 3718           RHS = LHS;
 3728       ResultReg1 = emitAdd(VT, LHS, RHS, /*SetFlags=*/true);
 3732       ResultReg1 = emitAdd(VT, LHS, RHS, /*SetFlags=*/true);
 3736       ResultReg1 = emitSub(VT, LHS, RHS, /*SetFlags=*/true);
 3740       ResultReg1 = emitSub(VT, LHS, RHS, /*SetFlags=*/true);
 3745       unsigned LHSReg = getRegForValue(LHS);
 3748       bool LHSIsKill = hasTrivialKill(LHS);
 3780       unsigned LHSReg = getRegForValue(LHS);
 3783       bool LHSIsKill = hasTrivialKill(LHS);