Searched refs:ProgramMemory (Results 1 – 4 of 4) sorted by relevance
45 ProgramMemory, enumerator58 return PT->getAddressSpace() == ProgramMemory || in isProgramMemoryAddress()91 assert(ProgramMemory <= AS && AS <= ProgramMemory5); in getProgramMemoryBank()92 return static_cast<int>(AS - ProgramMemory); in getProgramMemoryBank()
55 AVR::getAddressSpace(GO) != AVR::ProgramMemory) { in SelectSectionForGlobal()63 case AVR::ProgramMemory: // address space 1 in SelectSectionForGlobal()
216 bool IsProgMem = GV->getAddressSpace() == AVR::ProgramMemory; in lowerConstant()
997 if (isa<PointerType>(Ty) && AS == AVR::ProgramMemory) { in isLegalAddressingMode()