Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DGCNDPPCombine.cpp66 bool IsShrinkable) const;
70 bool IsShrinkable) const;
101 int getDPPOp(unsigned Op, bool IsShrinkable) const;
150 int GCNDPPCombine::getDPPOp(unsigned Op, bool IsShrinkable) const { in getDPPOp()
152 if (IsShrinkable) { in getDPPOp()
198 bool IsShrinkable) const { in createDPPInst()
205 auto DPPOp = getDPPOp(OrigOp, IsShrinkable); in createDPPInst()
450 MachineOperand *OldOpndValue, bool CombBCZ, bool IsShrinkable) const { in createDPPInst()
470 return createDPPInst(OrigMI, MovMI, CombOldVGPR, CombBCZ, IsShrinkable); in createDPPInst()
633 bool IsShrinkable = isShrinkable(OrigMI); in combineDPPMov() local
[all …]