Home
last modified time | relevance | path

Searched refs:splitVectorType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPISelLowering.cpp190 MVT SplitDataVT = splitVectorType(DataVT); in splitPackedLoadStore()
351 MVT ResVT = splitVectorType(Op.getValue(0).getSimpleValueType()); in splitVectorOp()
383 auto UnpackedOpVT = splitVectorType(PackedOperand.getSimpleValueType()); in splitVectorOp()
H A DVECustomDAG.h30 MVT splitVectorType(MVT VT);
H A DVECustomDAG.cpp28 MVT splitVectorType(MVT VT) { in splitVectorType() function