Searched refs:isPackedVectorTy (Results 1 – 4 of 4) sorted by relevance
104 inline bool isPackedVectorTy(EVT VT) { in isPackedVectorTy() function
132 if (Insert && NVPTX::isPackedVectorTy(VT) && VT.is32BitVector()) {
2094 if (!(NVPTX::isPackedVectorTy(VT) && VT.is32BitVector())) in LowerBUILD_VECTOR()2191 assert(NVPTX::isPackedVectorTy(VectorVT) && in LowerEXTRACT_VECTOR_ELT()3111 if (NVPTX::isPackedVectorTy(VT)) { in LowerLOAD()3159 if (NVPTX::isPackedVectorTy(VT) && in LowerSTORE()3165 if (NVPTX::isPackedVectorTy(VT) && VT.is32BitVector()) in LowerSTORE()4979 if (!NVPTX::isPackedVectorTy(ElementVT) || ElementVT == MVT::v4i8) in combineUnpackingMovIntoLoad()5102 if (!NVPTX::isPackedVectorTy(ElementVT) || ElementVT == MVT::v4i8) in combinePackingMovIntoStore()5642 NVPTX::isPackedVectorTy(VectorVT) || VectorVT == MVT::v8i8) in PerformEXTRACTCombine()5717 !(NVPTX::isPackedVectorTy(VT) && VT.is32BitVector() && in PerformBUILD_VECTORCombine()
450 if (!(NVPTX::isPackedVectorTy(VT) && VT.getVectorNumElements() == 2)) in tryEXTRACT_VECTOR_ELEMENT()