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()
323 if (isPackedVectorType(DataVT)) in legalizeInternalVectorOp() 342 if (isPackedVectorType(IdiomVT) && in legalizeInternalVectorOp() 417 if (isPackedVectorType(IdiomVT)) { in legalizePackedAVL()
32 bool isPackedVectorType(EVT SomeVT);
1930 if (isMaskArithmetic(Op) && isPackedVectorType(Op.getValueType())) in LowerOperation()
240 static inline bool isPackedVectorType(EVT VT, SelectionDAG &DAG) { in isPackedVectorType() function5140 if (!isPackedVectorType(OpVT, DAG)) in LowerBITCAST()15539 if (Idx == 0 && isPackedVectorType(VT, DAG)) { in LowerINSERT_SUBVECTOR()