Searched refs:hasELPM (Results 1 – 5 of 5) sorted by relevance
74 bool hasELPM() const { return m_hasELPM; } in hasELPM() function97 int getIORegRAMPZ() const { return hasELPM() ? 0x3b : -1; } in getIORegRAMPZ()
55 if (!AVRTM.getSubtargetImpl()->hasELPM() && in SelectSectionForGlobal()
324 if (SubTM->hasELPM()) in emitStartOfAsmFile()
185 assert((Bank == 0 || Subtarget->hasELPM()) && in selectIndexedProgMemLoad()
304 def HasELPM : Predicate<"Subtarget->hasELPM()">,