Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp423 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 DHexagonISelDAGToDAG.h94 void SelectStore(SDNode *N);
H A DHexagonISelDAGToDAG.cpp251 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 DPPCFastISel.cpp126 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 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()