HomeSort by: relevance | last modified time | path
    Searched refs:SelectStore (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 268 void SelectStore(SDNode *N, unsigned NumVecs, unsigned Opc);
1487 void AArch64DAGToDAGISel::SelectStore(SDNode *N, unsigned NumVecs,
3932 SelectStore(Node, 2, AArch64::ST1Twov8b);
3935 SelectStore(Node, 2, AArch64::ST1Twov16b);
3939 SelectStore(Node, 2, AArch64::ST1Twov4h);
3943 SelectStore(Node, 2, AArch64::ST1Twov8h);
3946 SelectStore(Node, 2, AArch64::ST1Twov2s);
3949 SelectStore(Node, 2, AArch64::ST1Twov4s);
3952 SelectStore(Node, 2, AArch64::ST1Twov2d);
3955 SelectStore(Node, 2, AArch64::ST1Twov1d)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.h 96 void SelectStore(SDNode *N);
HexagonISelDAGToDAG.cpp 241 SelectStore(TS.getNode());
554 void HexagonDAGToDAGISel::SelectStore(SDNode *N) {
893 case ISD::STORE: return SelectStore(N);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 127 bool SelectStore(const Instruction *I);
735 bool PPCFastISel::SelectStore(const Instruction *I) {
1945 return SelectStore(I);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFastISel.cpp 164 bool SelectStore(const Instruction *I);
1132 bool ARMFastISel::SelectStore(const Instruction *I) {
2823 return SelectStore(I);

Completed in 30 milliseconds