Searched refs:ProgramMemory (Results 1 – 3 of 3) sorted by relevance
40 enum AddressSpace { DataMemory, ProgramMemory }; enumerator44 return cast<PointerType>(V->getType())->getAddressSpace() == ProgramMemory; in isProgramMemoryAddress()
186 bool IsProgMem = GV->getAddressSpace() == AVR::ProgramMemory; in lowerConstant()
858 if (isa<PointerType>(Ty) && AS == AVR::ProgramMemory) { in isLegalAddressingMode()