Searched refs:SelectStore (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 378 void SelectStore(SDNode *N, unsigned NumVecs, unsigned Opc); 1800 void AArch64DAGToDAGISel::SelectStore(SDNode *N, unsigned NumVecs, in SelectStore() function in AArch64DAGToDAGISel 4788 SelectStore(Node, 2, AArch64::ST1Twov8b); in Select() 4791 SelectStore(Node, 2, AArch64::ST1Twov16b); in Select() 4795 SelectStore(Node, 2, AArch64::ST1Twov4h); in Select() 4799 SelectStore(Node, 2, AArch64::ST1Twov8h); in Select() 4802 SelectStore(Node, 2, AArch64::ST1Twov2s); in Select() 4805 SelectStore(Node, 2, AArch64::ST1Twov4s); in Select() 4808 SelectStore(Node, 2, AArch64::ST1Twov2d); in Select() 4811 SelectStore(Node, 2, AArch64::ST1Twov1d); in Select() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAG.h | 96 void SelectStore(SDNode *N);
|
| H A D | HexagonISelDAGToDAG.cpp | 246 SelectStore(TS.getNode()); in StoreInstrForLoadIntrinsic() 559 void HexagonDAGToDAGISel::SelectStore(SDNode *N) { in SelectStore() function in HexagonDAGToDAGISel 939 case ISD::STORE: return SelectStore(N); in Select()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 126 bool SelectStore(const Instruction *I); 733 bool PPCFastISel::SelectStore(const Instruction *I) { in SelectStore() function in PPCFastISel 1946 return SelectStore(I); in fastSelectInstruction()
|
| /openbsd-src/gnu/llvm/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 2831 return SelectStore(I); in fastSelectInstruction()
|