Searched refs:UsePopc (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/Sparc/ |
D | Sparc.td | 44 def UsePopc : SubtargetFeature<"popc", "UsePopc", "true", 94 FeatureV9, FeatureV8Deprecated, UsePopc, FeatureVIS, FeatureVIS2 97 FeatureV9, FeatureV8Deprecated, UsePopc, FeatureVIS, FeatureVIS2 100 FeatureV9, FeatureV8Deprecated, UsePopc, FeatureVIS, FeatureVIS2, FeatureVIS3
|
D | SparcSubtarget.cpp | 36 UsePopc = false; in initializeSubtargetDependencies() 64 UsePopc = false; in initializeSubtargetDependencies()
|
D | SparcSubtarget.h | 41 bool UsePopc; variable 92 bool usePopc() const { return UsePopc; } in usePopc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | Sparc.td | 57 def UsePopc : SubtargetFeature<"popc", "UsePopc", "true", 119 def : Proc<"niagara2", [FeatureV9, FeatureV8Deprecated, UsePopc, 121 def : Proc<"niagara3", [FeatureV9, FeatureV8Deprecated, UsePopc, 123 def : Proc<"niagara4", [FeatureV9, FeatureV8Deprecated, UsePopc,
|
D | SparcSubtarget.cpp | 39 UsePopc = false; in initializeSubtargetDependencies() 61 UsePopc = false; in initializeSubtargetDependencies()
|
D | SparcSubtarget.h | 42 bool UsePopc; variable 87 bool usePopc() const { return UsePopc; } in usePopc()
|