Lines Matching refs:IsShrinkable
66 bool IsShrinkable) const;
70 bool IsShrinkable) const;
101 int getDPPOp(unsigned Op, bool IsShrinkable) const;
151 int GCNDPPCombine::getDPPOp(unsigned Op, bool IsShrinkable) const { in getDPPOp()
153 if (IsShrinkable) { in getDPPOp()
209 bool IsShrinkable) const { in createDPPInst()
216 auto DPPOp = getDPPOp(OrigOp, IsShrinkable); in createDPPInst()
487 MachineOperand *OldOpndValue, bool CombBCZ, bool IsShrinkable) const { in createDPPInst()
507 return createDPPInst(OrigMI, MovMI, CombOldVGPR, CombBCZ, IsShrinkable); in createDPPInst()
670 bool IsShrinkable = isShrinkable(OrigMI); in combineDPPMov() local
671 if (!(IsShrinkable || in combineDPPMov()
707 OldOpndValue, CombBCZ, IsShrinkable)) { in combineDPPMov()
720 IsShrinkable)) { in combineDPPMov()