Searched refs:SelectStore (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 3967 SelectStore(Node, 2, AArch64::ST1Twov8b); in Select() 3974 SelectStore(Node, 2, AArch64::ST1Twov4h); in Select() 3978 SelectStore(Node, 2, AArch64::ST1Twov8h); in Select() 3981 SelectStore(Node, 2, AArch64::ST1Twov2s); in Select() 3984 SelectStore(Node, 2, AArch64::ST1Twov4s); in Select() 3987 SelectStore(Node, 2, AArch64::ST1Twov2d); in Select() 3990 SelectStore(Node, 2, AArch64::ST1Twov1d); in Select() 4057 SelectStore(Node, 2, AArch64::ST2Twov8b); in Select() 4064 SelectStore(Node, 2, AArch64::ST2Twov4h); in Select() 4068 SelectStore(Node, 2, AArch64::ST2Twov8h); in Select() [all …]
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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 1945 return SelectStore(I); in fastSelectInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 164 bool SelectStore(const Instruction *I); 1132 bool ARMFastISel::SelectStore(const Instruction *I) { in SelectStore() function in ARMFastISel 2825 return SelectStore(I); in fastSelectInstruction()
|