Searched refs:performScatterStoreCombine (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 24502 static SDValue performScatterStoreCombine(SDNode *N, SelectionDAG &DAG, in performScatterStoreCombine() function 25481 return performScatterStoreCombine(N, DAG, AArch64ISD::SSTNT1_PRED); in PerformDAGCombine() 25483 return performScatterStoreCombine(N, DAG, AArch64ISD::SSTNT1_PRED); in PerformDAGCombine() 25485 return performScatterStoreCombine(N, DAG, AArch64ISD::SSTNT1_PRED); in PerformDAGCombine() 25487 return performScatterStoreCombine(N, DAG, AArch64ISD::SSTNT1_INDEX_PRED); in PerformDAGCombine() 25541 return performScatterStoreCombine(N, DAG, AArch64ISD::SST1Q_PRED); in PerformDAGCombine() 25543 return performScatterStoreCombine(N, DAG, AArch64ISD::SST1Q_INDEX_PRED); in PerformDAGCombine() 25545 return performScatterStoreCombine(N, DAG, AArch64ISD::SST1_PRED); in PerformDAGCombine() 25547 return performScatterStoreCombine(N, DAG, AArch64ISD::SST1_SCALED_PRED); in PerformDAGCombine() 25549 return performScatterStoreCombine(N, DAG, AArch64ISD::SST1_SXTW_PRED, in PerformDAGCombine() [all …]
|