Home
last modified time | relevance | path

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

/netbsd/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
3826 Op->PostIdxReg.ShiftTy = ShiftTy; in CreatePostIdxReg()
4167 if (ShiftTy == ARM_AM::rrx) { in tryParseShiftRegister()
4194 ((ShiftTy == ARM_AM::lsl || ShiftTy == ARM_AM::ror) && Imm > 31) || in tryParseShiftRegister()
4195 ((ShiftTy == ARM_AM::lsr || ShiftTy == ARM_AM::asr) && Imm > 32)) { in tryParseShiftRegister()
4202 ShiftTy = ARM_AM::lsl; in tryParseShiftRegister()
10094 ARM_AM::ShiftOpc ShiftTy; in processInstruction() local
10119 ARM_AM::ShiftOpc ShiftTy; in processInstruction() local
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp874 DAG.getConstant(DiffSize, dl, ShiftTy)); in PromoteIntRes_MULFIX()
879 DAG.getConstant(DiffSize, dl, ShiftTy)); in PromoteIntRes_MULFIX()
981 DAG.getConstant(Diff, dl, ShiftTy)); in PromoteIntRes_DIVFIX()
986 DAG.getConstant(Diff, dl, ShiftTy)); in PromoteIntRes_DIVFIX()
1384 DAG.getConstant(Shift, DL, ShiftTy)); in PromoteIntRes_XMULO()
3466 EVT ShiftTy = TLI.getShiftAmountTy(NVT, DAG.getDataLayout()); in ExpandIntRes_MULFIX() local
3541 ShiftTy)); in ExpandIntRes_MULFIX()
3773 EVT ShiftTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandIntRes_Shift() local
3774 assert(ShiftTy.getScalarSizeInBits() >= in ExpandIntRes_Shift()
3777 if (ShiftOp.getValueType() != ShiftTy) in ExpandIntRes_Shift()
[all …]
H A DTargetLowering.cpp4085 EVT ShiftTy = in SimplifySetCC() local
4094 DAG.getConstant(ShCt, dl, ShiftTy))); in SimplifySetCC()
4112 EVT ShiftTy = getShiftAmountTy(ShValTy, Layout, !DCI.isBeforeLegalize()); in SimplifySetCC() local
4123 DAG.getConstant(ShiftBits, dl, ShiftTy)); in SimplifySetCC()
4151 DAG.getConstant(ShiftBits, dl, ShiftTy)); in SimplifySetCC()
8158 EVT ShiftTy = getShiftAmountTy(VT, DAG.getDataLayout()); in expandFixedPointMul() local
8160 DAG.getConstant(Scale, dl, ShiftTy)); in expandFixedPointMul()
8188 DAG.getConstant(VTSize - 1, dl, ShiftTy)); in expandFixedPointMul()
8255 EVT ShiftTy = getShiftAmountTy(VT, DAG.getDataLayout()); in expandFixedPointDiv() local
8258 DAG.getConstant(LHSShift, dl, ShiftTy)); in expandFixedPointDiv()
[all …]
H A DSelectionDAGBuilder.cpp3125 EVT ShiftTy = DAG.getTargetLoweringInfo().getShiftAmountTy( in visitShift() local
3129 if (!I.getType()->isVectorTy() && Op2.getValueType() != ShiftTy) { in visitShift()
3130 unsigned ShiftSize = ShiftTy.getSizeInBits(); in visitShift()
3136 Op2 = DAG.getNode(ISD::ZERO_EXTEND, DL, ShiftTy, Op2); in visitShift()
3143 Op2 = DAG.getNode(ISD::TRUNCATE, DL, ShiftTy, Op2); in visitShift()
5447 EVT ShiftTy = TLI.getShiftAmountTy(PromVT, DAG.getDataLayout()); in expandDivFix() local
5452 DAG.getConstant(1, DL, ShiftTy)); in expandDivFix()
5456 DAG.getConstant(1, DL, ShiftTy)); in expandDivFix()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp794 EVT ShiftTy, SelectionDAG &DAG) { in genConstMult() argument
806 DAG.getConstant(C.logBase2(), DL, ShiftTy)); in genConstMult()
817 SDValue Op0 = genConstMult(X, Floor, DL, VT, ShiftTy, DAG); in genConstMult()
818 SDValue Op1 = genConstMult(X, C - Floor, DL, VT, ShiftTy, DAG); in genConstMult()
824 SDValue Op0 = genConstMult(X, Ceil, DL, VT, ShiftTy, DAG); in genConstMult()
825 SDValue Op1 = genConstMult(X, Ceil - C, DL, VT, ShiftTy, DAG); in genConstMult()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp182 bool SelectShift(const Instruction *I, ARM_AM::ShiftOpc ShiftTy);
2763 ARM_AM::ShiftOpc ShiftTy) { in SelectShift() argument
2806 MIB.addImm(ARM_AM::getSORegOpc(ShiftTy, ShiftImm)); in SelectShift()
2809 MIB.addImm(ARM_AM::getSORegOpc(ShiftTy, 0)); in SelectShift()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3758 auto *ShiftTy = FixedVectorType::get( in getArithmeticReductionCost() local
3761 Instruction::LShr, ShiftTy, CostKind, in getArithmeticReductionCost()
4063 auto *ShiftTy = FixedVectorType::get( in getMinMaxReductionCost() local
4066 Instruction::LShr, ShiftTy, TTI::TCK_RecipThroughput, in getMinMaxReductionCost()
H A DX86ISelLowering.cpp45013 EVT ShiftTy = Shift.getValueType(); in foldXorTruncShiftIntoCmp() local
45014 if (ShiftTy != MVT::i16 && ShiftTy != MVT::i32 && ShiftTy != MVT::i64) in foldXorTruncShiftIntoCmp()
45019 Shift.getConstantOperandAPInt(1) != (ShiftTy.getSizeInBits() - 1)) in foldXorTruncShiftIntoCmp()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1853 const LLT ShiftTy = MRI.getType(ShiftReg); in preISelLower() local
1857 assert(!ShiftTy.isVector() && "unexpected vector shift ty"); in preISelLower()
1858 if (SrcTy.getSizeInBits() != 32 || ShiftTy.getSizeInBits() != 64) in preISelLower()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1660 LLT ShiftTy = SrcTy; in widenScalarExtract() local
1663 ShiftTy = WideTy; in widenScalarExtract()
1667 ShiftTy, Src, MIRBuilder.buildConstant(ShiftTy, Offset)); in widenScalarExtract()
H A DCombinerHelper.cpp1913 LLT ShiftTy = MRI.getType(MI.getOperand(0).getReg()); in applyCombineMulToShl() local
1914 auto ShiftCst = MIB.buildConstant(ShiftTy, ShiftVal); in applyCombineMulToShl()