Searched defs:ShiftVT (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 970 MVT ShiftVT = in getShiftAmountTy() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 1725 EVT ShiftVT = Op1.getValueType(); in SimplifyDemandedBits() local 1900 EVT ShiftVT = Op1.getValueType(); in SimplifyDemandedBits() local 1992 EVT ShiftVT = Op1.getValueType(); in SimplifyDemandedBits() local 4207 EVT ShiftVT = getShiftAmountTy(OpVT, DAG.getDataLayout(), in foldSetCCWithBinOp() local 8227 EVT ShiftVT = getShiftAmountTy(SrcVT, DAG.getDataLayout()); in expandUINT_TO_FP() local
|
| H A D | LegalizeDAG.cpp | 1656 EVT ShiftVT = IntVT; in ExpandFCOPYSIGN() local 2726 EVT ShiftVT = TLI.getShiftAmountTy(SrcVT, DAG.getDataLayout()); in ExpandLegalINT_TO_FP() local
|
| H A D | DAGCombiner.cpp | 4419 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMUL() local 4428 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMUL() local 4948 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitUDIVLike() local 5191 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMULHU() local 8160 EVT ShiftVT = OppShift.getOperand(1).getValueType(); in extractShiftForRotate() local 9822 EVT ShiftVT = C1->getValueType(0); in visitRotate() local 9852 EVT ShiftVT = N1.getValueType(); in visitSHL() local 10328 EVT ShiftVT = N1.getValueType(); in visitSRA() local 10506 EVT ShiftVT = N1.getValueType(); in visitSRL() local
|
| H A D | SelectionDAG.cpp | 1734 EVT ShiftVT = TLI->getShiftAmountTy(VT, getDataLayout(), LegalTypes); in getShiftAmountConstant() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 9172 MVT ShiftVT = widenMaskVectorType(ResVT, Subtarget); in LowerCONCAT_VECTORSvXi1() local 11507 static int matchShuffleAsShift(MVT &ShiftVT, unsigned &Opcode, in matchShuffleAsShift() 11577 MVT ShiftVT; in lowerShuffleAsShift() local 28981 MVT ShiftVT = MVT::getVectorVT(MVT::i16, NumElts / 2); in LowerShiftByScalarImmediate() local 46861 EVT ShiftVT = VT.isVector() ? VT : MVT::i8; in combineMul() local 53215 MVT ShiftVT = SrcVT; in combineMOVMSK() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 6688 EVT ShiftVT = N0.getOperand(1).getValueType(); in combineSIGN_EXTEND() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 6678 EVT ShiftVT = N->getOperand(1).getValueType(); in LowerShift() local
|