Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp161 SDNode *SelectStore(SDNode *N, unsigned NumVecs, unsigned Opc);
1187 SDNode *AArch64DAGToDAGISel::SelectStore(SDNode *N, unsigned NumVecs, in SelectStore() function in AArch64DAGToDAGISel
2725 return SelectStore(Node, 2, AArch64::ST1Twov8b); in Select()
2727 return SelectStore(Node, 2, AArch64::ST1Twov16b); in Select()
2729 return SelectStore(Node, 2, AArch64::ST1Twov4h); in Select()
2731 return SelectStore(Node, 2, AArch64::ST1Twov8h); in Select()
2733 return SelectStore(Node, 2, AArch64::ST1Twov2s); in Select()
2735 return SelectStore(Node, 2, AArch64::ST1Twov4s); in Select()
2737 return SelectStore(Node, 2, AArch64::ST1Twov2d); in Select()
2739 return SelectStore(Node, 2, AArch64::ST1Twov1d); in Select()
[all …]
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.h64 SDNode *SelectStore(SDNode *N);
DNVPTXISelDAGToDAG.cpp121 ResNode = SelectStore(N); in Select()
2050 SDNode *NVPTXDAGToDAGISel::SelectStore(SDNode *N) { in SelectStore() function in NVPTXDAGToDAGISel
/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp102 SDNode *SelectStore(SDNode *N);
594 SDNode *HexagonDAGToDAGISel::SelectStore(SDNode *N) { in SelectStore() function in HexagonDAGToDAGISel
929 SDNode* Store = SelectStore(ST.getNode()); in SelectIntrinsicWChain()
1020 SDNode* Store = SelectStore(ST.getNode()); in SelectIntrinsicWChain()
1325 return SelectStore(N); in Select()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp131 bool SelectStore(const Instruction *I);
719 bool PPCFastISel::SelectStore(const Instruction *I) { in SelectStore() function in PPCFastISel
1843 return SelectStore(I); in fastSelectInstruction()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp145 bool SelectStore(const Instruction *I);
1172 bool ARMFastISel::SelectStore(const Instruction *I) { in SelectStore() function in ARMFastISel
2814 return SelectStore(I); in fastSelectInstruction()