Searched refs:ExtSize (Results 1 – 3 of 3) sorted by relevance
1615 unsigned ExtSize = EltSize; in getGatherScatterOpCost() local1632 ExtSize = TypeSize; in getGatherScatterOpCost()1646 ExtSize = TypeSize; in getGatherScatterOpCost()1650 if (ExtSize * NumElems != 128 || NumElems < 4) in getGatherScatterOpCost()1654 if (ExtSize == 32) in getGatherScatterOpCost()1659 if (ExtSize != 8 && ExtSize != 16) in getGatherScatterOpCost()1669 if (Scale != 1 && Scale * 8 != ExtSize) in getGatherScatterOpCost()1673 if (ZExt->getOperand(0)->getType()->getScalarSizeInBits() <= ExtSize) in getGatherScatterOpCost()
731 unsigned ExtSize = in trySignedBitfieldExtract() local735 if (ExtSize == 32) in trySignedBitfieldExtract()738 const unsigned Msb = ExtSize - 1; in trySignedBitfieldExtract()1194 unsigned ExtSize = in Select() local1197 if (ExtSize >= 32 || ShAmt >= ExtSize) in Select()1199 unsigned LShAmt = Subtarget->getXLen() - ExtSize; in Select()
2191 unsigned ExtSize = RetTy->getScalarSizeInBits() * 2; in getTypeBasedIntrinsicInstrCost() local2192 Type *ExtTy = RetTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()2257 unsigned ExtSize = MulTy->getScalarSizeInBits() * 2; in getTypeBasedIntrinsicInstrCost() local2258 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()