Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h27 enum ShiftOpc { enum
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp804 selectShift(unsigned ShiftOpc,MachineInstrBuilder & MIB) const selectShift() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp798 unsigned ShiftOpc = Left ? S2_asl_i_r in splitShift() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1104 auto ShiftOpc = ShrAmtC > ShAmtC ? Shr->getOpcode() : Instruction::Shl; visitShl() local
H A DInstCombineCompares.cpp7178 unsigned ShiftOpc = ShiftI->getOpcode(); visitICmpInst() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3494 unsigned ShiftOpc = (VT == MVT::i32) ? AArch64::UBFMWri : AArch64::UBFMXri; tryBitfieldInsertOpFromOr() local
H A DAArch64ISelLowering.cpp14415 unsigned ShiftOpc = IsSigned ? ISD::SRA : ISD::SRL; LowerAVG() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h848 preferedOpcodeForCmpEqPiecesOfOperand(EVT VT,unsigned ShiftOpc,bool MayTransformRotate,const APInt & ShiftOrRotateAmt,const std::optional<APInt> & AndMask) preferedOpcodeForCmpEqPiecesOfOperand() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp996 unsigned ShiftOpc = Op.getOpcode(); combineShiftToAVG() local
H A DDAGCombiner.cpp12582 unsigned ShiftOpc = ShiftOrRotate.getOpcode(); visitSETCC() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3275 preferedOpcodeForCmpEqPiecesOfOperand(EVT VT,unsigned ShiftOpc,bool MayTransformRotate,const APInt & ShiftOrRotateAmt,const std::optional<APInt> & AndMask) const preferedOpcodeForCmpEqPiecesOfOperand() argument
24998 unsigned ShiftOpc; getTargetVShiftByConstNode() local
29707 unsigned ShiftOpc = IsFSHR ? ISD::SRL : ISD::SHL; LowerFunnelShift() local
29957 unsigned ShiftOpc = IsROTL ? ISD::SHL : ISD::SRL; LowerRotate() local
[all...]