Searched refs:SelectStore (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 3297 SelectStore(Node, 2, AArch64::ST1Twov8b); in Select() 3303 SelectStore(Node, 2, AArch64::ST1Twov4h); in Select() 3306 SelectStore(Node, 2, AArch64::ST1Twov8h); in Select() 3309 SelectStore(Node, 2, AArch64::ST1Twov2s); in Select() 3312 SelectStore(Node, 2, AArch64::ST1Twov4s); in Select() 3315 SelectStore(Node, 2, AArch64::ST1Twov2d); in Select() 3318 SelectStore(Node, 2, AArch64::ST1Twov1d); in Select() 3381 SelectStore(Node, 2, AArch64::ST2Twov8b); in Select() 3387 SelectStore(Node, 2, AArch64::ST2Twov4h); in Select() 3390 SelectStore(Node, 2, AArch64::ST2Twov8h); in Select() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAG.h | 98 void SelectStore(SDNode *N);
|
| H A D | HexagonISelDAGToDAG.cpp | 242 SelectStore(TS.getNode()); in StoreInstrForLoadIntrinsic() 555 void HexagonDAGToDAGISel::SelectStore(SDNode *N) { in SelectStore() function in HexagonDAGToDAGISel 881 case ISD::STORE: return SelectStore(N); in Select()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 132 bool SelectStore(const Instruction *I); 750 bool PPCFastISel::SelectStore(const Instruction *I) { in SelectStore() function in PPCFastISel 1956 return SelectStore(I); in fastSelectInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 169 bool SelectStore(const Instruction *I); 1149 bool ARMFastISel::SelectStore(const Instruction *I) { in SelectStore() function in ARMFastISel 2835 return SelectStore(I); in fastSelectInstruction()
|