Searched refs:SlowFPVMLx (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMSubtarget.h | 61 bool SlowFPVMLx; variable 209 bool useFPVMLx() const { return !SlowFPVMLx; } in useFPVMLx()
|
D | ARMSubtarget.cpp | 52 , SlowFPVMLx(false) in ARMSubtarget()
|
D | ARM.td | 63 def FeatureHasSlowFPVMLx : SubtargetFeature<"slowfpvmlx", "SlowFPVMLx", "true",
|
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 120 bool SlowFPVMLx = false; variable 447 bool useFPVMLx() const { return !SlowFPVMLx; } in useFPVMLx()
|
D | ARM.td | 187 def FeatureHasSlowFPVMLx : SubtargetFeature<"slowfpvmlx", "SlowFPVMLx", "true",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 181 bool SlowFPVMLx = false; variable 581 bool useFPVMLx() const { return !SlowFPVMLx; } in useFPVMLx()
|
D | ARM.td | 247 def FeatureHasSlowFPVMLx : SubtargetFeature<"slowfpvmlx", "SlowFPVMLx", "true",
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 16554 if (Bits[ARM::FeatureHasSlowFPVMLx]) SlowFPVMLx = true;
|