Home
last modified time | relevance | path

Searched defs:ShOpc (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp895 unsigned ShOpc) { in foldBinOpShiftWithShift()
901 auto GetInvShift = [](unsigned ShOpc) { in foldBinOpShiftWithShift()
908 Constant *CShift) { in foldBinOpShiftWithShift()
952 unsigned ShOpc = IY->getOpcode(); in foldBinOpShiftWithShift() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp52 static void printRegImmShift(raw_ostream &O, ARM_AM::ShiftOpc ShOpc, in printRegImmShift()
436 ARM_AM::ShiftOpc ShOpc = ARM_AM::getSORegShOp(MO3.getImm()); in printSORegRegOperand() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp670 unsigned ShOpc = SignExt ? RISCV::SLLIW : RISCV::SLLI; in tryShrinkShlLogicImm() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3382 SDValue ShOpc = in tryV6T2BitfieldExtractOp() local
H A DARMBaseInstrInfo.cpp236 ARM_AM::ShiftOpc ShOpc = ARM_AM::getAM2ShiftOpc(OffImm); in convertToThreeAddress() local
H A DARMISelLowering.cpp6716 unsigned ShOpc = N->getOpcode(); in Expand64BitShift() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6848 unsigned ShOpc = IsLeft ? TargetOpcode::G_SHL : TargetOpcode::G_LSHR; in lowerRotate() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8090 unsigned ShOpc = IsLeft ? ISD::SHL : ISD::SRL; in expandROT() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29660 unsigned ShOpc = ConstantAmt ? Opc : X86OpcV; in LowerShift() local