Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2328 SDValue AddSrc = Src.getOperand(0); in matchIndexRecursively() local
2333 SDValue ExtSrc = CurDAG->getNode(Opc, DL, VT, AddSrc); in matchIndexRecursively()
2357 SDValue AddSrc = Src.getOperand(0); in matchIndexRecursively() local
2363 if (AddSrc.getOpcode() == ISD::SHL && in matchIndexRecursively()
2364 isa<ConstantSDNode>(AddSrc.getOperand(1))) { in matchIndexRecursively()
2365 SDValue ShVal = AddSrc.getOperand(0); in matchIndexRecursively()
2366 uint64_t ShAmt = AddSrc.getConstantOperandVal(1); in matchIndexRecursively()
2371 (AddSrc->getFlags().hasNoUnsignedWrap() || in matchIndexRecursively()
2376 AddSrc.getOperand(1)); in matchIndexRecursively()
2379 AddSrc = ExtShift; in matchIndexRecursively()
[all …]