Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp1933 uint64_t VMax = VKnown.getMaxValue().getZExtValue(); in checkFlatScratchSVSSwizzleBug() local
1935 return (VMax & 3) + (SMax & 3) >= 4; in checkFlatScratchSVSSwizzleBug()
H A DAMDGPUInstructionSelector.cpp4543 uint64_t VMax = VKnown.getMaxValue().getZExtValue(); in checkFlatScratchSVSSwizzleBug() local
4545 return (VMax & 3) + (SMax & 3) >= 4; in checkFlatScratchSVSSwizzleBug()