Searched refs:SelectStoreLane (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp264 void SelectStoreLane(SDNode *N, unsigned NumVecs, unsigned Opc);
1682 void AArch64DAGToDAGISel::SelectStoreLane(SDNode *N, unsigned NumVecs, function in class:AArch64DAGToDAGISel
4038 SelectStoreLane(Node, 2, AArch64::ST2i8);
4042 SelectStoreLane(Node, 2, AArch64::ST2i16);
4046 SelectStoreLane(Node, 2, AArch64::ST2i32);
4050 SelectStoreLane(Node, 2, AArch64::ST2i64);
4057 SelectStoreLane(Node, 3, AArch64::ST3i8);
4061 SelectStoreLane(Node, 3, AArch64::ST3i16);
4065 SelectStoreLane(Node, 3, AArch64::ST3i32);
4069 SelectStoreLane(Nod
[all...]

Completed in 117 milliseconds