HomeSort by relevance Sort by last modified time
    Searched refs:UseLeaForSP (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/X86/
X86Subtarget.h 141 /// UseLeaForSP - True if the LEA instruction should be used for adjusting
143 bool UseLeaForSP;
261 bool useLeaForSP() const { return UseLeaForSP; }
X86Subtarget.cpp 269 UseLeaForSP = true;
447 UseLeaForSP = false;

Completed in 21 milliseconds