Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15624 static SDValue performScatterStoreCombine(SDNode *N, SelectionDAG &DAG, in performScatterStoreCombine() function
16230 return performScatterStoreCombine(N, DAG, AArch64ISD::SSTNT1_PRED); in PerformDAGCombine()
16232 return performScatterStoreCombine(N, DAG, AArch64ISD::SSTNT1_PRED); in PerformDAGCombine()
16234 return performScatterStoreCombine(N, DAG, AArch64ISD::SSTNT1_PRED); in PerformDAGCombine()
16236 return performScatterStoreCombine(N, DAG, AArch64ISD::SSTNT1_INDEX_PRED); in PerformDAGCombine()
16283 return performScatterStoreCombine(N, DAG, AArch64ISD::SST1_PRED); in PerformDAGCombine()
16285 return performScatterStoreCombine(N, DAG, AArch64ISD::SST1_SCALED_PRED); in PerformDAGCombine()
16287 return performScatterStoreCombine(N, DAG, AArch64ISD::SST1_SXTW_PRED, in PerformDAGCombine()
16290 return performScatterStoreCombine(N, DAG, AArch64ISD::SST1_UXTW_PRED, in PerformDAGCombine()
16293 return performScatterStoreCombine(N, DAG, in PerformDAGCombine()
[all …]