Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A 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()
H A DVECustomDAG.h30 MVT splitVectorType(MVT VT);
H A DVECustomDAG.cpp28 MVT splitVectorType(MVT VT) { in splitVectorType() function