Home
last modified time | relevance | path

Searched refs:LegalVT (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1210 MVT LegalVT = LT.second; in getShuffleCost() local
1211 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() local
5538 unsigned LegalVTSize = LegalVT.getStoreSize(); in getInterleavedMemoryOpCostAVX512()
5714 MVT LegalVT = getTLI()->getTypeLegalizationCost(DL, VecTy).second; in getInterleavedMemoryOpCost() local
[all …]
H A DX86ISelLowering.cpp2577 EVT LegalVT = VT; in getSetCCResultType() local
2578 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()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp3466 EVT LegalVT = getTypeToTransformTo(*DAG.getContext(), VT); in getFFBX_U32() local
3467 if (LegalVT != MVT::i32 && (Subtarget->has16BitInsts() && in getFFBX_U32()
3468 LegalVT != MVT::i16)) in getFFBX_U32()