Home
last modified time | relevance | path

Searched refs:SlowFPVMLx (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMSubtarget.h61 bool SlowFPVMLx; variable
209 bool useFPVMLx() const { return !SlowFPVMLx; } in useFPVMLx()
DARMSubtarget.cpp52 , SlowFPVMLx(false) in ARMSubtarget()
DARM.td63 def FeatureHasSlowFPVMLx : SubtargetFeature<"slowfpvmlx", "SlowFPVMLx", "true",
/external/llvm/lib/Target/ARM/
DARMSubtarget.h120 bool SlowFPVMLx = false; variable
447 bool useFPVMLx() const { return !SlowFPVMLx; } in useFPVMLx()
DARM.td187 def FeatureHasSlowFPVMLx : SubtargetFeature<"slowfpvmlx", "SlowFPVMLx", "true",
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMSubtarget.h181 bool SlowFPVMLx = false; variable
581 bool useFPVMLx() const { return !SlowFPVMLx; } in useFPVMLx()
DARM.td247 def FeatureHasSlowFPVMLx : SubtargetFeature<"slowfpvmlx", "SlowFPVMLx", "true",
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenSubtargetInfo.inc16554 if (Bits[ARM::FeatureHasSlowFPVMLx]) SlowFPVMLx = true;