Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp872 EVT ShiftTy = TLI.getShiftAmountTy(PromotedType, DAG.getDataLayout()); in PromoteIntRes_MULFIX() local
976 EVT ShiftTy = TLI.getShiftAmountTy(PromotedType, DAG.getDataLayout()); in PromoteIntRes_DIVFIX() local
1382 EVT ShiftTy = getShiftAmountTyForConstant(Mul.getValueType(), TLI, DAG); in PromoteIntRes_XMULO() local
3466 EVT ShiftTy = TLI.getShiftAmountTy(NVT, DAG.getDataLayout()); in ExpandIntRes_MULFIX() local
3773 EVT ShiftTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandIntRes_Shift() local
H A DTargetLowering.cpp4085 EVT ShiftTy = in SimplifySetCC() local
4112 EVT ShiftTy = getShiftAmountTy(ShValTy, Layout, !DCI.isBeforeLegalize()); in SimplifySetCC() local
8158 EVT ShiftTy = getShiftAmountTy(VT, DAG.getDataLayout()); in expandFixedPointMul() local
8255 EVT ShiftTy = getShiftAmountTy(VT, DAG.getDataLayout()); in expandFixedPointDiv() local
H A DSelectionDAGBuilder.cpp3125 EVT ShiftTy = DAG.getTargetLoweringInfo().getShiftAmountTy( in visitShift() local
5447 EVT ShiftTy = TLI.getShiftAmountTy(PromVT, DAG.getDataLayout()); in expandDivFix() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp862 ARM_AM::ShiftOpc ShiftTy; member
872 ARM_AM::ShiftOpc ShiftTy; member
879 ARM_AM::ShiftOpc ShiftTy; member
3821 CreatePostIdxReg(unsigned RegNum, bool isAdd, ARM_AM::ShiftOpc ShiftTy, in CreatePostIdxReg()
4141 ARM_AM::ShiftOpc ShiftTy = StringSwitch<ARM_AM::ShiftOpc>(lowerCase) in tryParseShiftRegister() local
5645 ARM_AM::ShiftOpc ShiftTy = ARM_AM::no_shift; in parsePostIdxReg() local
10094 ARM_AM::ShiftOpc ShiftTy; in processInstruction() local
10119 ARM_AM::ShiftOpc ShiftTy; in processInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3758 auto *ShiftTy = FixedVectorType::get( in getArithmeticReductionCost() local
4063 auto *ShiftTy = FixedVectorType::get( in getMinMaxReductionCost() local
H A DX86ISelLowering.cpp45013 EVT ShiftTy = Shift.getValueType(); in foldXorTruncShiftIntoCmp() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2763 ARM_AM::ShiftOpc ShiftTy) { in SelectShift()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp794 EVT ShiftTy, SelectionDAG &DAG) { in genConstMult()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1913 LLT ShiftTy = MRI.getType(MI.getOperand(0).getReg()); in applyCombineMulToShl() local
H A DLegalizerHelper.cpp1660 LLT ShiftTy = SrcTy; in widenScalarExtract() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1853 const LLT ShiftTy = MRI.getType(ShiftReg); in preISelLower() local