Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp895 __anon22ed53830202(unsigned BinOpc1, unsigned BinOpc2, unsigned ShOpc) foldBinOpShiftWithShift() argument
901 __anon22ed53830302(unsigned ShOpc) foldBinOpShiftWithShift() argument
908 __anon22ed53830402(unsigned BinOpc1, unsigned BinOpc2, unsigned ShOpc, Constant *CMask, Constant *CShift) foldBinOpShiftWithShift() argument
952 unsigned ShOpc = IY->getOpcode(); foldBinOpShiftWithShift() local
[all...]
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp52 if (ShOpc == ARM_AM::no_shift || (ShOpc == ARM_AM::lsl && !ShImm)) in printRegImmShift() argument
436 if (ShOpc == ARM_AM::rrx) in printSORegRegOperand() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp670 unsigned ShOpc = SignExt ? RISCV::SLLIW : RISCV::SLLI; tryShrinkShlLogicImm() local
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3382 SDValue ShOpc = tryV6T2BitfieldExtractOp() local
H A DARMBaseInstrInfo.cpp236 ARM_AM::ShiftOpc ShOpc = ARM_AM::getAM2ShiftOpc(OffImm); convertToThreeAddress() local
H A DARMISelLowering.cpp6731 unsigned ShOpc = N->getOpcode(); Expand64BitShift() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6766 unsigned ShOpc = IsLeft ? TargetOpcode::G_SHL : TargetOpcode::G_LSHR; lowerRotate() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8022 unsigned ShOpc = IsLeft ? ISD::SHL : ISD::SRL; expandROT() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29672 unsigned ShOpc = ConstantAmt ? Opc : X86OpcV; LowerShift() local
[all...]