Searched refs:isConsecutiveLS (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 11109 static bool isConsecutiveLS(SDNode *N, LSBaseSDNode *Base, in isConsecutiveLS() function 11239 if (isConsecutiveLS(ChainLD, LD, VT.getStoreSize(), 1, DAG)) in findConsecutiveLoad() 11270 if (isConsecutiveLS(ChainLD, LD, VT.getStoreSize(), 1, DAG)) in findConsecutiveLoad() 12100 if (!isConsecutiveLS(LD2, LD1, ElemSize, 1, DAG)) in combineBVOfConsecutiveLoads() 12102 if (!isConsecutiveLS(LD1, LD2, ElemSize, 1, DAG)) in combineBVOfConsecutiveLoads()
|