Home
last modified time | relevance | path

Searched refs:IsShrinkable (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp66 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
[all …]