Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVR.h44 ProgramMemory, enumerator
57 return PT->getAddressSpace() == ProgramMemory || in isProgramMemoryAddress()
90 assert(ProgramMemory <= AS && AS <= ProgramMemory5); in getProgramMemoryBank()
91 return static_cast<int>(AS - ProgramMemory); in getProgramMemoryBank()
H A DAVRTargetObjectFile.cpp56 AVR::getAddressSpace(GO) != AVR::ProgramMemory) { in SelectSectionForGlobal()
64 case AVR::ProgramMemory: // address space 1 in SelectSectionForGlobal()
H A DAVRAsmPrinter.cpp207 bool IsProgMem = GV->getAddressSpace() == AVR::ProgramMemory; in lowerConstant()
H A DAVRISelLowering.cpp1053 if (isa<PointerType>(Ty) && AS == AVR::ProgramMemory) { in isLegalAddressingMode()