Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.h43 ArchDefinePwr7 = 1 << 11, enumerator
153 ArchDefinePwr7 | ArchDefinePwr6 | ArchDefinePwr5x | in setCPU()
158 ArchDefinePwr8 | ArchDefinePwr7 | ArchDefinePwr6 | in setCPU()
162 ArchDefinePwr9 | ArchDefinePwr8 | ArchDefinePwr7 | in setCPU()
167 ArchDefinePwr7 | ArchDefinePwr6 | ArchDefinePwr5x | in setCPU()
172 ArchDefinePwr8 | ArchDefinePwr7 | ArchDefinePwr6 | in setCPU()
177 ArchDefinePwr9 | ArchDefinePwr8 | ArchDefinePwr7 | in setCPU()
H A DPPC.cpp380 if (ArchDefs & ArchDefinePwr7) in getTargetDefines()
644 if (!(ArchDefs & ArchDefinePwr7) && (ArchDefs & ArchDefinePpcgr) && in initFeatureMap()