Searched refs:SelectMultiVectorMove (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 399 void SelectMultiVectorMove(SDNode *N, unsigned NumVecs, unsigned BaseReg, 2067 void AArch64DAGToDAGISel::SelectMultiVectorMove(SDNode *N, unsigned NumVecs, in SelectMultiVectorMove() function in AArch64DAGToDAGISel 5300 SelectMultiVectorMove<14, 2>(Node, 2, AArch64::ZAB0, in Select() 5305 SelectMultiVectorMove<6, 2>(Node, 2, AArch64::ZAH0, in Select() 5309 SelectMultiVectorMove<2, 2>(Node, 2, AArch64::ZAS0, in Select() 5313 SelectMultiVectorMove<0, 2>(Node, 2, AArch64::ZAD0, in Select() 5321 SelectMultiVectorMove<14, 2>(Node, 2, AArch64::ZAB0, in Select() 5326 SelectMultiVectorMove<6, 2>(Node, 2, AArch64::ZAH0, in Select() 5330 SelectMultiVectorMove<2, 2>(Node, 2, AArch64::ZAS0, in Select() 5334 SelectMultiVectorMove<0, 2>(Node, 2, AArch64::ZAD0, in Select() [all …]
|