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.cpp233 const bool MaskAllLanes = in createDPPInst() local
235 (void)MaskAllLanes; in createDPPInst()
236 assert((MaskAllLanes || in createDPPInst()
563 const bool MaskAllLanes = RowMaskOpnd->getImm() == 0xF && in combineDPPMov() local
588 if (MaskAllLanes && BoundCtrlZero) { // [1] in combineDPPMov()
597 if (MaskAllLanes) { in combineDPPMov()
602 assert(!MaskAllLanes); // by check [1] in combineDPPMov()