Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp10934 static bool isConsecutiveLS(SDNode *N, LSBaseSDNode *Base, in isConsecutiveLS() function
11064 if (isConsecutiveLS(ChainLD, LD, VT.getStoreSize(), 1, DAG)) in findConsecutiveLoad()
11095 if (isConsecutiveLS(ChainLD, LD, VT.getStoreSize(), 1, DAG)) in findConsecutiveLoad()
11894 if (!isConsecutiveLS(LD2, LD1, ElemSize, 1, DAG)) in combineBVOfConsecutiveLoads()
11896 if (!isConsecutiveLS(LD1, LD2, ElemSize, 1, DAG)) in combineBVOfConsecutiveLoads()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9572 static bool isConsecutiveLS(SDNode *N, LSBaseSDNode *Base, in isConsecutiveLS() function
9694 if (isConsecutiveLS(ChainLD, LD, VT.getStoreSize(), 1, DAG)) in findConsecutiveLoad()
9725 if (isConsecutiveLS(ChainLD, LD, VT.getStoreSize(), 1, DAG)) in findConsecutiveLoad()