Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp956 MVT LegalVT = LT.second; in getShuffleCost() local
957 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() local
3585 if (!LegalVT.isVector()) in getInterleavedMemoryOpCostAVX2()
3595 unsigned LegalVTSize = LegalVT.getStoreSize(); in getInterleavedMemoryOpCostAVX2()
3600 LegalVT.getVectorNumElements()); in getInterleavedMemoryOpCostAVX2()
[all …]
DX86ISelLowering.cpp2174 EVT LegalVT = VT; in getSetCCResultType() local
2175 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp3435 EVT LegalVT = getTypeToTransformTo(*DAG.getContext(), VT); in getFFBX_U32() local
3436 if (LegalVT != MVT::i32 && (Subtarget->has16BitInsts() && in getFFBX_U32()
3437 LegalVT != MVT::i16)) in getFFBX_U32()