Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13194 static bool isConsecutiveLS(SDNode *N, LSBaseSDNode *Base, in isConsecutiveLS() function
13288 if (isConsecutiveLS(ChainLD, LD, VT.getStoreSize(), 1, DAG)) in findConsecutiveLoad()
13319 if (isConsecutiveLS(ChainLD, LD, VT.getStoreSize(), 1, DAG)) in findConsecutiveLoad()
14140 if (!isConsecutiveLS(LD2, LD1, ElemSize, 1, DAG)) in combineBVOfConsecutiveLoads()
14142 if (!isConsecutiveLS(LD1, LD2, ElemSize, 1, DAG)) in combineBVOfConsecutiveLoads()