Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86Subtarget.h298 bool useLeaForSP() const { return UseLeaForSP; } in useLeaForSP() function
DX86FrameLowering.cpp405 bool UseLEA = STI.useLeaForSP(); in emitPrologue()
724 bool UseLEA = STI.useLeaForSP(); in emitEpilogue()