Searched refs:splitVectorType (Results 1 – 3 of 3) sorted by relevance
190 MVT SplitDataVT = splitVectorType(DataVT); in splitPackedLoadStore() 351 MVT ResVT = splitVectorType(Op.getValue(0).getSimpleValueType()); in splitVectorOp() 383 auto UnpackedOpVT = splitVectorType(PackedOperand.getSimpleValueType()); in splitVectorOp()
30 MVT splitVectorType(MVT VT);
28 MVT splitVectorType(MVT VT) { in splitVectorType() function