Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp5006 const SDValue ShiftRHS = RHS.getOperand(1); in SelectSVERegRegAddrMode() local
5007 if (auto *C = dyn_cast<ConstantSDNode>(ShiftRHS)) in SelectSVERegRegAddrMode()
H A DAArch64ISelLowering.cpp12579 uint32_t ShiftRHS = 0; in tryCombineToEXTR() local
12581 if (!findEXTRHalf(N->getOperand(1), RHS, ShiftRHS, RHSFromHi)) in tryCombineToEXTR()
12589 if (ShiftLHS + ShiftRHS != VT.getSizeInBits()) in tryCombineToEXTR()
12594 std::swap(ShiftLHS, ShiftRHS); in tryCombineToEXTR()
12598 DAG.getConstant(ShiftRHS, DL, MVT::i64)); in tryCombineToEXTR()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5728 MachineOperand &ShiftRHS = ShiftInst->getOperand(2); in selectShiftedRegister() local
5729 auto Immed = getImmedFromMO(ShiftRHS); in selectShiftedRegister()