Searched refs:UsePopc (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | Sparc.td | 59 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 D | SparcSubtarget.cpp | 38 UsePopc = false; in initializeSubtargetDependencies() 62 UsePopc = false; in initializeSubtargetDependencies()
|
H A D | SparcSubtarget.h | 41 bool UsePopc; variable 88 bool usePopc() const { return UsePopc; } in usePopc()
|