Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2501 EVT CheckVT = LoVT; in SplitVecRes_VECTOR_COMPRESS() local
2502 while (CheckVT.getVectorMinNumElements() > 1) { in SplitVecRes_VECTOR_COMPRESS()
2505 if (TLI.isOperationLegal(ISD::VECTOR_COMPRESS, CheckVT) || in SplitVecRes_VECTOR_COMPRESS()
2506 TLI.isOperationCustom(ISD::VECTOR_COMPRESS, CheckVT)) { in SplitVecRes_VECTOR_COMPRESS()
2510 CheckVT = CheckVT.getHalfNumVectorElementsVT(*DAG.getContext()); in SplitVecRes_VECTOR_COMPRESS()