Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp867 uint32_t WidthVal = Width->getZExtValue(); in Select() local
870 SDLoc(N), N->getOperand(0), OffsetVal, WidthVal)); in Select()
1968 uint32_t WidthVal = countPopulation(MaskVal); in SelectS_BFE() local
1971 Srl.getOperand(0), ShiftVal, WidthVal)); in SelectS_BFE()
1990 uint32_t WidthVal = countPopulation(MaskVal); in SelectS_BFE() local
1993 And.getOperand(0), ShiftVal, WidthVal)); in SelectS_BFE()
DAMDGPUISelLowering.cpp4022 uint32_t WidthVal = Width->getZExtValue() & 0x1f; in PerformDAGCombine() local
4023 if (WidthVal == 0) in PerformDAGCombine()
4037 unsigned SignBits = Signed ? (32 - WidthVal + 1) : (32 - WidthVal); in PerformDAGCombine()
4043 EVT SmallVT = EVT::getIntegerVT(*DAG.getContext(), WidthVal); in PerformDAGCombine()
4063 WidthVal, in PerformDAGCombine()
4070 WidthVal, in PerformDAGCombine()
4074 if ((OffsetVal + WidthVal) >= 32 && in PerformDAGCombine()
4075 !(Subtarget->hasSDWA() && OffsetVal == 16 && WidthVal == 16)) { in PerformDAGCombine()
4084 OffsetVal + WidthVal); in PerformDAGCombine()