Searched refs:isPackedVectorType (Results 1 – 5 of 5) sorted by relevance
22 bool isPackedVectorType(EVT SomeVT) { in isPackedVectorType() function41 return isPackedVectorType(VT) ? Packing::Dense : Packing::Normal; in getTypePacking()102 bool IsPackedOp = isPackedVectorType(IdiomVT); in supportsPackedMode()459 if (isPackedVectorType(ResultVT)) { in getBroadcast()
317 if (isPackedVectorType(DataVT)) in legalizeInternalLoadStoreOp()336 if (isPackedVectorType(IdiomVT) && in legalizeInternalVectorOp()411 if (isPackedVectorType(IdiomVT)) { in legalizePackedAVL()
32 bool isPackedVectorType(EVT SomeVT);
1947 if (isMaskArithmetic(Op) && isPackedVectorType(Op.getValueType())) in LowerOperation()
205 static inline bool isPackedVectorType(EVT VT, SelectionDAG &DAG) { in isPackedVectorType() function12663 if (Idx == 0 && isPackedVectorType(InVT, DAG)) in LowerEXTRACT_SUBVECTOR()12770 if (Idx == 0 && isPackedVectorType(VT, DAG)) { in LowerINSERT_SUBVECTOR()