Searched refs:LoadDL (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 14467 SDLoc LoadDL(LoadNodes[0].MemNode); in MergeConsecutiveStores() local 14483 DAG.getLoad(JointMemOpVT, LoadDL, FirstLoad->getChain(), in MergeConsecutiveStores() 14492 NewLoad = DAG.getExtLoad(ISD::EXTLOAD, LoadDL, ExtendedTy, in MergeConsecutiveStores()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 11861 SDLoc LoadDL(LoadNodes[0].MemNode); in MergeConsecutiveStores() local 11867 JointMemOpVT, LoadDL, FirstLoad->getChain(), FirstLoad->getBasePtr(), in MergeConsecutiveStores()
|