Searched refs:WidthVal (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelDAGToDAG.cpp | 904 uint32_t WidthVal = Width->getZExtValue(); in Select() local 907 SDLoc(N), N->getOperand(0), OffsetVal, WidthVal)); in Select() 2257 uint32_t WidthVal = countPopulation(MaskVal); in SelectS_BFE() local 2260 Srl.getOperand(0), ShiftVal, WidthVal)); in SelectS_BFE() 2279 uint32_t WidthVal = countPopulation(MaskVal); in SelectS_BFE() local 2282 And.getOperand(0), ShiftVal, WidthVal)); in SelectS_BFE()
|
| H A D | AMDGPUISelLowering.cpp | 4121 uint32_t WidthVal = Width->getZExtValue() & 0x1f; in PerformDAGCombine() local 4122 if (WidthVal == 0) in PerformDAGCombine() 4136 unsigned SignBits = Signed ? (32 - WidthVal + 1) : (32 - WidthVal); in PerformDAGCombine() 4142 EVT SmallVT = EVT::getIntegerVT(*DAG.getContext(), WidthVal); in PerformDAGCombine() 4162 WidthVal, in PerformDAGCombine() 4169 WidthVal, in PerformDAGCombine() 4173 if ((OffsetVal + WidthVal) >= 32 && in PerformDAGCombine() 4174 !(Subtarget->hasSDWA() && OffsetVal == 16 && WidthVal == 16)) { in PerformDAGCombine() 4183 OffsetVal + WidthVal); in PerformDAGCombine()
|