Searched refs:OrOpd0 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 3404 static bool tryOrrWithShift(SDNode *N, SDValue OrOpd0, SDValue OrOpd1, in tryOrrWithShift() argument 3409 assert(((N->getOperand(0) == OrOpd0 && N->getOperand(1) == OrOpd1) || in tryOrrWithShift() 3410 (N->getOperand(1) == OrOpd0 && N->getOperand(0) == OrOpd1)) && in tryOrrWithShift() 3425 if (isOpcWithIntImmediate(OrOpd0.getNode(), ISD::AND, SrcAndImm) && in tryOrrWithShift() 3426 isMask_64(SrcAndImm) && OrOpd0.getOperand(0) == Src) { in tryOrrWithShift() 3437 SDValue Ops[] = {OrOpd0, ShiftedOperand, in tryOrrWithShift() 3449 if (isOpcWithIntImmediate(OrOpd0.getNode(), ISD::SHL, ShlImm)) { in tryOrrWithShift() 3450 if (OrOpd0.getOperand(0) == Src && OrOpd0.hasOneUse()) { in tryOrrWithShift() 3469 if (OrOpd0.getOperand(0) == OrOpd1) { in tryOrrWithShift() 3480 if (isOpcWithIntImmediate(OrOpd0.getNode(), ISD::SRL, SrlImm)) { in tryOrrWithShift() [all …]
|