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

Declarations

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

References

lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
 3877       SelectPostLoadLane(Node, 1, AArch64::LD1i8_POST);
 3881       SelectPostLoadLane(Node, 1, AArch64::LD1i16_POST);
 3885       SelectPostLoadLane(Node, 1, AArch64::LD1i32_POST);
 3889       SelectPostLoadLane(Node, 1, AArch64::LD1i64_POST);
 3896       SelectPostLoadLane(Node, 2, AArch64::LD2i8_POST);
 3900       SelectPostLoadLane(Node, 2, AArch64::LD2i16_POST);
 3904       SelectPostLoadLane(Node, 2, AArch64::LD2i32_POST);
 3908       SelectPostLoadLane(Node, 2, AArch64::LD2i64_POST);
 3915       SelectPostLoadLane(Node, 3, AArch64::LD3i8_POST);
 3919       SelectPostLoadLane(Node, 3, AArch64::LD3i16_POST);
 3923       SelectPostLoadLane(Node, 3, AArch64::LD3i32_POST);
 3927       SelectPostLoadLane(Node, 3, AArch64::LD3i64_POST);
 3934       SelectPostLoadLane(Node, 4, AArch64::LD4i8_POST);
 3938       SelectPostLoadLane(Node, 4, AArch64::LD4i16_POST);
 3942       SelectPostLoadLane(Node, 4, AArch64::LD4i32_POST);
 3946       SelectPostLoadLane(Node, 4, AArch64::LD4i64_POST);