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.cpp3330 SDValue &ShiftedOperand, in isWorthFoldingIntoOrrWithShift() argument
3377 ShiftedOperand = SDValue(UBFMNode, 0); in isWorthFoldingIntoOrrWithShift()
3387 ShiftedOperand = Dst.getOperand(0); in isWorthFoldingIntoOrrWithShift()
3394 ShiftedOperand = Dst.getOperand(0); in isWorthFoldingIntoOrrWithShift()
3433 SDValue ShiftedOperand; in tryOrrWithShift() local
3435 if (isWorthFoldingIntoOrrWithShift(Dst, CurDAG, ShiftedOperand, in tryOrrWithShift()
3437 SDValue Ops[] = {OrOpd0, ShiftedOperand, in tryOrrWithShift()