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
129 ArchDefinePwr5 | ArchDefinePwr4 | ArchDefinePpcgr | in setCPU()
132 ArchDefinePwr5x | ArchDefinePwr5 | ArchDefinePwr4 | in setCPU()
135 ArchDefinePwr6 | ArchDefinePwr5x | ArchDefinePwr5 | in setCPU()
139 ArchDefinePwr5 | ArchDefinePwr4 | ArchDefinePpcgr | in setCPU()
143 ArchDefinePwr5 | ArchDefinePwr4 | ArchDefinePpcgr | in setCPU()
148 ArchDefinePwr5x | ArchDefinePwr5 | ArchDefinePwr4 | in setCPU()
152 ArchDefinePwr6 | ArchDefinePwr5x | ArchDefinePwr5 | in setCPU()
157 ArchDefinePwr5 | ArchDefinePwr4 | ArchDefinePpcgr | in setCPU()
162 ArchDefinePwr5x | ArchDefinePwr5 | ArchDefinePwr4 | in setCPU()
[all …]
H A DPPC.cpp366 if (ArchDefs & ArchDefinePwr5) in getTargetDefines()