Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrInfo.h425 bool isADDInstrEligibleForFolding(MachineInstr &ADDMI) const;
HDPPCInstrInfo.cpp2563 if (!isADDInstrEligibleForFolding(*ADDMI)) in foldFrameOffset()
2643 bool PPCInstrInfo::isADDInstrEligibleForFolding(MachineInstr &ADDMI) const { in isADDInstrEligibleForFolding() function in PPCInstrInfo