Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp872 __anoncc7b93c20202(unsigned BinOpc1, unsigned BinOpc2, unsigned ShOpc) foldBinOpShiftWithShift() argument
878 __anoncc7b93c20302(unsigned ShOpc) foldBinOpShiftWithShift() argument
885 __anoncc7b93c20402(unsigned BinOpc1, unsigned BinOpc2, unsigned ShOpc, Constant *CMask, Constant *CShift) foldBinOpShiftWithShift() argument
929 unsigned ShOpc = IY->getOpcode(); foldBinOpShiftWithShift() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp52 static void printRegImmShift(raw_ostream &O, ARM_AM::ShiftOpc ShOpc, in printRegImmShift() argument
404 ARM_AM::ShiftOpc ShOpc = ARM_AM::getSORegShOp(MO3.getImm()); printSORegRegOperand() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp672 unsigned ShOpc = SignExt ? RISCV::SLLIW : RISCV::SLLI; tryShrinkShlLogicImm() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3381 SDValue ShOpc = tryV6T2BitfieldExtractOp() local
H A DARMBaseInstrInfo.cpp235 ARM_AM::ShiftOpc ShOpc = ARM_AM::getAM2ShiftOpc(OffImm); convertToThreeAddress() local
H A DARMISelLowering.cpp6699 unsigned ShOpc = N->getOpcode(); Expand64BitShift() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6482 unsigned ShOpc = IsLeft ? TargetOpcode::G_SHL : TargetOpcode::G_LSHR; lowerRotate() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7950 unsigned ShOpc = IsLeft ? ISD::SHL : ISD::SRL; expandROT() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29360 unsigned ShOpc = ConstantAmt ? Opc : X86OpcV; LowerShift() local
[all...]