Home
last modified time | relevance | path

Searched refs:ProgramMemory (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVR.h40 enum AddressSpace { DataMemory, ProgramMemory }; enumerator
44 return cast<PointerType>(V->getType())->getAddressSpace() == ProgramMemory; in isProgramMemoryAddress()
H A DAVRAsmPrinter.cpp186 bool IsProgMem = GV->getAddressSpace() == AVR::ProgramMemory; in lowerConstant()
H A DAVRISelLowering.cpp858 if (isa<PointerType>(Ty) && AS == AVR::ProgramMemory) { in isLegalAddressingMode()