Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13695 auto DistrubuteVecReduceLoad = [&](SDValue N0, SDValue N1, bool IsForward) { in TryDistrubutionADDVecReduce() local
13771 if (SDValue R = DistrubuteVecReduceLoad(N0, N1, true)) in TryDistrubutionADDVecReduce()
13773 if (SDValue R = DistrubuteVecReduceLoad(N1, N0, false)) in TryDistrubutionADDVecReduce()