Searched refs:IsELPM (Results 1 – 1 of 1) sorted by relevance
99 bool expandLPMWELPMW(Block &MBB, BlockIt MBBI, bool IsELPM);101 bool expandLPMBELPMB(Block &MBB, BlockIt MBBI, bool IsELPM);834 bool AVRExpandPseudo::expandLPMWELPMW(Block &MBB, BlockIt MBBI, bool IsELPM) { in expandLPMWELPMW() argument842 bool IsLPMRn = IsELPM ? STI.hasELPMX() : STI.hasLPMX(); in expandLPMWELPMW()848 if (IsELPM) { in expandLPMWELPMW()858 unsigned OpLo = IsELPM ? AVR::ELPMRdZPi : AVR::LPMRdZPi; in expandLPMWELPMW()859 unsigned OpHi = IsELPM ? AVR::ELPMRdZ : AVR::LPMRdZ; in expandLPMWELPMW()871 unsigned Opc = IsELPM ? AVR::ELPM : AVR::LPM; in expandLPMWELPMW()947 bool AVRExpandPseudo::expandLPMBELPMB(Block &MBB, BlockIt MBBI, bool IsELPM) { in expandLPMBELPMB() argument953 bool IsLPMRn = IsELPM ? STI.hasELPMX() : STI.hasLPMX(); in expandLPMBELPMB()[all …]