Home
last modified time | relevance | path

Searched refs:NarrowWidth (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/7.0/
H A DInstCombineCasts.cpp528 unsigned NarrowWidth = DestTy->getScalarSizeInBits(); in narrowRotate() local
530 m_OneUse(m_Sub(m_SpecificInt(NarrowWidth), m_Specific(ShAmt1))))) { in narrowRotate()
534 else if (match(ShAmt1, m_OneUse(m_Sub(m_SpecificInt(NarrowWidth), in narrowRotate()
546 APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth); in narrowRotate()
558 Constant* MaskC = ConstantInt::get(DestTy, NarrowWidth - 1); in narrowRotate()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp503 unsigned NarrowWidth = DestTy->getScalarSizeInBits(); in narrowRotate() local
504 if (!isPowerOf2_32(NarrowWidth)) in narrowRotate()
547 Value *ShAmt = matchShiftAmount(ShAmt0, ShAmt1, NarrowWidth); in narrowRotate()
550 ShAmt = matchShiftAmount(ShAmt1, ShAmt0, NarrowWidth); in narrowRotate()
559 APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth); in narrowRotate()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp504 unsigned NarrowWidth = DestTy->getScalarSizeInBits(); in narrowRotate() local
505 if (!isPowerOf2_32(NarrowWidth)) in narrowRotate()
548 Value *ShAmt = matchShiftAmount(ShAmt0, ShAmt1, NarrowWidth); in narrowRotate()
551 ShAmt = matchShiftAmount(ShAmt1, ShAmt0, NarrowWidth); in narrowRotate()
560 APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth); in narrowRotate()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp521 unsigned NarrowWidth = DestTy->getScalarSizeInBits();
523 m_OneUse(m_Sub(m_SpecificInt(NarrowWidth), m_Specific(ShAmt1))))) {
526 } else if (match(ShAmt1, m_OneUse(m_Sub(m_SpecificInt(NarrowWidth),
537 APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth);
549 Constant *MaskC = ConstantInt::get(DestTy, NarrowWidth - 1);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp546 unsigned NarrowWidth = DestTy->getScalarSizeInBits(); in narrowFunnelShift() local
548 if (!isPowerOf2_32(NarrowWidth)) in narrowFunnelShift()
580 unsigned MaxShiftAmountWidth = Log2_32(NarrowWidth); in narrowFunnelShift()
607 Value *ShAmt = matchShiftAmount(ShAmt0, ShAmt1, NarrowWidth); in narrowFunnelShift()
610 ShAmt = matchShiftAmount(ShAmt1, ShAmt0, NarrowWidth); in narrowFunnelShift()
619 APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth); in narrowFunnelShift()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp546 unsigned NarrowWidth = DestTy->getScalarSizeInBits(); in narrowFunnelShift() local
548 if (!isPowerOf2_32(NarrowWidth)) in narrowFunnelShift()
580 unsigned MaxShiftAmountWidth = Log2_32(NarrowWidth); in narrowFunnelShift()
607 Value *ShAmt = matchShiftAmount(ShAmt0, ShAmt1, NarrowWidth); in narrowFunnelShift()
610 ShAmt = matchShiftAmount(ShAmt1, ShAmt0, NarrowWidth); in narrowFunnelShift()
619 APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth); in narrowFunnelShift()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp546 unsigned NarrowWidth = DestTy->getScalarSizeInBits(); in narrowFunnelShift() local
548 if (!isPowerOf2_32(NarrowWidth)) in narrowFunnelShift()
580 unsigned MaxShiftAmountWidth = Log2_32(NarrowWidth); in narrowFunnelShift()
607 Value *ShAmt = matchShiftAmount(ShAmt0, ShAmt1, NarrowWidth); in narrowFunnelShift()
610 ShAmt = matchShiftAmount(ShAmt1, ShAmt0, NarrowWidth); in narrowFunnelShift()
619 APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth); in narrowFunnelShift()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp546 unsigned NarrowWidth = DestTy->getScalarSizeInBits(); in narrowFunnelShift() local
548 if (!isPowerOf2_32(NarrowWidth)) in narrowFunnelShift()
580 unsigned MaxShiftAmountWidth = Log2_32(NarrowWidth); in narrowFunnelShift()
607 Value *ShAmt = matchShiftAmount(ShAmt0, ShAmt1, NarrowWidth); in narrowFunnelShift()
610 ShAmt = matchShiftAmount(ShAmt1, ShAmt0, NarrowWidth); in narrowFunnelShift()
619 APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth); in narrowFunnelShift()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp546 unsigned NarrowWidth = DestTy->getScalarSizeInBits(); in narrowFunnelShift() local
548 if (!isPowerOf2_32(NarrowWidth)) in narrowFunnelShift()
580 unsigned MaxShiftAmountWidth = Log2_32(NarrowWidth); in narrowFunnelShift()
607 Value *ShAmt = matchShiftAmount(ShAmt0, ShAmt1, NarrowWidth); in narrowFunnelShift()
610 ShAmt = matchShiftAmount(ShAmt1, ShAmt0, NarrowWidth); in narrowFunnelShift()
619 APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth); in narrowFunnelShift()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp546 unsigned NarrowWidth = DestTy->getScalarSizeInBits(); in narrowFunnelShift() local
548 if (!isPowerOf2_32(NarrowWidth)) in narrowFunnelShift()
580 unsigned MaxShiftAmountWidth = Log2_32(NarrowWidth); in narrowFunnelShift()
607 Value *ShAmt = matchShiftAmount(ShAmt0, ShAmt1, NarrowWidth); in narrowFunnelShift()
610 ShAmt = matchShiftAmount(ShAmt1, ShAmt0, NarrowWidth); in narrowFunnelShift()
619 APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth); in narrowFunnelShift()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp528 unsigned NarrowWidth = DestTy->getScalarSizeInBits(); in narrowFunnelShift() local
529 if (!isPowerOf2_32(NarrowWidth)) in narrowFunnelShift()
583 Value *ShAmt = matchShiftAmount(ShAmt0, ShAmt1, NarrowWidth); in narrowFunnelShift()
586 ShAmt = matchShiftAmount(ShAmt1, ShAmt0, NarrowWidth); in narrowFunnelShift()
595 APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth); in narrowFunnelShift()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp509 unsigned NarrowWidth = DestTy->getScalarSizeInBits(); in narrowRotate() local
510 if (!isPowerOf2_32(NarrowWidth)) in narrowRotate()
553 Value *ShAmt = matchShiftAmount(ShAmt0, ShAmt1, NarrowWidth); in narrowRotate()
556 ShAmt = matchShiftAmount(ShAmt1, ShAmt0, NarrowWidth); in narrowRotate()
565 APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth); in narrowRotate()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp504 unsigned NarrowWidth = DestTy->getScalarSizeInBits(); in narrowRotate() local
505 if (!isPowerOf2_32(NarrowWidth)) in narrowRotate()
548 Value *ShAmt = matchShiftAmount(ShAmt0, ShAmt1, NarrowWidth); in narrowRotate()
551 ShAmt = matchShiftAmount(ShAmt1, ShAmt0, NarrowWidth); in narrowRotate()
560 APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth); in narrowRotate()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp528 unsigned NarrowWidth = DestTy->getScalarSizeInBits(); in narrowFunnelShift() local
529 if (!isPowerOf2_32(NarrowWidth)) in narrowFunnelShift()
583 Value *ShAmt = matchShiftAmount(ShAmt0, ShAmt1, NarrowWidth); in narrowFunnelShift()
586 ShAmt = matchShiftAmount(ShAmt1, ShAmt0, NarrowWidth); in narrowFunnelShift()
595 APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth); in narrowFunnelShift()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp509 unsigned NarrowWidth = DestTy->getScalarSizeInBits(); in narrowRotate() local
510 if (!isPowerOf2_32(NarrowWidth)) in narrowRotate()
553 Value *ShAmt = matchShiftAmount(ShAmt0, ShAmt1, NarrowWidth); in narrowRotate()
556 ShAmt = matchShiftAmount(ShAmt1, ShAmt0, NarrowWidth); in narrowRotate()
565 APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth); in narrowRotate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp504 unsigned NarrowWidth = DestTy->getScalarSizeInBits(); in narrowRotate() local
505 if (!isPowerOf2_32(NarrowWidth)) in narrowRotate()
548 Value *ShAmt = matchShiftAmount(ShAmt0, ShAmt1, NarrowWidth); in narrowRotate()
551 ShAmt = matchShiftAmount(ShAmt1, ShAmt0, NarrowWidth); in narrowRotate()
560 APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth); in narrowRotate()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp528 unsigned NarrowWidth = DestTy->getScalarSizeInBits(); in narrowFunnelShift() local
529 if (!isPowerOf2_32(NarrowWidth)) in narrowFunnelShift()
583 Value *ShAmt = matchShiftAmount(ShAmt0, ShAmt1, NarrowWidth); in narrowFunnelShift()
586 ShAmt = matchShiftAmount(ShAmt1, ShAmt0, NarrowWidth); in narrowFunnelShift()
595 APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth); in narrowFunnelShift()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp504 unsigned NarrowWidth = DestTy->getScalarSizeInBits(); in narrowRotate() local
505 if (!isPowerOf2_32(NarrowWidth)) in narrowRotate()
548 Value *ShAmt = matchShiftAmount(ShAmt0, ShAmt1, NarrowWidth); in narrowRotate()
551 ShAmt = matchShiftAmount(ShAmt1, ShAmt0, NarrowWidth); in narrowRotate()
560 APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth); in narrowRotate()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4380 unsigned NarrowWidth = Mask.countTrailingOnes(); in matchNarrowBinopFeedingAnd() local
4381 if (NarrowWidth == WideTy.getSizeInBits()) in matchNarrowBinopFeedingAnd()
4383 LLT NarrowTy = LLT::scalar(NarrowWidth); in matchNarrowBinopFeedingAnd()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16940 unsigned NarrowWidth = VT.getSizeInBits(); in narrowExtractedVectorBinOp() local
16941 if (WideWidth % NarrowWidth != 0) in narrowExtractedVectorBinOp()
16946 unsigned NarrowingRatio = WideWidth / NarrowWidth; in narrowExtractedVectorBinOp()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18370 unsigned NarrowWidth = VT.getSizeInBits(); in narrowExtractedVectorBinOp() local
18371 if (WideWidth % NarrowWidth != 0) in narrowExtractedVectorBinOp()
18376 unsigned NarrowingRatio = WideWidth / NarrowWidth; in narrowExtractedVectorBinOp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18365 unsigned NarrowWidth = VT.getSizeInBits(); in narrowExtractedVectorBinOp() local
18366 if (WideWidth % NarrowWidth != 0) in narrowExtractedVectorBinOp()
18371 unsigned NarrowingRatio = WideWidth / NarrowWidth; in narrowExtractedVectorBinOp()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18370 unsigned NarrowWidth = VT.getSizeInBits(); in narrowExtractedVectorBinOp() local
18371 if (WideWidth % NarrowWidth != 0) in narrowExtractedVectorBinOp()
18376 unsigned NarrowingRatio = WideWidth / NarrowWidth; in narrowExtractedVectorBinOp()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18083 unsigned NarrowWidth = VT.getSizeInBits(); in narrowExtractedVectorBinOp() local
18084 if (WideWidth % NarrowWidth != 0) in narrowExtractedVectorBinOp()
18089 unsigned NarrowingRatio = WideWidth / NarrowWidth; in narrowExtractedVectorBinOp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19456 unsigned NarrowWidth = VT.getSizeInBits(); in narrowExtractedVectorBinOp() local
19457 if (WideWidth % NarrowWidth != 0) in narrowExtractedVectorBinOp()
19462 unsigned NarrowingRatio = WideWidth / NarrowWidth; in narrowExtractedVectorBinOp()

12