Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18929 static SDValue performScatterStoreCombine(SDNode *N, SelectionDAG &DAG, in performScatterStoreCombine() function
19697 return performScatterStoreCombine(N, DAG, AArch64ISD::SSTNT1_PRED); in PerformDAGCombine()
19699 return performScatterStoreCombine(N, DAG, AArch64ISD::SSTNT1_PRED); in PerformDAGCombine()
19701 return performScatterStoreCombine(N, DAG, AArch64ISD::SSTNT1_PRED); in PerformDAGCombine()
19750 return performScatterStoreCombine(N, DAG, AArch64ISD::SST1_PRED); in PerformDAGCombine()
19752 return performScatterStoreCombine(N, DAG, AArch64ISD::SST1_SCALED_PRED); in PerformDAGCombine()
19754 return performScatterStoreCombine(N, DAG, AArch64ISD::SST1_SXTW_PRED, in PerformDAGCombine()
19757 return performScatterStoreCombine(N, DAG, AArch64ISD::SST1_UXTW_PRED, in PerformDAGCombine()
19760 return performScatterStoreCombine(N, DAG, in PerformDAGCombine()
19764 return performScatterStoreCombine(N, DAG, in PerformDAGCombine()
[all …]