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