Searched refs:ExtSize (Results 1 – 4 of 4) sorted by relevance
1698 unsigned ExtSize = EltSize; in getGatherScatterOpCost() local1715 ExtSize = TypeSize; in getGatherScatterOpCost()1729 ExtSize = TypeSize; in getGatherScatterOpCost()1733 if (ExtSize * NumElems != 128 || NumElems < 4) in getGatherScatterOpCost()1737 if (ExtSize == 32) in getGatherScatterOpCost()1742 if (ExtSize != 8 && ExtSize != 16) in getGatherScatterOpCost()1752 if (Scale != 1 && Scale * 8 != ExtSize) in getGatherScatterOpCost()1756 if (ZExt->getOperand(0)->getType()->getScalarSizeInBits() <= ExtSize) in getGatherScatterOpCost()
659 unsigned ExtSize = in trySignedBitfieldExtract() local663 if (ExtSize == 32) in trySignedBitfieldExtract()666 const unsigned Msb = ExtSize - 1; in trySignedBitfieldExtract()1324 unsigned ExtSize = in Select() local1327 if (ExtSize >= 32 || ShAmt >= ExtSize) in Select()1329 unsigned LShAmt = Subtarget->getXLen() - ExtSize; in Select()
18122 unsigned ExtSize = in performSRACombine() local18124 if (ShAmt < ExtSize && N0.getOperand(0).getOpcode() == ISD::SHL && in performSRACombine()18128 if (LShAmt < ExtSize) { in performSRACombine()18133 DAG.getConstant(LShAmt + (Size - ExtSize), ShlDL, VT)); in performSRACombine()18136 DAG.getConstant(ShAmt + (Size - ExtSize), DL, VT)); in performSRACombine()
2686 unsigned ExtSize = MulTy->getScalarSizeInBits() * 2; in getTypeBasedIntrinsicInstrCost() local2687 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()2756 unsigned ExtSize = RetTy->getScalarSizeInBits() * 2; in getTypeBasedIntrinsicInstrCost() local2757 Type *ExtTy = RetTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()