Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20724 SDLoc LoadDL(LoadNodes[0].MemNode); in tryStoreMergeOfLoads() local
20751 JointMemOpVT, LoadDL, FirstLoad->getChain(), FirstLoad->getBasePtr(), in tryStoreMergeOfLoads()
20759 DAG.getShiftAmountConstant(LoadWidth / 2, JointMemOpVT, LoadDL); in tryStoreMergeOfLoads()
20761 StoreOp = DAG.getNode(ISD::ROTL, LoadDL, JointMemOpVT, NewLoad, RotAmt); in tryStoreMergeOfLoads()
20771 NewLoad = DAG.getExtLoad(ISD::EXTLOAD, LoadDL, ExtendedTy, in tryStoreMergeOfLoads()