Lines Matching refs:ExtVT

2993         EVT ExtVT = EVT::getIntegerVT(*DAG.getContext(), ActiveBits);  in visitAND()  local
2997 if (ExtVT == LoadedVT && in visitAND()
2999 ExtVT))) { in visitAND()
3003 LN0->getChain(), LN0->getBasePtr(), ExtVT, in visitAND()
3013 if (!LN0->isVolatile() && LoadedVT.bitsGT(ExtVT) && ExtVT.isRound() && in visitAND()
3015 ExtVT))) { in visitAND()
3026 unsigned EVTStoreBytes = ExtVT.getStoreSize(); in visitAND()
3039 ExtVT, LN0->isVolatile(), LN0->isNonTemporal(), in visitAND()
4355 EVT ExtVT = EVT::getIntegerVT(*DAG.getContext(), LowBits); in visitSRA() local
4357 ExtVT = EVT::getVectorVT(*DAG.getContext(), in visitSRA()
4358 ExtVT, VT.getVectorNumElements()); in visitSRA()
4360 TLI.isOperationLegal(ISD::SIGN_EXTEND_INREG, ExtVT))) in visitSRA()
4362 N0.getOperand(0), DAG.getValueType(ExtVT)); in visitSRA()
6271 EVT ExtVT = VT; in ReduceLoadWidth() local
6281 ExtVT = cast<VTSDNode>(N->getOperand(1))->getVT(); in ReduceLoadWidth()
6288 ExtVT = EVT::getIntegerVT(*DAG.getContext(), in ReduceLoadWidth()
6291 if (LegalOperations && !TLI.isLoadExtLegal(ExtType, VT, ExtVT)) in ReduceLoadWidth()
6294 unsigned EVTBits = ExtVT.getSizeInBits(); in ReduceLoadWidth()
6298 if (!ExtVT.isRound()) in ReduceLoadWidth()
6334 ExtVT == VT && TLI.isNarrowingProfitable(N0.getValueType(), VT)) { in ReduceLoadWidth()
6367 LN0->getMemoryVT().getSizeInBits() < ExtVT.getSizeInBits() + ShAmt) in ReduceLoadWidth()
6370 if (!TLI.shouldReduceLoadWidth(LN0, ExtType, ExtVT)) in ReduceLoadWidth()
6383 unsigned EVTStoreBits = ExtVT.getStoreSizeInBits(); in ReduceLoadWidth()
6403 ExtVT, LN0->isVolatile(), LN0->isNonTemporal(), in ReduceLoadWidth()
11051 EVT ExtVT = VT.getVectorElementType(); in visitEXTRACT_VECTOR_ELT() local
11052 EVT LVT = ExtVT; in visitEXTRACT_VECTOR_ELT()
11065 if (!BCVT.isVector() || ExtVT.bitsGT(BCVT.getVectorElementType())) in visitEXTRACT_VECTOR_ELT()
11070 ExtVT = BCVT.getVectorElementType(); in visitEXTRACT_VECTOR_ELT()
11099 InVec.getOperand(0).getValueType() == ExtVT && in visitEXTRACT_VECTOR_ELT()