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 135 /// UseLeaForSP - True if the LEA instruction should be used for adjusting
137 bool UseLeaForSP;
227 bool useLeaForSP() const { return UseLeaForSP; }
X86Subtarget.cpp 264 UseLeaForSP = true;
348 , UseLeaForSP(false)

Completed in 28 milliseconds