Home
last modified time | relevance | path

Searched refs:SlowLEA (Results 1 – 8 of 8) 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-10.0/llvm/lib/Target/X86/
DX86Subtarget.h316 bool SlowLEA = false; variable
679 bool slowLEA() const { return SlowLEA; } in slowLEA()
DX86.td284 def FeatureSlowLEA : SubtargetFeature<"slow-lea", "SlowLEA", "true",
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h321 bool SlowLEA = false; variable
721 bool slowLEA() const { return SlowLEA; } in slowLEA()
DX86.td307 def FeatureSlowLEA : SubtargetFeature<"slow-lea", "SlowLEA", "true",
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc23197 if (Bits[X86::FeatureSlowLEA]) SlowLEA = true;