Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Analysis/
DMemorySSATest.cpp143 LoadInst *FirstLoad = B.CreateLoad(B.getInt8Ty(), PointerArg); in TEST_F() local
151 FirstLoad, nullptr, Merge, MemorySSA::Beginning)); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6877 LoadSDNode *FirstLoad = FirstByteProvider->Load; in MatchLoadCombine() local
6905 *FirstLoad->getMemOperand(), &Fast); in MatchLoadCombine()
6910 SDLoc(N), VT, Chain, FirstLoad->getBasePtr(), in MatchLoadCombine()
6911 FirstLoad->getPointerInfo(), MemVT, in MatchLoadCombine()
6912 FirstLoad->getAlignment()); in MatchLoadCombine()
16067 LoadSDNode *FirstLoad = cast<LoadSDNode>(LoadNodes[0].MemNode); in MergeConsecutiveStores() local
16068 unsigned FirstLoadAlign = FirstLoad->getAlignment(); in MergeConsecutiveStores()
16082 SDValue FirstChain = FirstLoad->getChain(); in MergeConsecutiveStores()
16111 *FirstLoad->getMemOperand(), &IsFastLd) && in MergeConsecutiveStores()
16125 *FirstLoad->getMemOperand(), &IsFastLd) && in MergeConsecutiveStores()
[all …]
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7419 LoadSDNode *FirstLoad = FirstByteProvider->Load; in MatchLoadCombine() local
7447 *FirstLoad->getMemOperand(), &Fast); in MatchLoadCombine()
7453 Chain, FirstLoad->getBasePtr(), in MatchLoadCombine()
7454 FirstLoad->getPointerInfo(), MemVT, FirstLoad->getAlign()); in MatchLoadCombine()
17079 LoadSDNode *FirstLoad = cast<LoadSDNode>(LoadNodes[0].MemNode); in tryStoreMergeOfLoads() local
17093 SDValue LoadChain = FirstLoad->getChain(); in tryStoreMergeOfLoads()
17123 *FirstLoad->getMemOperand(), &IsFastLd) && in tryStoreMergeOfLoads()
17137 *FirstLoad->getMemOperand(), &IsFastLd) && in tryStoreMergeOfLoads()
17154 *FirstLoad->getMemOperand(), &IsFastLd) && in tryStoreMergeOfLoads()
17173 Align FirstLoadAlign = FirstLoad->getAlign(); in tryStoreMergeOfLoads()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11758 LoadSDNode *FirstLoad = cast<LoadSDNode>(LoadNodes[0].MemNode); in MergeConsecutiveStores() local
11759 unsigned FirstLoadAS = FirstLoad->getAddressSpace(); in MergeConsecutiveStores()
11760 unsigned FirstLoadAlign = FirstLoad->getAlignment(); in MergeConsecutiveStores()
11770 SDValue FirstChain = FirstLoad->getChain(); in MergeConsecutiveStores()
11867 JointMemOpVT, LoadDL, FirstLoad->getChain(), FirstLoad->getBasePtr(), in MergeConsecutiveStores()
11868 FirstLoad->getPointerInfo(), false, false, false, FirstLoadAlign); in MergeConsecutiveStores()