Searched refs:SA2 (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | mmx-coalescing.ll | 42 %SA2 = getelementptr inbounds %SA, ptr %pSA, i64 0, i32 4 43 %v3 = load ptr, ptr %SA2, align 8
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | MemorySSATest.cpp | 1060 StoreInst *SA2 = B.CreateStore(ConstantInt::get(Int8, 2), AllocaA); in TEST_F() local 1070 for (StoreInst *V : {SA1, SB1, SA2, SB2, SA3, SB3}) { in TEST_F() 1161 StoreInst *SA2 = B.CreateStore(ConstantInt::get(Int8, 3), PointerA); in TEST_F() local 1168 std::initializer_list<StoreInst *> Sts = {SA1, SB1, SC1, SA2, SB2, SC2, SB3}; in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 1707 if (const APInt *SA2 = in SimplifyDemandedBits() local 1709 unsigned C1 = SA2->getZExtValue(); in SimplifyDemandedBits() 1750 if (const APInt *SA2 = in SimplifyDemandedBits() local 1752 unsigned InnerShAmt = SA2->getZExtValue(); in SimplifyDemandedBits() 1850 if (const APInt *SA2 = in SimplifyDemandedBits() local 1852 unsigned C1 = SA2->getZExtValue(); in SimplifyDemandedBits()
|