Searched refs:ShiftAmountTy (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypes.cpp | 1031 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 D | LegalizeDAG.cpp | 3444 EVT ShiftAmountTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandNode() local 3447 SDValue ShiftCst = DAG.getConstant(BitsDiff, dl, ShiftAmountTy); in ExpandNode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 7694 EVT ShiftAmountTy = in LowerCall_AIX() local 7696 SDValue SHLAmt = DAG.getConstant(NumSHLBits, dl, ShiftAmountTy); in LowerCall_AIX() 11891 EVT ShiftAmountTy = getShiftAmountTy(MVT::i64, DAG.getDataLayout()); in LowerSCALAR_TO_VECTOR() local 11893 64 - Op.getValueType().getScalarSizeInBits(), dl, ShiftAmountTy); in LowerSCALAR_TO_VECTOR() 15446 EVT ShiftAmountTy = getShiftAmountTy(N->getValueType(0), DAG.getDataLayout()); in DAGCombineExtBoolTrunc() local 15448 DAG.getConstant(N->getValueSizeInBits(0) - PromBits, dl, ShiftAmountTy); in DAGCombineExtBoolTrunc()
|