Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp447 uint32_t WidthVal = Width->getZExtValue(); in Select() local
450 SDLoc(N), N->getOperand(0), OffsetVal, WidthVal)); in Select()
1269 uint32_t WidthVal = countPopulation(MaskVal); in SelectS_BFE() local
1272 Srl.getOperand(0), ShiftVal, WidthVal)); in SelectS_BFE()
1291 uint32_t WidthVal = countPopulation(MaskVal); in SelectS_BFE() local
1294 And.getOperand(0), ShiftVal, WidthVal)); in SelectS_BFE()
DAMDGPUISelLowering.cpp2645 uint32_t WidthVal = Width->getZExtValue() & 0x1f; in PerformDAGCombine() local
2646 if (WidthVal == 0) in PerformDAGCombine()
2660 unsigned SignBits = Signed ? (32 - WidthVal + 1) : (32 - WidthVal); in PerformDAGCombine()
2666 EVT SmallVT = EVT::getIntegerVT(*DAG.getContext(), WidthVal); in PerformDAGCombine()
2686 WidthVal, in PerformDAGCombine()
2693 WidthVal, in PerformDAGCombine()
2697 if ((OffsetVal + WidthVal) >= 32) { in PerformDAGCombine()
2706 OffsetVal + WidthVal); in PerformDAGCombine()