Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVR.h43 ProgramMemory, enumerator
56 return PT->getAddressSpace() == ProgramMemory || in isProgramMemoryAddress()
89 assert(ProgramMemory <= AS && AS <= ProgramMemory5); in getProgramMemoryBank()
90 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.cpp198 bool IsProgMem = GV->getAddressSpace() == AVR::ProgramMemory; in lowerConstant()
H A DAVRISelLowering.cpp912 if (isa<PointerType>(Ty) && AS == AVR::ProgramMemory) { in isLegalAddressingMode()