Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
DVVPISelLowering.cpp184 MVT SplitDataVT = splitVectorType(DataVT); in splitPackedLoadStore()
345 MVT ResVT = splitVectorType(Op.getValue(0).getSimpleValueType()); in splitVectorOp()
377 auto UnpackedOpVT = splitVectorType(PackedOperand.getSimpleValueType()); in splitVectorOp()
DVECustomDAG.h30 MVT splitVectorType(MVT VT);
DVECustomDAG.cpp28 MVT splitVectorType(MVT VT) { in splitVectorType() function