Searched refs:OrOpd0 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 3506 static bool tryOrrWithShift(SDNode *N, SDValue OrOpd0, SDValue OrOpd1, in tryOrrWithShift() argument 3511 assert(((N->getOperand(0) == OrOpd0 && N->getOperand(1) == OrOpd1) || in tryOrrWithShift() 3512 (N->getOperand(1) == OrOpd0 && N->getOperand(0) == OrOpd1)) && in tryOrrWithShift() 3527 if (isOpcWithIntImmediate(OrOpd0.getNode(), ISD::AND, SrcAndImm) && in tryOrrWithShift() 3528 isMask_64(SrcAndImm) && OrOpd0.getOperand(0) == Src) { in tryOrrWithShift() 3539 SDValue Ops[] = {OrOpd0, ShiftedOperand, in tryOrrWithShift() 3551 if (isOpcWithIntImmediate(OrOpd0.getNode(), ISD::SHL, ShlImm)) { in tryOrrWithShift() 3552 if (OrOpd0.getOperand(0) == Src && OrOpd0.hasOneUse()) { in tryOrrWithShift() 3571 if (OrOpd0.getOperand(0) == OrOpd1) { in tryOrrWithShift() 3582 if (isOpcWithIntImmediate(OrOpd0.getNode(), ISD::SRL, SrlImm)) { in tryOrrWithShift() [all …]
|