Home
last modified time | relevance | path

Searched refs:SlowLEA (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/X86/
DX86Subtarget.h223 bool SlowLEA; variable
442 bool slowLEA() const { return SlowLEA; } in slowLEA()
DX86Subtarget.cpp290 SlowLEA = false; in initializeEnvironment()
DX86.td240 def FeatureSlowLEA : SubtargetFeature<"slow-lea", "SlowLEA", "true",
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.h317 bool SlowLEA = false; variable
629 bool slowLEA() const { return SlowLEA; } in slowLEA()
DX86.td270 def FeatureSlowLEA : SubtargetFeature<"slow-lea", "SlowLEA", "true",
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc16766 if (Bits[X86::FeatureSlowLEA]) SlowLEA = true;