Searched refs:UBFMOpc (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 3011 unsigned UBFMOpc = BitWidth == 32 ? AArch64::UBFMWri : AArch64::UBFMXri; in getLeftShift() local 3017 UBFMOpc, dl, VT, Op, in getLeftShift() 3025 UBFMOpc, dl, VT, Op, CurDAG->getTargetConstant(ShrAmount, dl, VT), in getLeftShift() 3369 unsigned UBFMOpc = in isWorthFoldingIntoOrrWithShift() local 3372 UBFMOpc, DL, VT, DstOp0.getOperand(0), in isWorthFoldingIntoOrrWithShift()
|