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