Searched refs:LegalVT (Results 1 – 3 of 3) sorted by relevance
1210 MVT LegalVT = LT.second; in getShuffleCost() local1211 if (LegalVT.isVector() && in getShuffleCost()1212 LegalVT.getVectorElementType().getSizeInBits() == in getShuffleCost()1214 LegalVT.getVectorNumElements() < in getShuffleCost()1218 unsigned LegalVTSize = LegalVT.getStoreSize(); in getShuffleCost()1225 LegalVT.getVectorNumElements()); in getShuffleCost()1243 LegalVT.getVectorNumElements() * std::max(NumOfSrcs, E); in getShuffleCost()5536 MVT LegalVT = getTLI()->getTypeLegalizationCost(DL, VecTy).second; in getInterleavedMemoryOpCostAVX512() local5538 unsigned LegalVTSize = LegalVT.getStoreSize(); in getInterleavedMemoryOpCostAVX512()5714 MVT LegalVT = getTLI()->getTypeLegalizationCost(DL, VecTy).second; in getInterleavedMemoryOpCost() local[all …]
2577 EVT LegalVT = VT; in getSetCCResultType() local2578 while (getTypeAction(Context, LegalVT) != TypeLegal) in getSetCCResultType()2579 LegalVT = getTypeToTransformTo(Context, LegalVT); in getSetCCResultType()2582 if (LegalVT.getSimpleVT().is512BitVector()) in getSetCCResultType()2585 if (LegalVT.getSimpleVT().isVector() && Subtarget.hasVLX()) { in getSetCCResultType()2589 MVT EltVT = LegalVT.getSimpleVT().getVectorElementType(); in getSetCCResultType()
3466 EVT LegalVT = getTypeToTransformTo(*DAG.getContext(), VT); in getFFBX_U32() local3467 if (LegalVT != MVT::i32 && (Subtarget->has16BitInsts() && in getFFBX_U32()3468 LegalVT != MVT::i16)) in getFFBX_U32()