Home
last modified time | relevance | path

Searched refs:slow3OpsLEA (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FixupLEAs.cpp201 OptLEA = ST.LEAusesAG() || ST.slowLEA() || ST.slow3OpsLEA(); in runOnMachineFunction()
585 if (MF.getSubtarget<X86Subtarget>().slow3OpsLEA()) { in processBasicBlock()
DX86Subtarget.h630 bool slow3OpsLEA() const { return Slow3OpsLEA; } in slow3OpsLEA() function