Searched refs:UsePopc (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/Sparc/ |
D | Sparc.td | 43 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,
|
D | SparcSubtarget.cpp | 35 UsePopc = false; in initializeSubtargetDependencies() 47 UsePopc = false; in initializeSubtargetDependencies()
|
D | SparcSubtarget.h | 39 bool UsePopc; variable 69 bool usePopc() const { return UsePopc; } in usePopc()
|