Searched refs:FirstLoad (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | MemorySSA.cpp | 142 LoadInst *FirstLoad = B.CreateLoad(PointerArg); in TEST_F() local 150 FirstLoad, nullptr, Merge, MemorySSA::Beginning)); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 5847 LoadSDNode *FirstLoad = FirstByteProvider->Load; in MatchLoadCombine() local 5864 VT, FirstLoad->getAddressSpace(), in MatchLoadCombine() 5865 FirstLoad->getAlignment(), &Fast); in MatchLoadCombine() 5870 DAG.getLoad(VT, SDLoc(N), Chain, FirstLoad->getBasePtr(), in MatchLoadCombine() 5871 FirstLoad->getPointerInfo(), FirstLoad->getAlignment()); in MatchLoadCombine() 14328 LoadSDNode *FirstLoad = cast<LoadSDNode>(LoadNodes[0].MemNode); in MergeConsecutiveStores() local 14329 unsigned FirstLoadAS = FirstLoad->getAddressSpace(); in MergeConsecutiveStores() 14330 unsigned FirstLoadAlign = FirstLoad->getAlignment(); in MergeConsecutiveStores() 14344 SDValue FirstChain = FirstLoad->getChain(); in MergeConsecutiveStores() 14483 DAG.getLoad(JointMemOpVT, LoadDL, FirstLoad->getChain(), in MergeConsecutiveStores() [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 11758 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()
|