Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Sparc/
DSparc.td43 def UsePopc : SubtargetFeature<"popc", "UsePopc", "true",
83 def : Proc<"niagara2", [FeatureV9, FeatureV8Deprecated, UsePopc,
85 def : Proc<"niagara3", [FeatureV9, FeatureV8Deprecated, UsePopc,
87 def : Proc<"niagara4", [FeatureV9, FeatureV8Deprecated, UsePopc,
DSparcSubtarget.cpp35 UsePopc = false; in initializeSubtargetDependencies()
47 UsePopc = false; in initializeSubtargetDependencies()
DSparcSubtarget.h39 bool UsePopc; variable
69 bool usePopc() const { return UsePopc; } in usePopc()