Home
last modified time | relevance | path

Searched defs:ShiftTy (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1831 EVT ShiftTy = DCI.isBeforeLegalize() in SimplifySetCC() local
1865 EVT ShiftTy = DCI.isBeforeLegalize() in SimplifySetCC() local
1897 EVT ShiftTy = DCI.isBeforeLegalize() in SimplifySetCC() local
H A DLegalizeIntegerTypes.cpp2363 EVT ShiftTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandIntRes_Shift() local
H A DSelectionDAGBuilder.cpp2637 EVT ShiftTy = DAG.getTargetLoweringInfo().getShiftAmountTy( in visitShift() local
/aosp_15_r20/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp525 ARM_AM::ShiftOpc ShiftTy; member
535 ARM_AM::ShiftOpc ShiftTy; member
542 ARM_AM::ShiftOpc ShiftTy; member
2822 CreatePostIdxReg(unsigned RegNum, bool isAdd, ARM_AM::ShiftOpc ShiftTy, in CreatePostIdxReg()
3098 ARM_AM::ShiftOpc ShiftTy = StringSwitch<ARM_AM::ShiftOpc>(lowerCase) in tryParseShiftRegister() local
4666 ARM_AM::ShiftOpc ShiftTy = ARM_AM::no_shift; in parsePostIdxReg() local
8183 ARM_AM::ShiftOpc ShiftTy; in processInstruction() local
8208 ARM_AM::ShiftOpc ShiftTy; in processInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp796 ARM_AM::ShiftOpc ShiftTy; member
806 ARM_AM::ShiftOpc ShiftTy; member
813 ARM_AM::ShiftOpc ShiftTy; member
3644 CreatePostIdxReg(unsigned RegNum, bool isAdd, ARM_AM::ShiftOpc ShiftTy, in CreatePostIdxReg()
3956 ARM_AM::ShiftOpc ShiftTy = StringSwitch<ARM_AM::ShiftOpc>(lowerCase) in tryParseShiftRegister() local
5460 ARM_AM::ShiftOpc ShiftTy = ARM_AM::no_shift; in parsePostIdxReg() local
9643 ARM_AM::ShiftOpc ShiftTy; in processInstruction() local
9668 ARM_AM::ShiftOpc ShiftTy; in processInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp872 ARM_AM::ShiftOpc ShiftTy; member
882 ARM_AM::ShiftOpc ShiftTy; member
889 ARM_AM::ShiftOpc ShiftTy; member
3831 CreatePostIdxReg(unsigned RegNum, bool isAdd, ARM_AM::ShiftOpc ShiftTy, in CreatePostIdxReg()
4151 ARM_AM::ShiftOpc ShiftTy = StringSwitch<ARM_AM::ShiftOpc>(lowerCase) in tryParseShiftRegister() local
5665 ARM_AM::ShiftOpc ShiftTy = ARM_AM::no_shift; in parsePostIdxReg() local
10152 ARM_AM::ShiftOpc ShiftTy; in processInstruction() local
10177 ARM_AM::ShiftOpc ShiftTy; in processInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp771 EVT ShiftTy = TLI.getShiftAmountTy(PromotedType, DAG.getDataLayout()); in PromoteIntRes_MULFIX() local
1156 EVT ShiftTy = getShiftAmountTyForConstant(Mul.getValueType(), TLI, DAG); in PromoteIntRes_XMULO() local
3086 EVT ShiftTy = TLI.getShiftAmountTy(NVT, DAG.getDataLayout()); in ExpandIntRes_MULFIX() local
3355 EVT ShiftTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandIntRes_Shift() local
H A DTargetLowering.cpp3689 EVT ShiftTy = in SimplifySetCC() local
3716 EVT ShiftTy = getShiftAmountTy(ShValTy, Layout, !DCI.isBeforeLegalize()); in SimplifySetCC() local
7255 EVT ShiftTy = getShiftAmountTy(VT, DAG.getDataLayout()); in expandFixedPointMul() local
7343 EVT ShiftTy = getShiftAmountTy(VT, DAG.getDataLayout()); in expandFixedPointDiv() local
H A DSelectionDAGBuilder.cpp3174 EVT ShiftTy = DAG.getTargetLoweringInfo().getShiftAmountTy( in visitShift() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5164 auto *ShiftTy = FixedVectorType::get( in getArithmeticReductionCost() local
5463 auto *ShiftTy = FixedVectorType::get( in getMinMaxReductionCost() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4844 EVT ShiftTy = in SimplifySetCC() local
4871 EVT ShiftTy = getShiftAmountTy(ShValTy, Layout, !DCI.isBeforeLegalize()); in SimplifySetCC() local
9744 EVT ShiftTy = getShiftAmountTy(VT, DAG.getDataLayout()); in expandFixedPointMul() local
9841 EVT ShiftTy = getShiftAmountTy(VT, DAG.getDataLayout()); in expandFixedPointDiv() local
H A DSelectionDAGBuilder.cpp3215 EVT ShiftTy = DAG.getTargetLoweringInfo().getShiftAmountTy( in visitShift() local
5514 EVT ShiftTy = TLI.getShiftAmountTy(PromVT, DAG.getDataLayout()); in expandDivFix() local
H A DLegalizeIntegerTypes.cpp4310 EVT ShiftTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandIntRes_Shift() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2768 ARM_AM::ShiftOpc ShiftTy) { in SelectShift()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2771 ARM_AM::ShiftOpc ShiftTy) { in SelectShift()
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp797 EVT ShiftTy, SelectionDAG &DAG) { in genConstMult()
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2747 ARM_AM::ShiftOpc ShiftTy) { in SelectShift()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp794 EVT ShiftTy, SelectionDAG &DAG) { in genConstMult()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp787 EVT ShiftTy, SelectionDAG &DAG) { in genConstMult()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1640 LLT ShiftTy = MRI.getType(MI.getOperand(0).getReg()); in applyCombineMulToShl() local
2269 static LLT getMidVTForTruncRightShiftCombine(LLT ShiftTy, LLT TruncTy) { in getMidVTForTruncRightShiftCombine()
H A DLegalizerHelper.cpp1792 LLT ShiftTy = SrcTy; in widenScalarExtract() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp1267 const LLT ShiftTy = MRI.getType(ShiftReg); in preISelLower() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1376 LLT ShiftTy = SrcTy; in widenScalarExtract() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3036 const LLT ShiftTy = MRI.getType(ShiftReg); in select() local
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28563 EVT ShiftTy = Shift.getValueType(); in foldXorTruncShiftIntoCmp() local

12