Searched refs:SelectPostLoadLane (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 6423 SelectPostLoadLane(Node, 1, AArch64::LD1i8_POST); in Select() 6427 SelectPostLoadLane(Node, 1, AArch64::LD1i16_POST); in Select() 6431 SelectPostLoadLane(Node, 1, AArch64::LD1i32_POST); in Select() 6435 SelectPostLoadLane(Node, 1, AArch64::LD1i64_POST); in Select() 6442 SelectPostLoadLane(Node, 2, AArch64::LD2i8_POST); in Select() 6446 SelectPostLoadLane(Node, 2, AArch64::LD2i16_POST); in Select() 6450 SelectPostLoadLane(Node, 2, AArch64::LD2i32_POST); in Select() 6454 SelectPostLoadLane(Node, 2, AArch64::LD2i64_POST); in Select() 6461 SelectPostLoadLane(Node, 3, AArch64::LD3i8_POST); in Select() 6465 SelectPostLoadLane(Node, 3, AArch64::LD3i16_POST); in Select() [all …]
|