Home
last modified time | relevance | path

Searched refs:ShiftAmountTy (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp1031 MVT ShiftAmountTy = in SplitInteger() local
1033 if (ReqShiftAmountInBits > ShiftAmountTy.getSizeInBits()) in SplitInteger()
1034 ShiftAmountTy = MVT::getIntegerVT(NextPowerOf2(ReqShiftAmountInBits)); in SplitInteger()
1036 DAG.getConstant(LoVT.getSizeInBits(), dl, ShiftAmountTy)); in SplitInteger()
H A DLegalizeDAG.cpp2946 EVT ShiftAmountTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandNode() local
2949 SDValue ShiftCst = DAG.getConstant(BitsDiff, dl, ShiftAmountTy); in ExpandNode()
H A DTargetLowering.cpp7017 EVT ShiftAmountTy = getShiftAmountTy(VT, DAG.getDataLayout()); in expandMUL_LOHI() local
7018 SDValue Shift = DAG.getConstant(ShiftAmount, dl, ShiftAmountTy); in expandMUL_LOHI()
H A DDAGCombiner.cpp6748 SDValue N1, EVT VT, EVT ShiftAmountTy) { in matchBSwapHWordOrAndAnd() argument
6780 SDValue ShAmt = DAG.getConstant(16, DL, ShiftAmountTy); in matchBSwapHWordOrAndAnd()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7360 EVT ShiftAmountTy = in LowerCall_AIX() local
7362 SDValue SHLAmt = DAG.getConstant(NumSHLBits, dl, ShiftAmountTy); in LowerCall_AIX()
13953 EVT ShiftAmountTy = getShiftAmountTy(N->getValueType(0), DAG.getDataLayout()); in DAGCombineExtBoolTrunc() local
13955 DAG.getConstant(N->getValueSizeInBits(0) - PromBits, dl, ShiftAmountTy); in DAGCombineExtBoolTrunc()