reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
  194   void SelectPostStoreLane(SDNode *N, unsigned NumVecs, unsigned Opc);

References

lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
 4128       SelectPostStoreLane(Node, 2, AArch64::ST2i8_POST);
 4132       SelectPostStoreLane(Node, 2, AArch64::ST2i16_POST);
 4136       SelectPostStoreLane(Node, 2, AArch64::ST2i32_POST);
 4140       SelectPostStoreLane(Node, 2, AArch64::ST2i64_POST);
 4148       SelectPostStoreLane(Node, 3, AArch64::ST3i8_POST);
 4152       SelectPostStoreLane(Node, 3, AArch64::ST3i16_POST);
 4156       SelectPostStoreLane(Node, 3, AArch64::ST3i32_POST);
 4160       SelectPostStoreLane(Node, 3, AArch64::ST3i64_POST);
 4168       SelectPostStoreLane(Node, 4, AArch64::ST4i8_POST);
 4172       SelectPostStoreLane(Node, 4, AArch64::ST4i16_POST);
 4176       SelectPostStoreLane(Node, 4, AArch64::ST4i32_POST);
 4180       SelectPostStoreLane(Node, 4, AArch64::ST4i64_POST);