Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3432 SDValue &ShiftedOperand, in isWorthFoldingIntoOrrWithShift() argument
3479 ShiftedOperand = SDValue(UBFMNode, 0); in isWorthFoldingIntoOrrWithShift()
3489 ShiftedOperand = Dst.getOperand(0); in isWorthFoldingIntoOrrWithShift()
3496 ShiftedOperand = Dst.getOperand(0); in isWorthFoldingIntoOrrWithShift()
3535 SDValue ShiftedOperand; in tryOrrWithShift() local
3537 if (isWorthFoldingIntoOrrWithShift(Dst, CurDAG, ShiftedOperand, in tryOrrWithShift()
3539 SDValue Ops[] = {OrOpd0, ShiftedOperand, in tryOrrWithShift()