reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
12428 bool AArch64TargetLowering::preferIncOfAddToSubOfNot(EVT VT) const {
lib/Target/ARM/ARMISelLowering.cpp11629 bool ARMTargetLowering::preferIncOfAddToSubOfNot(EVT VT) const {
lib/Target/PowerPC/PPCISelLowering.cpp 1296 bool PPCTargetLowering::preferIncOfAddToSubOfNot(EVT VT) const {
2268 if (!TLI.preferIncOfAddToSubOfNot(VT) && N0.hasOneUse() && 2438 if (!TLI.preferIncOfAddToSubOfNot(VT) && N0.hasOneUse() && 3053 if (TLI.preferIncOfAddToSubOfNot(VT) && N1.hasOneUse() && isBitwiseNot(N1)) {