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

Completed in 23 milliseconds