Searched refs:StoreA (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | MemorySSATest.cpp | 935 StoreInst *StoreA = B.CreateStore(B.getInt8(0), A); in TEST_F() local 942 auto *DefA = cast<MemoryDef>(MSSA.getMemoryAccess(StoreA)); in TEST_F() 949 StoreA->eraseFromParent(); in TEST_F() 1317 StoreInst *StoreA = B.CreateStore(B.getInt8(1), Alloca); in TEST_F() local 1331 auto *StoreAEntry = cast<MemoryDef>(MSSA.getMemoryAccess(StoreA)); in TEST_F() 1365 StoreInst *StoreA = B.CreateStore(ConstantInt::get(Int8, 0), AllocA); in TEST_F() local 1374 ASSERT_EQ(Walker->getClobberingMemoryAccess(StoreA), in TEST_F() 1378 auto *StoreAAccess = cast<MemoryDef>(MSSA.getMemoryAccess(StoreA)); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 1459 auto *StoreA = cast<StoreSDNode>(N); in storeLoadCanUseBlockBinary() local 1460 auto *LoadA = cast<LoadSDNode>(StoreA->getValue().getOperand(1 - I)); in storeLoadCanUseBlockBinary() 1461 auto *LoadB = cast<LoadSDNode>(StoreA->getValue().getOperand(I)); in storeLoadCanUseBlockBinary() 1463 canUseBlockOperation(StoreA, LoadB); in storeLoadCanUseBlockBinary()
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.td | 451 multiclass StoreA<string OpcStr, bits<6> Op3Val, bits<6> StoreAOp3Val, 628 defm STB : StoreA<"stb", 0b000101, 0b010101, truncstorei8, IntRegs, i32>; 629 defm STH : StoreA<"sth", 0b000110, 0b010110, truncstorei16, IntRegs, i32>; 630 defm ST : StoreA<"st", 0b000100, 0b010100, store, IntRegs, i32>; 634 defm STD : StoreA<"std", 0b000111, 0b010111, store, IntPair, v2i32>; 648 defm STQF : StoreA<"stq", 0b100110, 0b110110, store, QFPRegs, f128>,
|