Searched refs:SliceBase (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 2076 SDValue SliceBase, Base, Offset; in SelectMultiVectorMove() local 2078 SliceBase = N->getOperand(2); in SelectMultiVectorMove() 2080 SliceBase = N->getOperand(3); in SelectMultiVectorMove() 2082 if (!SelectSMETileSlice(SliceBase, MaxIdx, Base, Offset, Scale)) in SelectMultiVectorMove() 2107 SDValue SliceBase = N->getOperand(2); in SelectMultiVectorMoveZ() local 2109 SliceBase = N->getOperand(3); in SelectMultiVectorMoveZ() 2112 if (!SelectSMETileSlice(SliceBase, MaxIdx, Base, Offset, Scale)) in SelectMultiVectorMoveZ()
|