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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 168 /// LEAUsesAG - True if the LEA instruction inputs have to be ready at
170 bool LEAUsesAG;
294 bool LEAusesAG() const { return LEAUsesAG; }
X86Subtarget.cpp 495 LEAUsesAG = false;

Completed in 29 milliseconds