Searched refs:SelectStore (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 423 void SelectStore(SDNode *N, unsigned NumVecs, unsigned Opc); 2168 void AArch64DAGToDAGISel::SelectStore(SDNode *N, unsigned NumVecs, in SelectStore() function in AArch64DAGToDAGISel 6158 SelectStore(Node, 2, AArch64::ST1Twov8b); in Select() 6161 SelectStore(Node, 2, AArch64::ST1Twov16b); in Select() 6165 SelectStore(Node, 2, AArch64::ST1Twov4h); in Select() 6169 SelectStore(Node, 2, AArch64::ST1Twov8h); in Select() 6172 SelectStore(Node, 2, AArch64::ST1Twov2s); in Select() 6175 SelectStore(Node, 2, AArch64::ST1Twov4s); in Select() 6178 SelectStore(Node, 2, AArch64::ST1Twov2d); in Select() 6181 SelectStore(Node, 2, AArch64::ST1Twov1d); in Select() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.h | 94 void SelectStore(SDNode *N);
|
H A D | HexagonISelDAGToDAG.cpp | 251 SelectStore(TS.getNode()); in StoreInstrForLoadIntrinsic() 564 void HexagonDAGToDAGISel::SelectStore(SDNode *N) { in SelectStore() function in HexagonDAGToDAGISel 1035 case ISD::STORE: return SelectStore(N); in Select()
|
/freebsd/contrib/llvm-project/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 1944 return SelectStore(I); in fastSelectInstruction()
|
/freebsd/contrib/llvm-project/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()
|