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; }
X86FrameLowering.cpp 648 bool UseLEA = STI.useLeaForSP();
    [all...]

Completed in 62 milliseconds