Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp25927 static SDValue performScatterStoreCombine(SDNode *N, SelectionDAG &DAG, in performScatterStoreCombine() function
26953 return performScatterStoreCombine(N, DAG, AArch64ISD::SSTNT1_PRED); in PerformDAGCombine()
26955 return performScatterStoreCombine(N, DAG, AArch64ISD::SSTNT1_PRED); in PerformDAGCombine()
26957 return performScatterStoreCombine(N, DAG, AArch64ISD::SSTNT1_PRED); in PerformDAGCombine()
26959 return performScatterStoreCombine(N, DAG, AArch64ISD::SSTNT1_INDEX_PRED); in PerformDAGCombine()
27013 return performScatterStoreCombine(N, DAG, AArch64ISD::SST1Q_PRED); in PerformDAGCombine()
27015 return performScatterStoreCombine(N, DAG, AArch64ISD::SST1Q_INDEX_PRED); in PerformDAGCombine()
27017 return performScatterStoreCombine(N, DAG, AArch64ISD::SST1_PRED); in PerformDAGCombine()
27019 return performScatterStoreCombine(N, DAG, AArch64ISD::SST1_SCALED_PRED); in PerformDAGCombine()
27021 return performScatterStoreCombine(N, DAG, AArch64ISD::SST1_SXTW_PRED, in PerformDAGCombine()
[all …]