Searched refs:EVTBits (Results 1 – 3 of 3) sorted by relevance
1845 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertSext() local1847 if (NVTBits < EVTBits) { in ExpandIntRes_AssertSext()1850 EVTBits - NVTBits))); in ExpandIntRes_AssertSext()1867 unsigned EVTBits = EVT.getSizeInBits(); in ExpandIntRes_AssertZext() local1869 if (NVTBits < EVTBits) { in ExpandIntRes_AssertZext()1872 EVTBits - NVTBits))); in ExpandIntRes_AssertZext()
5753 unsigned EVTBits = N0->getValueType(0).getScalarType().getSizeInBits(); in tryToFoldExtendOfConstant() local5768 APInt C = cast<ConstantSDNode>(Op)->getAPIntValue().zextOrTrunc(EVTBits); in tryToFoldExtendOfConstant()6751 unsigned EVTBits = ExtVT.getSizeInBits(); in ReduceLoadWidth() local6763 if ((ShAmt & (EVTBits-1)) == 0) { in ReduceLoadWidth()6766 if ((N0.getValueType().getSizeInBits() & (EVTBits-1)) != 0) in ReduceLoadWidth()6809 if (LN0->getMemoryVT().getSizeInBits() < EVTBits) in ReduceLoadWidth()6896 unsigned EVTBits = EVT.getScalarType().getSizeInBits(); in visitSIGN_EXTEND_INREG() local6906 if (DAG.ComputeNumSignBits(N0) >= VTBits-EVTBits+1) in visitSIGN_EXTEND_INREG()6920 if (N00.getValueType().getScalarType().getSizeInBits() <= EVTBits && in visitSIGN_EXTEND_INREG()6926 if (DAG.MaskedValueIsZero(N0, APInt::getBitsSet(VTBits, EVTBits-1, EVTBits))) in visitSIGN_EXTEND_INREG()[all …]
6311 unsigned EVTBits = ExtVT.getSizeInBits(); in LowerBUILD_VECTOR() local6430 if (EVTBits == 32) { in LowerBUILD_VECTOR()6438 if (EVTBits == 32) { in LowerBUILD_VECTOR()6481 if (EVTBits == 64) { in LowerBUILD_VECTOR()6493 if (EVTBits == 8 && NumElems == 16) in LowerBUILD_VECTOR()6498 if (EVTBits == 16 && NumElems == 8) in LowerBUILD_VECTOR()6504 if (EVTBits == 32 && NumElems == 4) in LowerBUILD_VECTOR()