Searched refs:HasSTFIWX (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 68 bool HasSTFIWX; variable 136 bool hasSTFIWX() const { return HasSTFIWX; } in hasSTFIWX()
|
D | PPCSubtarget.cpp | 76 , HasSTFIWX(false) in PPCSubtarget()
|
D | PPC.td | 47 def FeatureSTFIWX : SubtargetFeature<"stfiwx","HasSTFIWX", "true",
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 109 bool HasSTFIWX; variable 234 bool hasSTFIWX() const { return HasSTFIWX; } in hasSTFIWX()
|
D | PPCSubtarget.cpp | 82 HasSTFIWX = false; in initializeEnvironment()
|
D | PPC.td | 82 def FeatureSTFIWX : SubtargetFeature<"stfiwx","HasSTFIWX", "true",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 111 bool HasSTFIWX; variable 238 bool hasSTFIWX() const { return HasSTFIWX; } in hasSTFIWX()
|
D | PPCSubtarget.cpp | 83 HasSTFIWX = false; in initializeEnvironment()
|
D | PPC.td | 95 def FeatureSTFIWX : SubtargetFeature<"stfiwx","HasSTFIWX", "true",
|