Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2382 SDValue AddSrc = Src.getOperand(0); in matchIndexRecursively() local
2387 SDValue ExtSrc = CurDAG->getNode(Opc, DL, VT, AddSrc); in matchIndexRecursively()
2411 SDValue AddSrc = Src.getOperand(0); in matchIndexRecursively() local
2417 if (AddSrc.getOpcode() == ISD::SHL && in matchIndexRecursively()
2418 isa<ConstantSDNode>(AddSrc.getOperand(1))) { in matchIndexRecursively()
2419 SDValue ShVal = AddSrc.getOperand(0); in matchIndexRecursively()
2420 uint64_t ShAmt = AddSrc.getConstantOperandVal(1); in matchIndexRecursively()
2422 APInt::getHighBitsSet(AddSrc.getScalarValueSizeInBits(), ShAmt); in matchIndexRecursively()
2425 (AddSrc->getFlags().hasNoUnsignedWrap() || in matchIndexRecursively()
2430 AddSrc.getOperand(1)); in matchIndexRecursively()
[all …]