Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp227 const bool MaskAllLanes = in createDPPInst() local
229 (void)MaskAllLanes; in createDPPInst()
230 assert((MaskAllLanes || in createDPPInst()
557 const bool MaskAllLanes = RowMaskOpnd->getImm() == 0xF && in combineDPPMov() local
582 if (MaskAllLanes && BoundCtrlZero) { // [1] in combineDPPMov()
591 if (MaskAllLanes) { in combineDPPMov()
596 assert(!MaskAllLanes); // by check [1] in combineDPPMov()