Home
last modified time | relevance | path

Searched defs:ShiftOpc (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
HDARMAddressingModes.h27 enum ShiftOpc { enum
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMInstructionSelector.cpp806 bool ARMInstructionSelector::selectShift(unsigned ShiftOpc, in selectShift()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonSplitDouble.cpp798 unsigned ShiftOpc = Left ? S2_asl_i_r in splitShift() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineShifts.cpp1123 auto ShiftOpc = ShrAmtC > ShAmtC ? Shr->getOpcode() : Instruction::Shl; in visitShl() local
HDInstCombineCompares.cpp7549 unsigned ShiftOpc = ShiftI->getOpcode(); in visitICmpInst() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp1010 unsigned ShiftOpc = Op.getOpcode(); in combineShiftToAVG() local
9310 unsigned ShiftOpc = IsSigned ? ISD::SRA : ISD::SRL; in expandAVG() local
HDDAGCombiner.cpp12729 unsigned ShiftOpc = ShiftOrRotate.getOpcode(); in visitSETCC() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelDAGToDAG.cpp3649 unsigned ShiftOpc = (VT == MVT::i32) ? AArch64::UBFMWri : AArch64::UBFMXri; in tryBitfieldInsertOpFromOr() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h894 EVT VT, unsigned ShiftOpc, bool MayTransformRotate, in preferedOpcodeForCmpEqPiecesOfOperand()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp3365 EVT VT, unsigned ShiftOpc, bool MayTransformRotate, in preferedOpcodeForCmpEqPiecesOfOperand()
25209 unsigned ShiftOpc; in getTargetVShiftByConstNode() local
30033 unsigned ShiftOpc = IsFSHR ? ISD::SRL : ISD::SHL; in LowerFunnelShift() local
30291 unsigned ShiftOpc = IsROTL ? ISD::SHL : ISD::SRL; in LowerRotate() local