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

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

Completed in 211 milliseconds