Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3967 SelectStore(Node, 2, AArch64::ST1Twov8b); in Select()
3974 SelectStore(Node, 2, AArch64::ST1Twov4h); in Select()
3978 SelectStore(Node, 2, AArch64::ST1Twov8h); in Select()
3981 SelectStore(Node, 2, AArch64::ST1Twov2s); in Select()
3984 SelectStore(Node, 2, AArch64::ST1Twov4s); in Select()
3987 SelectStore(Node, 2, AArch64::ST1Twov2d); in Select()
3990 SelectStore(Node, 2, AArch64::ST1Twov1d); in Select()
4057 SelectStore(Node, 2, AArch64::ST2Twov8b); in Select()
4064 SelectStore(Node, 2, AArch64::ST2Twov4h); in Select()
4068 SelectStore(Node, 2, AArch64::ST2Twov8h); in Select()
[all …]
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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
1945 return SelectStore(I); in fastSelectInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp164 bool SelectStore(const Instruction *I);
1132 bool ARMFastISel::SelectStore(const Instruction *I) { in SelectStore() function in ARMFastISel
2825 return SelectStore(I); in fastSelectInstruction()