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.cpp2047 uint64_t VMax = VKnown.getMaxValue().getZExtValue(); in checkFlatScratchSVSSwizzleBug() local
2049 return (VMax & 3) + (SMax & 3) >= 4; in checkFlatScratchSVSSwizzleBug()
H A DAMDGPUInstructionSelector.cpp5576 uint64_t VMax = VKnown.getMaxValue().getZExtValue(); in checkFlatScratchSVSSwizzleBug() local
5578 return (VMax & 3) + (SMax & 3) >= 4; in checkFlatScratchSVSSwizzleBug()