Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6005 LoadSDNode *FirstLoad = FirstByteProvider->Load; in MatchLoadCombine() local
6022 VT, FirstLoad->getAddressSpace(), in MatchLoadCombine()
6028 DAG.getLoad(VT, SDLoc(N), Chain, FirstLoad->getBasePtr(), in MatchLoadCombine()
6029 FirstLoad->getPointerInfo(), FirstLoad->getAlignment()); in MatchLoadCombine()
14849 LoadSDNode *FirstLoad = cast<LoadSDNode>(LoadNodes[0].MemNode); in MergeConsecutiveStores() local
14850 unsigned FirstLoadAS = FirstLoad->getAddressSpace(); in MergeConsecutiveStores()
14851 unsigned FirstLoadAlign = FirstLoad->getAlignment(); in MergeConsecutiveStores()
14865 SDValue FirstChain = FirstLoad->getChain(); in MergeConsecutiveStores()
15004 DAG.getLoad(JointMemOpVT, LoadDL, FirstLoad->getChain(), in MergeConsecutiveStores()
15005 FirstLoad->getBasePtr(), FirstLoad->getPointerInfo(), in MergeConsecutiveStores()
[all …]