Searched refs:LegalVT (Results 1 – 3 of 3) sorted by relevance
956 MVT LegalVT = LT.second; in getShuffleCost() local957 if (LegalVT.isVector() && in getShuffleCost()958 LegalVT.getVectorElementType().getSizeInBits() == in getShuffleCost()960 LegalVT.getVectorNumElements() < Tp->getVectorNumElements()) { in getShuffleCost()963 unsigned LegalVTSize = LegalVT.getStoreSize(); in getShuffleCost()970 LegalVT.getVectorNumElements()); in getShuffleCost()3580 MVT LegalVT = getTLI()->getTypeLegalizationCost(DL, VecTy).second; in getInterleavedMemoryOpCostAVX2() local3585 if (!LegalVT.isVector()) in getInterleavedMemoryOpCostAVX2()3595 unsigned LegalVTSize = LegalVT.getStoreSize(); in getInterleavedMemoryOpCostAVX2()3600 LegalVT.getVectorNumElements()); in getInterleavedMemoryOpCostAVX2()[all …]
2174 EVT LegalVT = VT; in getSetCCResultType() local2175 while (getTypeAction(Context, LegalVT) != TypeLegal) in getSetCCResultType()2176 LegalVT = getTypeToTransformTo(Context, LegalVT); in getSetCCResultType()2179 if (LegalVT.getSimpleVT().is512BitVector()) in getSetCCResultType()2182 if (LegalVT.getSimpleVT().isVector() && Subtarget.hasVLX()) { in getSetCCResultType()2186 MVT EltVT = LegalVT.getSimpleVT().getVectorElementType(); in getSetCCResultType()
3435 EVT LegalVT = getTypeToTransformTo(*DAG.getContext(), VT); in getFFBX_U32() local3436 if (LegalVT != MVT::i32 && (Subtarget->has16BitInsts() && in getFFBX_U32()3437 LegalVT != MVT::i16)) in getFFBX_U32()