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.cpp13628 auto DistrubuteVecReduceLoad = [&](SDValue N0, SDValue N1, bool IsForward) { in TryDistrubutionADDVecReduce() local
13704 if (SDValue R = DistrubuteVecReduceLoad(N0, N1, true)) in TryDistrubutionADDVecReduce()
13706 if (SDValue R = DistrubuteVecReduceLoad(N1, N0, false)) in TryDistrubutionADDVecReduce()