Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86Subtarget.h442 bool slowLEA() const { return SlowLEA; } in slowLEA() function
DX86FixupLEAs.cpp171 OptLEA = ST.LEAusesAG() || ST.slowLEA(); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h679 bool slowLEA() const { return SlowLEA; } in slowLEA() function
DX86FixupLEAs.cpp198 bool IsSlowLEA = ST.slowLEA(); in runOnMachineFunction()
DX86ISelLowering.cpp39294 } else if (!Subtarget.slowLEA()) in combineMul()
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h721 bool slowLEA() const { return SlowLEA; } in slowLEA() function
DX86FixupLEAs.cpp207 bool IsSlowLEA = ST.slowLEA(); in runOnMachineFunction()
DX86ISelLowering.cpp42326 } else if (!Subtarget.slowLEA()) in combineMul()