Searched refs:SelectStore (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 4152 SelectStore(Node, 2, AArch64::ST1Twov8b); in Select() 4159 SelectStore(Node, 2, AArch64::ST1Twov4h); in Select() 4163 SelectStore(Node, 2, AArch64::ST1Twov8h); in Select() 4166 SelectStore(Node, 2, AArch64::ST1Twov2s); in Select() 4169 SelectStore(Node, 2, AArch64::ST1Twov4s); in Select() 4172 SelectStore(Node, 2, AArch64::ST1Twov2d); in Select() 4175 SelectStore(Node, 2, AArch64::ST1Twov1d); in Select() 4242 SelectStore(Node, 2, AArch64::ST2Twov8b); in Select() 4249 SelectStore(Node, 2, AArch64::ST2Twov4h); in Select() 4253 SelectStore(Node, 2, AArch64::ST2Twov8h); in Select() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAG.h | 96 void SelectStore(SDNode *N);
|
| H A D | HexagonISelDAGToDAG.cpp | 241 SelectStore(TS.getNode()); in StoreInstrForLoadIntrinsic() 554 void HexagonDAGToDAGISel::SelectStore(SDNode *N) { in SelectStore() function in HexagonDAGToDAGISel 893 case ISD::STORE: return SelectStore(N); in Select()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 127 bool SelectStore(const Instruction *I); 735 bool PPCFastISel::SelectStore(const Instruction *I) { in SelectStore() function in PPCFastISel 1947 return SelectStore(I); in fastSelectInstruction()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 163 bool SelectStore(const Instruction *I); 1135 bool ARMFastISel::SelectStore(const Instruction *I) { in SelectStore() function in ARMFastISel 2828 return SelectStore(I); in fastSelectInstruction()
|