Searched refs:SliceBase (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 2177 SDValue SliceBase, Base, Offset; in SelectMultiVectorMove() local 2179 SliceBase = N->getOperand(2); in SelectMultiVectorMove() 2181 SliceBase = N->getOperand(3); in SelectMultiVectorMove() 2183 if (!SelectSMETileSlice(SliceBase, MaxIdx, Base, Offset, Scale)) in SelectMultiVectorMove() 2208 SDValue SliceBase = N->getOperand(2); in SelectMultiVectorMoveZ() local 2210 SliceBase = N->getOperand(3); in SelectMultiVectorMoveZ() 2213 if (!SelectSMETileSlice(SliceBase, MaxIdx, Base, Offset, Scale)) in SelectMultiVectorMoveZ()
|