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 legalizeInternalLoadStoreOp()342 if (isPackedVectorType(IdiomVT) && in legalizeInternalVectorOp()417 if (isPackedVectorType(IdiomVT)) { in legalizePackedAVL()
32 bool isPackedVectorType(EVT SomeVT);
1943 if (isMaskArithmetic(Op) && isPackedVectorType(Op.getValueType())) in LowerOperation()
234 static inline bool isPackedVectorType(EVT VT, SelectionDAG &DAG) { in isMergePassthruOpcode() 14636 if (Idx == 0 && isPackedVectorType(VT, DAG)) { in getTgtMemIntrinsic() 224 static inline bool isPackedVectorType(EVT VT, SelectionDAG &DAG) { isPackedVectorType() function [all...]