Searched refs:ExtSize (Results 1 – 2 of 2) sorted by relevance
1529 unsigned ExtSize = EltSize; in getGatherScatterOpCost() local1546 ExtSize = TypeSize; in getGatherScatterOpCost()1560 ExtSize = TypeSize; in getGatherScatterOpCost()1564 if (ExtSize * NumElems != 128 || NumElems < 4) in getGatherScatterOpCost()1568 if (ExtSize == 32) in getGatherScatterOpCost()1573 if (ExtSize != 8 && ExtSize != 16) in getGatherScatterOpCost()1583 if (Scale != 1 && Scale * 8 != ExtSize) in getGatherScatterOpCost()1587 if (ZExt->getOperand(0)->getType()->getScalarSizeInBits() <= ExtSize) in getGatherScatterOpCost()
1757 unsigned ExtSize = RetTy->getScalarSizeInBits() * 2; in getTypeBasedIntrinsicInstrCost() local1758 Type *ExtTy = RetTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()1826 unsigned ExtSize = MulTy->getScalarSizeInBits() * 2; in getTypeBasedIntrinsicInstrCost() local1827 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()