Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Transforms/Vectorize/
H A DVPlanSlpTest.cpp108 SmallVector<VPValue *, 4> StoreRoot = {Store1, Store2}; in TEST_F()
182 SmallVector<VPValue *, 4> StoreRoot = {Store1, Store2}; in TEST_F()
252 SmallVector<VPValue *, 4> StoreRoot = {Store1, Store2}; in TEST_F()
316 SmallVector<VPValue *, 4> StoreRoot = {Store1, Store2}; in TEST_F()
325 SmallVector<VPValue *, 4> StoreRoot = {Store1, Store2}; in checkReorderExample()
453 Store1, Store2, Body, in TEST_F()
525 Store1, Store2, Body, in TEST_F()
598 SmallVector<VPValue *, 4> StoreRoot = {Store1, Store2}; in TEST_F()
673 Store1, Store2, Body, in TEST_F()
735 SmallVector<VPValue *, 4> StoreRoot = {Store1, Store2}; in TEST_F()
[all …]
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DSelectionDAGAddressAnalysisTest.cpp166 SDValue Store1 = DAG->getStore(DAG->getEntryNode(), Loc, Value, Index1, in TEST_F() local
171 cast<StoreSDNode>(Store1)->getMemoryVT().getStoreSize()); in TEST_F()
175 Store0.getNode(), NumBytes0, Store1.getNode(), NumBytes1, *DAG, IsAlias); in TEST_F()
196 SDValue Store1 = DAG->getStore(DAG->getEntryNode(), Loc, Value, Index1, in TEST_F() local
201 cast<StoreSDNode>(Store1)->getMemoryVT().getStoreSize()); in TEST_F()
291 SDValue Store1 = DAG->getStore(DAG->getEntryNode(), Loc, Value1, Index1, in TEST_F() local
296 cast<StoreSDNode>(Store1)->getMemoryVT().getStoreSize()); in TEST_F()
332 SDValue Store1 = DAG->getStore(DAG->getEntryNode(), Loc, Value1, Index1, in TEST_F() local
337 cast<StoreSDNode>(Store1)->getMemoryVT().getStoreSize()); in TEST_F()
366 SDValue Store1 = DAG->getStore(DAG->getEntryNode(), Loc, Value1, Index1, in TEST_F() local
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp188 auto *Store1 = dyn_cast<StoreInst>(&Inst); in canSinkFromBlock() local
189 if (!Store1) in canSinkFromBlock()
193 MemoryLocation Loc1 = MemoryLocation::get(Store1); in canSinkFromBlock()
194 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) && in canSinkFromBlock()
195 !isStoreSinkBarrierInRange(*Store1->getNextNode(), BB1->back(), Loc1) && in canSinkFromBlock()
197 return Store1; in canSinkFromBlock()
/llvm-project-15.0.7/llvm/test/Transforms/Mem2Reg/
H A Dundef-order.ll21 ; CHECK: Store1:
54 br i1 %c1, label %Store1, label %Store2
65 Store1:
/llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/
H A Dorigin-alignment.ll66 define void @Store1(i8 %x) sanitize_memory {
72 ; CHECK-LABEL: @Store1
H A Dmsan_kernel_basic.ll34 define void @Store1(i8* nocapture %p, i8 %x) nounwind uwtable sanitize_memory {
40 ; CHECK-LABEL: @Store1
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DAliasAnalysisTest.cpp179 auto *Store1 = new StoreInst(Value, Addr, BB); in TEST_F() local
196 EXPECT_EQ(AA.getModRefInfo(Store1, MemoryLocation()), ModRefInfo::Mod); in TEST_F()
197 EXPECT_EQ(AA.getModRefInfo(Store1, None), ModRefInfo::Mod); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp228 Value *Store1 = I1 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty()) in generate() local
232 emitPair(IRB, Offset, Store1, Store2); in generate()
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp3657 StoreInst *Store1 = dyn_cast<StoreInst>(Sel1->getNextNode()); in TEST_F() local
3658 EXPECT_NE(Store1, nullptr); in TEST_F()
3659 EXPECT_EQ(Store1->getPointerOperand(), VVal); in TEST_F()
3660 EXPECT_EQ(Store1->getValueOperand(), Sel1); in TEST_F()
3663 dyn_cast<AtomicCmpXchgInst>(Store1->getNextNode()); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp2171 SDValue Store1 = DAG.getStore(Chain, dl, Vals.second, Base1, MOp1); in SplitHvxMemOp() local
2172 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Store0, Store1); in SplitHvxMemOp()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2359 SDValue Store1 = DAG.getStore(MemChain, dl, Lo, StackSlot, in ExpandLegalINT_TO_FP() local
2365 MemChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Store1, Store2); in ExpandLegalINT_TO_FP()
H A DTargetLowering.cpp8625 SDValue Store1, Store2; in expandUnalignedStore() local
8626 Store1 = DAG.getTruncStore(Chain, dl, in expandUnalignedStore()
8638 DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Store1, Store2); in expandUnalignedStore()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21561 SDValue Store1 = DAG.getStore(Chain, dl, Src, StackSlot, MPI, SlotAlign); in LowerUINT_TO_FP() local
21562 SDValue Store2 = DAG.getStore(Store1, dl, DAG.getConstant(0, dl, MVT::i32), in LowerUINT_TO_FP()