Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.h46 ArchDefinePwr10 = 1 << 14, enumerator
166 ArchDefinePwr10 | ArchDefinePwr9 | ArchDefinePwr8 | in setCPU()
171 ArchDefinePwr11 | ArchDefinePwr10 | ArchDefinePwr9 | in setCPU()
176 ArchDefineFuture | ArchDefinePwr11 | ArchDefinePwr10 | in setCPU()
H A DPPC.cpp386 if (ArchDefs & ArchDefinePwr10) in getTargetDefines()
651 if (!(ArchDefs & ArchDefinePwr10)) { in initFeatureMap()