Searched refs:performScatterStoreCombine (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 20827 static SDValue performScatterStoreCombine(SDNode *N, SelectionDAG &DAG, in performScatterStoreCombine() function 21598 return performScatterStoreCombine(N, DAG, AArch64ISD::SSTNT1_PRED); in PerformDAGCombine() 21600 return performScatterStoreCombine(N, DAG, AArch64ISD::SSTNT1_PRED); in PerformDAGCombine() 21602 return performScatterStoreCombine(N, DAG, AArch64ISD::SSTNT1_PRED); in PerformDAGCombine() 21604 return performScatterStoreCombine(N, DAG, AArch64ISD::SSTNT1_INDEX_PRED); in PerformDAGCombine() 21651 return performScatterStoreCombine(N, DAG, AArch64ISD::SST1_PRED); in PerformDAGCombine() 21653 return performScatterStoreCombine(N, DAG, AArch64ISD::SST1_SCALED_PRED); in PerformDAGCombine() 21655 return performScatterStoreCombine(N, DAG, AArch64ISD::SST1_SXTW_PRED, in PerformDAGCombine() 21658 return performScatterStoreCombine(N, DAG, AArch64ISD::SST1_UXTW_PRED, in PerformDAGCombine() 21661 return performScatterStoreCombine(N, DAG, in PerformDAGCombine() [all …]
|