Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVR.h41 enum AddressSpace { DataMemory, ProgramMemory }; enumerator
45 return cast<PointerType>(V->getType())->getAddressSpace() == ProgramMemory; in isProgramMemoryAddress()
H A DAVRISelLowering.cpp756 if (isa<PointerType>(Ty) && AS == AVR::ProgramMemory) { in isLegalAddressingMode()