Searched refs:Store0 (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | SelectionDAGAddressAnalysisTest.cpp | 164 SDValue Store0 = DAG->getStore(DAG->getEntryNode(), Loc, Value, Index0, in TEST_F() local 169 cast<StoreSDNode>(Store0)->getMemoryVT().getStoreSize()); in TEST_F() 175 Store0.getNode(), NumBytes0, Store1.getNode(), NumBytes1, *DAG, IsAlias); in TEST_F() 194 SDValue Store0 = in TEST_F() local 199 cast<StoreSDNode>(Store0)->getMemoryVT().getStoreSize()); in TEST_F() 289 SDValue Store0 = DAG->getStore(DAG->getEntryNode(), Loc, Value0, Index0, in TEST_F() local 294 cast<StoreSDNode>(Store0)->getMemoryVT().getStoreSize()); in TEST_F() 330 SDValue Store0 = DAG->getStore(DAG->getEntryNode(), Loc, Value0, Index0, in TEST_F() local 335 cast<StoreSDNode>(Store0)->getMemoryVT().getStoreSize()); in TEST_F() 364 SDValue Store0 = DAG->getStore(DAG->getEntryNode(), Loc, Value0, Index0, in TEST_F() local [all …]
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | MergedLoadStoreMotion.cpp | 184 StoreInst *Store0) { in canSinkFromBlock() argument 185 LLVM_DEBUG(dbgs() << "can Sink? : "; Store0->dump(); dbgs() << "\n"); in canSinkFromBlock() 186 BasicBlock *BB0 = Store0->getParent(); in canSinkFromBlock() 192 MemoryLocation Loc0 = MemoryLocation::get(Store0); in canSinkFromBlock() 194 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) && in canSinkFromBlock() 196 !isStoreSinkBarrierInRange(*Store0->getNextNode(), BB0->back(), Loc0)) { in canSinkFromBlock()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 2170 SDValue Store0 = DAG.getStore(Chain, dl, Vals.first, Base0, MOp0); in SplitHvxMemOp() local 2172 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Store0, Store1); in SplitHvxMemOp()
|