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
142 ArchDefinePwr7 | ArchDefinePwr6 | ArchDefinePwr5x | in setCPU()
147 ArchDefinePwr8 | ArchDefinePwr7 | ArchDefinePwr6 | in setCPU()
151 ArchDefinePwr9 | ArchDefinePwr8 | ArchDefinePwr7 | in setCPU()
156 ArchDefinePwr7 | ArchDefinePwr6 | ArchDefinePwr5x | in setCPU()
161 ArchDefinePwr8 | ArchDefinePwr7 | ArchDefinePwr6 | in setCPU()
166 ArchDefinePwr9 | ArchDefinePwr8 | ArchDefinePwr7 | in setCPU()
H A DPPC.cpp374 if (ArchDefs & ArchDefinePwr7) in getTargetDefines()
538 if (!(ArchDefs & ArchDefinePwr7) && (ArchDefs & ArchDefinePpcgr) && in initFeatureMap()