Home
last modified time | relevance | path

Searched refs:UsePopc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparc.td59 def UsePopc : SubtargetFeature<"popc", "UsePopc", "true",
121 def : Proc<"niagara2", [FeatureV9, FeatureV8Deprecated, UsePopc,
123 def : Proc<"niagara3", [FeatureV9, FeatureV8Deprecated, UsePopc,
125 def : Proc<"niagara4", [FeatureV9, FeatureV8Deprecated, UsePopc,
H A DSparcSubtarget.cpp38 UsePopc = false; in initializeSubtargetDependencies()
62 UsePopc = false; in initializeSubtargetDependencies()
H A DSparcSubtarget.h41 bool UsePopc; variable
88 bool usePopc() const { return UsePopc; } in usePopc()