Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5888 MachineOperand &ShiftRHS = ShiftInst->getOperand(2); in selectShiftedRegister() local
5889 auto Immed = getImmedFromMO(ShiftRHS); in selectShiftedRegister()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp5059 const SDValue ShiftRHS = RHS.getOperand(1); in SelectSVERegRegAddrMode() local
5060 if (auto *C = dyn_cast<ConstantSDNode>(ShiftRHS)) in SelectSVERegRegAddrMode()
H A DAArch64ISelLowering.cpp12994 uint32_t ShiftRHS = 0; in tryCombineToEXTR() local
12996 if (!findEXTRHalf(N->getOperand(1), RHS, ShiftRHS, RHSFromHi)) in tryCombineToEXTR()
13004 if (ShiftLHS + ShiftRHS != VT.getSizeInBits()) in tryCombineToEXTR()
13009 std::swap(ShiftLHS, ShiftRHS); in tryCombineToEXTR()
13013 DAG.getConstant(ShiftRHS, DL, MVT::i64)); in tryCombineToEXTR()