Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39982 SDValue TruncIn = Src.getOperand(0); in combineTargetShuffle() local
39986 if (ISD::isNormalLoad(TruncIn.getNode())) { in combineTargetShuffle()
39987 LoadSDNode *LN = cast<LoadSDNode>(TruncIn); in combineTargetShuffle()
40022 if (TruncIn.getOpcode() == ISD::SRL && in combineTargetShuffle()
40023 TruncIn.getOperand(0).hasOneUse() && in combineTargetShuffle()
40024 isa<ConstantSDNode>(TruncIn.getOperand(1)) && in combineTargetShuffle()
40025 ISD::isNormalLoad(TruncIn.getOperand(0).getNode())) { in combineTargetShuffle()
40026 LoadSDNode *LN = cast<LoadSDNode>(TruncIn.getOperand(0)); in combineTargetShuffle()
40027 unsigned ShiftAmt = TruncIn.getConstantOperandVal(1); in combineTargetShuffle()
40030 if (ShiftAmt % 16 == 0 && TruncIn.getValueSizeInBits() % 16 == 0 && in combineTargetShuffle()