Home
last modified time | relevance | path

Searched refs:isProgramMemoryAddress (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/
H A DAVR.h55 template <typename T> bool isProgramMemoryAddress(T *V) { in isProgramMemoryAddress() function
77 if (V != nullptr && isProgramMemoryAddress(V)) in isProgramMemoryAccess()
88 if (V == nullptr || !isProgramMemoryAddress(V)) in getProgramMemoryBank()
H A DAVRTargetObjectFile.cpp43 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection() && in SelectSectionForGlobal()
/aosp_15_r20/external/llvm/lib/Target/AVR/
H A DAVR.h38 template <typename T> bool isProgramMemoryAddress(T *V) { in isProgramMemoryAddress() function
45 return (V != nullptr) ? isProgramMemoryAddress(V) : false; in isProgramMemoryAccess()
H A DAVRTargetObjectFile.cpp34 if (AVR::isProgramMemoryAddress(GV) && !GV->hasSection()) in SelectSectionForGlobal()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVR.h43 template <typename T> bool isProgramMemoryAddress(T *V) { in isProgramMemoryAddress() function
50 return (V != nullptr) ? isProgramMemoryAddress(V) : false; in isProgramMemoryAccess()
H A DAVRTargetObjectFile.cpp33 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection()) in SelectSectionForGlobal()