Home
last modified time | relevance | path

Searched refs:SelectStore (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp5840 SelectStore(Node, 2, AArch64::ST1Twov8b); in Select()
5847 SelectStore(Node, 2, AArch64::ST1Twov4h); in Select()
5851 SelectStore(Node, 2, AArch64::ST1Twov8h); in Select()
5854 SelectStore(Node, 2, AArch64::ST1Twov2s); in Select()
5857 SelectStore(Node, 2, AArch64::ST1Twov4s); in Select()
5860 SelectStore(Node, 2, AArch64::ST1Twov2d); in Select()
5863 SelectStore(Node, 2, AArch64::ST1Twov1d); in Select()
5930 SelectStore(Node, 2, AArch64::ST2Twov8b); in Select()
5937 SelectStore(Node, 2, AArch64::ST2Twov4h); in Select()
5941 SelectStore(Node, 2, AArch64::ST2Twov8h); in Select()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.h95 void SelectStore(SDNode *N);
H A DHexagonISelDAGToDAG.cpp246 SelectStore(TS.getNode()); in StoreInstrForLoadIntrinsic()
559 void HexagonDAGToDAGISel::SelectStore(SDNode *N) { in SelectStore() function in HexagonDAGToDAGISel
938 case ISD::STORE: return SelectStore(N); in Select()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp126 bool SelectStore(const Instruction *I);
733 bool PPCFastISel::SelectStore(const Instruction *I) { in SelectStore() function in PPCFastISel
1946 return SelectStore(I); in fastSelectInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp163 bool SelectStore(const Instruction *I);
1135 bool ARMFastISel::SelectStore(const Instruction *I) { in SelectStore() function in ARMFastISel
2831 return SelectStore(I); in fastSelectInstruction()