Searched defs:ShiftVT (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 913 MVT ShiftVT = in getShiftAmountTy() local
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 1693 EVT ShiftVT = Op1.getValueType(); in SimplifyDemandedBits() local 1831 EVT ShiftVT = Op1.getValueType(); in SimplifyDemandedBits() local 1888 EVT ShiftVT = Op1.getValueType(); in SimplifyDemandedBits() local 3945 EVT ShiftVT = getShiftAmountTy(OpVT, DAG.getDataLayout(), in foldSetCCWithBinOp() local 7524 EVT ShiftVT = getShiftAmountTy(SrcVT, DAG.getDataLayout()); in expandUINT_TO_FP() local
|
| H A D | LegalizeDAG.cpp | 1628 EVT ShiftVT = IntVT; in ExpandFCOPYSIGN() local 2424 EVT ShiftVT = TLI.getShiftAmountTy(SrcVT, DAG.getDataLayout()); in ExpandLegalINT_TO_FP() local
|
| H A D | DAGCombiner.cpp | 4007 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMUL() local 4514 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitUDIVLike() local 4755 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMULHU() local 5633 EVT ShiftVT = TLI.getShiftAmountTy(HalfVT, DAG.getDataLayout()); in visitANDLike() local 7262 EVT ShiftVT = OppShift.getOperand(1).getValueType(); in extractShiftForRotate() local 8840 EVT ShiftVT = C1->getValueType(0); in visitRotate() local 8868 EVT ShiftVT = N1.getValueType(); in visitSHL() local 9272 EVT ShiftVT = N1.getValueType(); in visitSRA() local 9450 EVT ShiftVT = N1.getValueType(); in visitSRL() local
|
| H A D | SelectionDAG.cpp | 1580 EVT ShiftVT = TLI->getShiftAmountTy(VT, getDataLayout(), LegalTypes); in getShiftAmountConstant() local
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 6255 EVT ShiftVT = N0.getOperand(1).getValueType(); in combineSIGN_EXTEND() local
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 11525 MVT ShiftVT = ResVT; in LowerCONCAT_VECTORSvXi1() local 13639 static int matchShuffleAsShift(MVT &ShiftVT, unsigned &Opcode, in matchShuffleAsShift() 13709 MVT ShiftVT; in lowerShuffleAsShift() local 29721 MVT ShiftVT = MVT::getVectorVT(MVT::i16, NumElts / 2); in LowerShiftByScalarImmediate() local 52279 MVT ShiftVT = SrcVT; in combineMOVMSK() local
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 6590 EVT ShiftVT = N->getOperand(1).getValueType(); in LowerShift() local
|