reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
198 bool IsSlowLEA = ST.slowLEA(); 199 bool IsSlow3OpsLEA = ST.slow3OpsLEA(); 200 bool LEAUsesAG = ST.LEAusesAG(); 202 bool OptIncDec = !ST.slowIncDec() || MF.getFunction().hasOptSize(); 203 bool UseLEAForSP = ST.useLeaForSP(); 205 TSM.init(&ST); 206 TII = ST.getInstrInfo(); 207 TRI = ST.getRegisterInfo();