Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp632 uint32_t WidthVal = Width->getZExtValue(); in Select() local
635 WidthVal)); in Select()
2154 uint32_t WidthVal = llvm::popcount(MaskVal); in SelectS_BFE() local
2156 WidthVal)); in SelectS_BFE()
2175 uint32_t WidthVal = llvm::popcount(MaskVal); in SelectS_BFE() local
2177 WidthVal)); in SelectS_BFE()
H A DAMDGPUISelLowering.cpp4187 uint32_t WidthVal = Width->getZExtValue() & 0x1f; in PerformDAGCombine() local
4188 if (WidthVal == 0) in PerformDAGCombine()
4202 unsigned SignBits = Signed ? (32 - WidthVal + 1) : (32 - WidthVal); in PerformDAGCombine()
4208 EVT SmallVT = EVT::getIntegerVT(*DAG.getContext(), WidthVal); in PerformDAGCombine()
4228 WidthVal, in PerformDAGCombine()
4235 WidthVal, in PerformDAGCombine()
4239 if ((OffsetVal + WidthVal) >= 32 && in PerformDAGCombine()
4240 !(Subtarget->hasSDWA() && OffsetVal == 16 && WidthVal == 16)) { in PerformDAGCombine()
4249 OffsetVal + WidthVal); in PerformDAGCombine()