Searched refs:Store2 (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Transforms/Vectorize/ |
| H A D | VPlanSlpTest.cpp | 108 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/test/Transforms/Mem2Reg/ |
| H A D | undef-order.ll | 33 ; CHECK: Store2: 54 br i1 %c1, label %Store1, label %Store2 78 Store2:
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/ |
| H A D | origin-alignment.ll | 51 define void @Store2(i8 %x) sanitize_memory { 57 ; CHECK-LABEL: @Store2
|
| H A D | msan_kernel_basic.ll | 66 define void @Store2(i16* nocapture %p, i16 %x) nounwind uwtable sanitize_memory { 72 ; CHECK-LABEL: @Store2
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 230 Value *Store2 = I2 == 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 D | OpenMPIRBuilderTest.cpp | 3673 StoreInst *Store2 = dyn_cast<StoreInst>(ExtVal3->getNextNode()); in TEST_F() local 3674 EXPECT_NE(Store2, nullptr); in TEST_F() 3675 EXPECT_EQ(Store2->getPointerOperand(), VVal); in TEST_F() 3676 EXPECT_EQ(Store2->getValueOperand(), ExtVal3); in TEST_F() 3679 dyn_cast<AtomicCmpXchgInst>(Store2->getNextNode()); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 2363 SDValue Store2 = in ExpandLegalINT_TO_FP() local 2365 MemChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Store1, Store2); in ExpandLegalINT_TO_FP()
|
| H A D | TargetLowering.cpp | 8625 SDValue Store1, Store2; in expandUnalignedStore() local 8632 Store2 = DAG.getTruncStore( 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 D | X86ISelLowering.cpp | 21562 SDValue Store2 = DAG.getStore(Store1, dl, DAG.getConstant(0, dl, MVT::i32), in LowerUINT_TO_FP() local 21565 BuildFILD(DstVT, MVT::i64, dl, Store2, StackSlot, MPI, SlotAlign, DAG); in LowerUINT_TO_FP()
|