Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.h38 ArchDefinePwr4 = 1 << 6, enumerator
133 .Case("970", ArchDefineName | ArchDefinePwr4 | ArchDefinePpcgr | in setCPU()
138 ArchDefinePwr4 | ArchDefinePpcgr | ArchDefinePpcsq) in setCPU()
140 ArchDefinePwr5 | ArchDefinePwr4 | ArchDefinePpcgr | in setCPU()
143 ArchDefinePwr5x | ArchDefinePwr5 | ArchDefinePwr4 | in setCPU()
147 ArchDefinePwr4 | ArchDefinePpcgr | ArchDefinePpcsq) in setCPU()
150 ArchDefinePwr5 | ArchDefinePwr4 | ArchDefinePpcgr | in setCPU()
154 ArchDefinePwr5 | ArchDefinePwr4 | ArchDefinePpcgr | in setCPU()
159 ArchDefinePwr5x | ArchDefinePwr5 | ArchDefinePwr4 | in setCPU()
164 ArchDefinePwr4 | ArchDefinePpcgr | ArchDefinePpcsq) in setCPU()
[all …]
H A DPPC.cpp370 if (ArchDefs & ArchDefinePwr4) in getTargetDefines()