Searched refs:IsDec (Results 1 – 3 of 3) sorted by relevance
160 void addPressureChange(unsigned RegUnit, bool IsDec,
670 void PressureDiff::addPressureChange(unsigned RegUnit, bool IsDec, in addPressureChange() argument673 int Weight = IsDec ? -PSetI.getWeight() : PSetI.getWeight(); in addPressureChange()
2923 bool IsDec = BaseOpc == ISD::SUB; in fastLowerIntrinsicCall() local2925 TII.get(Opc[IsDec][VT.SimpleTy-MVT::i8]), ResultReg) in fastLowerIntrinsicCall()