Searched refs:UseLeaForSP (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86Subtarget.h165 /// UseLeaForSP - True if the LEA instruction should be used for adjusting
167 bool UseLeaForSP; member in class:llvm::final
345 bool useLeaForSP() const { return UseLeaForSP; }
H A DX86Subtarget.cpp287 UseLeaForSP = false;

Completed in 129 milliseconds