Searched refs:SelectPostStoreLane (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 152 SDNode *SelectPostStoreLane(SDNode *N, unsigned NumVecs, unsigned Opc); 1306 SDNode *AArch64DAGToDAGISel::SelectPostStoreLane(SDNode *N, unsigned NumVecs, in SelectPostStoreLane() function in AArch64DAGToDAGISel 3031 return SelectPostStoreLane(Node, 2, AArch64::ST2i8_POST); in Select() 3034 return SelectPostStoreLane(Node, 2, AArch64::ST2i16_POST); in Select() 3037 return SelectPostStoreLane(Node, 2, AArch64::ST2i32_POST); in Select() 3040 return SelectPostStoreLane(Node, 2, AArch64::ST2i64_POST); in Select() 3046 return SelectPostStoreLane(Node, 3, AArch64::ST3i8_POST); in Select() 3049 return SelectPostStoreLane(Node, 3, AArch64::ST3i16_POST); in Select() 3052 return SelectPostStoreLane(Node, 3, AArch64::ST3i32_POST); in Select() 3055 return SelectPostStoreLane(Node, 3, AArch64::ST3i64_POST); in Select() [all …]
|