Home
last modified time | relevance | path

Searched refs:StoreA (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/unittests/Analysis/
DMemorySSATest.cpp933 StoreInst *StoreA = B.CreateStore(B.getInt8(0), A); in TEST_F() local
940 auto *DefA = cast<MemoryDef>(MSSA.getMemoryAccess(StoreA)); in TEST_F()
947 StoreA->eraseFromParent(); in TEST_F()
1312 StoreInst *StoreA = B.CreateStore(B.getInt8(1), Alloca); in TEST_F() local
1326 auto *StoreAEntry = cast<MemoryDef>(MSSA.getMemoryAccess(StoreA)); in TEST_F()
1360 StoreInst *StoreA = B.CreateStore(ConstantInt::get(Int8, 0), AllocA); in TEST_F() local
1369 ASSERT_EQ(Walker->getClobberingMemoryAccess(StoreA), in TEST_F()
1373 auto *StoreAAccess = cast<MemoryDef>(MSSA.getMemoryAccess(StoreA)); in TEST_F()
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1220 auto *StoreA = cast<StoreSDNode>(N); in storeLoadCanUseBlockBinary() local
1221 auto *LoadA = cast<LoadSDNode>(StoreA->getValue().getOperand(1 - I)); in storeLoadCanUseBlockBinary()
1222 auto *LoadB = cast<LoadSDNode>(StoreA->getValue().getOperand(I)); in storeLoadCanUseBlockBinary()
1223 return !LoadA->isVolatile() && canUseBlockOperation(StoreA, LoadB); in storeLoadCanUseBlockBinary()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1456 auto *StoreA = cast<StoreSDNode>(N); in storeLoadCanUseBlockBinary() local
1457 auto *LoadA = cast<LoadSDNode>(StoreA->getValue().getOperand(1 - I)); in storeLoadCanUseBlockBinary()
1458 auto *LoadB = cast<LoadSDNode>(StoreA->getValue().getOperand(I)); in storeLoadCanUseBlockBinary()
1459 return !LoadA->isVolatile() && canUseBlockOperation(StoreA, LoadB); in storeLoadCanUseBlockBinary()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1460 auto *StoreA = cast<StoreSDNode>(N); in storeLoadCanUseBlockBinary() local
1461 auto *LoadA = cast<LoadSDNode>(StoreA->getValue().getOperand(1 - I)); in storeLoadCanUseBlockBinary()
1462 auto *LoadB = cast<LoadSDNode>(StoreA->getValue().getOperand(I)); in storeLoadCanUseBlockBinary()
1464 canUseBlockOperation(StoreA, LoadB); in storeLoadCanUseBlockBinary()
/external/llvm-project/llvm/lib/Target/Sparc/
DSparcInstrInfo.td403 multiclass StoreA<string OpcStr, bits<6> Op3Val, bits<6> StoreAOp3Val,
551 defm STB : StoreA<"stb", 0b000101, 0b010101, truncstorei8, IntRegs, i32>;
552 defm STH : StoreA<"sth", 0b000110, 0b010110, truncstorei16, IntRegs, i32>;
553 defm ST : StoreA<"st", 0b000100, 0b010100, store, IntRegs, i32>;
557 defm STD : StoreA<"std", 0b000111, 0b010111, store, IntPair, v2i32, IIC_std>;
571 defm STQF : StoreA<"stq", 0b100110, 0b110110, store, QFPRegs, f128>,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcInstrInfo.td403 multiclass StoreA<string OpcStr, bits<6> Op3Val, bits<6> StoreAOp3Val,
551 defm STB : StoreA<"stb", 0b000101, 0b010101, truncstorei8, IntRegs, i32>;
552 defm STH : StoreA<"sth", 0b000110, 0b010110, truncstorei16, IntRegs, i32>;
553 defm ST : StoreA<"st", 0b000100, 0b010100, store, IntRegs, i32>;
557 defm STD : StoreA<"std", 0b000111, 0b010111, store, IntPair, v2i32, IIC_std>;
571 defm STQF : StoreA<"stq", 0b100110, 0b110110, store, QFPRegs, f128>,
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.td383 multiclass StoreA<string OpcStr, bits<6> Op3Val, bits<6> StoreAOp3Val,
552 defm STB : StoreA<"stb", 0b000101, 0b010101, truncstorei8, IntRegs, i32>;
553 defm STH : StoreA<"sth", 0b000110, 0b010110, truncstorei16, IntRegs, i32>;
554 defm ST : StoreA<"st", 0b000100, 0b010100, store, IntRegs, i32>;
558 defm STD : StoreA<"std", 0b000111, 0b010111, store, IntPair, v2i32, IIC_std>;
572 defm STQF : StoreA<"stq", 0b100110, 0b110110, store, QFPRegs, f128>,