Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp627 uint32_t WidthVal = Width->getZExtValue(); in Select() local
630 WidthVal)); in Select()
2261 uint32_t WidthVal = llvm::popcount(MaskVal); in SelectS_BFE() local
2263 WidthVal)); in SelectS_BFE()
2282 uint32_t WidthVal = llvm::popcount(MaskVal); in SelectS_BFE() local
2284 WidthVal)); in SelectS_BFE()
H A DAMDGPUISelLowering.cpp5111 uint32_t WidthVal = Width->getZExtValue() & 0x1f; in PerformDAGCombine() local
5112 if (WidthVal == 0) in PerformDAGCombine()
5126 unsigned SignBits = Signed ? (32 - WidthVal + 1) : (32 - WidthVal); in PerformDAGCombine()
5132 EVT SmallVT = EVT::getIntegerVT(*DAG.getContext(), WidthVal); in PerformDAGCombine()
5152 WidthVal, in PerformDAGCombine()
5159 WidthVal, in PerformDAGCombine()
5163 if ((OffsetVal + WidthVal) >= 32 && in PerformDAGCombine()
5164 !(Subtarget->hasSDWA() && OffsetVal == 16 && WidthVal == 16)) { in PerformDAGCombine()
5173 OffsetVal + WidthVal); in PerformDAGCombine()