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.cpp421 void SelectStore(SDNode *N, unsigned NumVecs, unsigned Opc);
2268 void AArch64DAGToDAGISel::SelectStore(SDNode *N, unsigned NumVecs, in SelectStore() function in AArch64DAGToDAGISel
6471 SelectStore(Node, 2, AArch64::ST1Twov8b); in Select()
6474 SelectStore(Node, 2, AArch64::ST1Twov16b); in Select()
6478 SelectStore(Node, 2, AArch64::ST1Twov4h); in Select()
6482 SelectStore(Node, 2, AArch64::ST1Twov8h); in Select()
6485 SelectStore(Node, 2, AArch64::ST1Twov2s); in Select()
6488 SelectStore(Node, 2, AArch64::ST1Twov4s); in Select()
6491 SelectStore(Node, 2, AArch64::ST1Twov2d); in Select()
6494 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.cpp252 SelectStore(TS.getNode()); in StoreInstrForLoadIntrinsic()
565 void HexagonDAGToDAGISel::SelectStore(SDNode *N) { in SelectStore() function in HexagonDAGToDAGISel
1036 case ISD::STORE: return SelectStore(N); in Select()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp121 bool SelectStore(const Instruction *I);
721 bool PPCFastISel::SelectStore(const Instruction *I) { in SelectStore() function in PPCFastISel
1933 return SelectStore(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp188 bool SelectStore(const Instruction *I);
1176 bool ARMFastISel::SelectStore(const Instruction *I) { in SelectStore() function in ARMFastISel
2901 return SelectStore(I); in fastSelectInstruction()