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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 187 /// SlowLEA - True if the LEA instruction with certain arguments is slow
188 bool SlowLEA;
350 bool slowLEA() const { return SlowLEA; }
X86FixupLEAs.cpp 156 if (!ST.LEAusesAG() && !ST.slowLEA())

Completed in 418 milliseconds