Home
last modified time | relevance | path

Searched refs:SelectPostLoadLane (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp4723 SelectPostLoadLane(Node, 1, AArch64::LD1i8_POST); in Select()
4727 SelectPostLoadLane(Node, 1, AArch64::LD1i16_POST); in Select()
4731 SelectPostLoadLane(Node, 1, AArch64::LD1i32_POST); in Select()
4735 SelectPostLoadLane(Node, 1, AArch64::LD1i64_POST); in Select()
4742 SelectPostLoadLane(Node, 2, AArch64::LD2i8_POST); in Select()
4746 SelectPostLoadLane(Node, 2, AArch64::LD2i16_POST); in Select()
4750 SelectPostLoadLane(Node, 2, AArch64::LD2i32_POST); in Select()
4754 SelectPostLoadLane(Node, 2, AArch64::LD2i64_POST); in Select()
4761 SelectPostLoadLane(Node, 3, AArch64::LD3i8_POST); in Select()
4765 SelectPostLoadLane(Node, 3, AArch64::LD3i16_POST); in Select()
[all …]