Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp4152 SelectStore(Node, 2, AArch64::ST1Twov8b); in Select()
4159 SelectStore(Node, 2, AArch64::ST1Twov4h); in Select()
4163 SelectStore(Node, 2, AArch64::ST1Twov8h); in Select()
4166 SelectStore(Node, 2, AArch64::ST1Twov2s); in Select()
4169 SelectStore(Node, 2, AArch64::ST1Twov4s); in Select()
4172 SelectStore(Node, 2, AArch64::ST1Twov2d); in Select()
4175 SelectStore(Node, 2, AArch64::ST1Twov1d); in Select()
4242 SelectStore(Node, 2, AArch64::ST2Twov8b); in Select()
4249 SelectStore(Node, 2, AArch64::ST2Twov4h); in Select()
4253 SelectStore(Node, 2, AArch64::ST2Twov8h); in Select()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.h96 void SelectStore(SDNode *N);
H A DHexagonISelDAGToDAG.cpp241 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()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp127 bool SelectStore(const Instruction *I);
735 bool PPCFastISel::SelectStore(const Instruction *I) { in SelectStore() function in PPCFastISel
1947 return SelectStore(I); in fastSelectInstruction()
/llvm-project-15.0.7/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
2828 return SelectStore(I); in fastSelectInstruction()