Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h27 enum ShiftOpc { enum
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h27 enum ShiftOpc { enum
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h27 enum ShiftOpc { enum
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp804 bool ARMInstructionSelector::selectShift(unsigned ShiftOpc, in selectShift()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp806 bool ARMInstructionSelector::selectShift(unsigned ShiftOpc, in selectShift()
DARMBaseInstrInfo.cpp602 ARM_AM::ShiftOpc ShiftOpc = ARM_AM::getAM2ShiftOpc(OffImm); in isLdstScaledRegNotPlusLsl2() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp803 unsigned ShiftOpc = Left ? S2_asl_i_r in splitShift() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp799 unsigned ShiftOpc = Left ? S2_asl_i_r in splitShift() local
/external/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp763 unsigned ShiftOpc = Left ? S2_asl_i_r in splitShift() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp1006 auto ShiftOpc = ShrAmtC > ShAmtC ? Shr->getOpcode() : Instruction::Shl; in visitShl() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2276 unsigned ShiftOpc = (VT == MVT::i32) ? AArch64::UBFMWri : AArch64::UBFMXri; in tryBitfieldInsertOpFromOr() local
DAArch64ISelLowering.cpp5900 unsigned ShiftOpc = Shift.getOpcode(); in tryLowerToSLI() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2485 unsigned ShiftOpc = (VT == MVT::i32) ? AArch64::UBFMWri : AArch64::UBFMXri; in tryBitfieldInsertOpFromOr() local
DAArch64ISelLowering.cpp7706 unsigned ShiftOpc = Shift.getOpcode(); in tryLowerToSLI() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp3313 unsigned ShiftOpc = (VT == MVT::i32) ? AArch64::UBFMWri : AArch64::UBFMXri; in tryBitfieldInsertOpFromOr() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp991 unsigned ShiftOpc = Op.getOpcode(); in combineShiftToAVG() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp26644 unsigned ShiftOpc; in getTargetVShiftByConstNode() local
31030 unsigned ShiftOpc = IsFSHR ? ISD::SRL : ISD::SHL; in LowerFunnelShift() local
31274 unsigned ShiftOpc = IsROTL ? ISD::SHL : ISD::SRL; in LowerRotate() local