Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h634 bool isADDInstrEligibleForFolding(MachineInstr &ADDMI) const;
H A DPPCInstrInfo.cpp3553 if (!isADDInstrEligibleForFolding(*ADDMI)) in foldFrameOffset()
3640 bool PPCInstrInfo::isADDInstrEligibleForFolding(MachineInstr &ADDMI) const { in isADDInstrEligibleForFolding() function in PPCInstrInfo