Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp253 void SelectPostLoadLane(SDNode *N, unsigned NumVecs, unsigned Opc);
1644 void AArch64DAGToDAGISel::SelectPostLoadLane(SDNode *N, unsigned NumVecs, in SelectPostLoadLane() function in AArch64DAGToDAGISel
4503 SelectPostLoadLane(Node, 1, AArch64::LD1i8_POST); in Select()
4507 SelectPostLoadLane(Node, 1, AArch64::LD1i16_POST); in Select()
4511 SelectPostLoadLane(Node, 1, AArch64::LD1i32_POST); in Select()
4515 SelectPostLoadLane(Node, 1, AArch64::LD1i64_POST); in Select()
4522 SelectPostLoadLane(Node, 2, AArch64::LD2i8_POST); in Select()
4526 SelectPostLoadLane(Node, 2, AArch64::LD2i16_POST); in Select()
4530 SelectPostLoadLane(Node, 2, AArch64::LD2i32_POST); in Select()
4534 SelectPostLoadLane(Node, 2, AArch64::LD2i64_POST); in Select()
[all …]