Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3404 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()
3417 if (OrOpd1 != Dst) in tryOrrWithShift()
3469 if (OrOpd0.getOperand(0) == OrOpd1) { in tryOrrWithShift()
3471 OrOpd1, OrOpd1, in tryOrrWithShift()
3491 if (OrOpd0.getOperand(0) == OrOpd1) { in tryOrrWithShift()
3493 OrOpd1, OrOpd1, in tryOrrWithShift()
3546 SDNode *OrOpd1 = OrOpd1Val.getNode(); in tryBitfieldInsertOpFromOr() local
3597 if (isOpcWithIntImmediate(OrOpd1, ISD::AND, Imm) && in tryBitfieldInsertOpFromOr()
[all …]