Searched refs:ExtSize (Results 1 – 3 of 3) sorted by relevance
1599 unsigned ExtSize = EltSize; in getGatherScatterOpCost() local1616 ExtSize = TypeSize; in getGatherScatterOpCost()1630 ExtSize = TypeSize; in getGatherScatterOpCost()1634 if (ExtSize * NumElems != 128 || NumElems < 4) in getGatherScatterOpCost()1638 if (ExtSize == 32) in getGatherScatterOpCost()1643 if (ExtSize != 8 && ExtSize != 16) in getGatherScatterOpCost()1653 if (Scale != 1 && Scale * 8 != ExtSize) in getGatherScatterOpCost()1657 if (ZExt->getOperand(0)->getType()->getScalarSizeInBits() <= ExtSize) in getGatherScatterOpCost()
1969 unsigned ExtSize = RetTy->getScalarSizeInBits() * 2; in getTypeBasedIntrinsicInstrCost() local1970 Type *ExtTy = RetTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()2035 unsigned ExtSize = MulTy->getScalarSizeInBits() * 2; in getTypeBasedIntrinsicInstrCost() local2036 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize); in getTypeBasedIntrinsicInstrCost()
833 unsigned ExtSize = in Select() local836 if (ExtSize >= 32 || ShAmt >= ExtSize) in Select()838 unsigned LShAmt = Subtarget->getXLen() - ExtSize; in Select()