Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86Subtarget.h369 bool useLeaForSP() const { return UseLeaForSP; } in useLeaForSP() function
DX86FrameLowering.cpp590 bool UseLEA = STI.useLeaForSP(); in emitPrologue()
999 if (STI.useLeaForSP()) { in emitEpilogue()