Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3068 static bool tryOrrWithShift(SDNode *N, SDValue OrOpd0, SDValue OrOpd1, in tryOrrWithShift() argument
3073 assert(((N->getOperand(0) == OrOpd0 && N->getOperand(1) == OrOpd1) || in tryOrrWithShift()
3074 (N->getOperand(1) == OrOpd0 && N->getOperand(0) == OrOpd1)) && in tryOrrWithShift()
3089 if (isOpcWithIntImmediate(OrOpd0.getNode(), ISD::AND, SrcAndImm) && in tryOrrWithShift()
3090 isMask_64(SrcAndImm) && OrOpd0.getOperand(0) == Src) { in tryOrrWithShift()
3101 SDValue Ops[] = {OrOpd0, ShiftedOperand, in tryOrrWithShift()
3113 if (isOpcWithIntImmediate(OrOpd0.getNode(), ISD::SHL, ShlImm)) { in tryOrrWithShift()
3114 if (OrOpd0.getOperand(0) == Src && OrOpd0.hasOneUse()) { in tryOrrWithShift()
3133 if (OrOpd0.getOperand(0) == OrOpd1) { in tryOrrWithShift()
3144 if (isOpcWithIntImmediate(OrOpd0.getNode(), ISD::SRL, SrlImm)) { in tryOrrWithShift()
[all …]