Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp101 int getDPPOp(unsigned Op, bool IsShrinkable) const;
151 int GCNDPPCombine::getDPPOp(unsigned Op, bool IsShrinkable) const { in getDPPOp() function in GCNDPPCombine
216 auto DPPOp = getDPPOp(OrigOp, IsShrinkable); in createDPPInst()