Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.h39 ArchDefinePwr5 = 1 << 7, enumerator
140 ArchDefinePwr5 | ArchDefinePwr4 | ArchDefinePpcgr | in setCPU()
143 ArchDefinePwr5x | ArchDefinePwr5 | ArchDefinePwr4 | in setCPU()
146 ArchDefinePwr6 | ArchDefinePwr5x | ArchDefinePwr5 | in setCPU()
150 ArchDefinePwr5 | ArchDefinePwr4 | ArchDefinePpcgr | in setCPU()
154 ArchDefinePwr5 | ArchDefinePwr4 | ArchDefinePpcgr | in setCPU()
159 ArchDefinePwr5x | ArchDefinePwr5 | ArchDefinePwr4 | in setCPU()
163 ArchDefinePwr6 | ArchDefinePwr5x | ArchDefinePwr5 | in setCPU()
168 ArchDefinePwr5 | ArchDefinePwr4 | ArchDefinePpcgr | in setCPU()
173 ArchDefinePwr5x | ArchDefinePwr5 | ArchDefinePwr4 | in setCPU()
[all …]
H A DPPC.cpp372 if (ArchDefs & ArchDefinePwr5) in getTargetDefines()