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);
 3708       if (const auto *C = dyn_cast<ConstantInt>(RHS))
 3711           RHS = LHS;
 3715       if (const auto *C = dyn_cast<ConstantInt>(RHS))
 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);
 3750       unsigned RHSReg = getRegForValue(RHS);
 3753       bool RHSIsKill = hasTrivialKill(RHS);
 3785       unsigned RHSReg = getRegForValue(RHS);
 3788       bool RHSIsKill = hasTrivialKill(RHS);