Home
last modified time | relevance | path

Searched refs:AllocaAlignment (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp49 auto AllocaAlignment = DL.getPrefTypeAlign(Type::getX86_AMXTy(Ctx)); in CreateAllocaInst() local
53 AllocaRes->setAlignment(AllocaAlignment); in CreateAllocaInst()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp49 auto AllocaAlignment = DL.getPrefTypeAlign(Type::getX86_AMXTy(Ctx)); in CreateAllocaInst() local
53 AllocaRes->setAlignment(AllocaAlignment); in CreateAllocaInst()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DAtomicExpandPass.cpp1471 unsigned AllocaAlignment = DL.getPrefTypeAlignment(SizedIntTy); in expandAtomicOpToLibcall() local
1555 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1559 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1571 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1575 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1583 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1627 Builder.CreateAlignedLoad(AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1637 V = Builder.CreateAlignedLoad(AllocaResult, AllocaAlignment); in expandAtomicOpToLibcall()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/
H A DAtomicExpandPass.cpp1597 unsigned AllocaAlignment = DL.getPrefTypeAlignment(SizedIntTy); in expandAtomicOpToLibcall() local
1681 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1685 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1697 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1701 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1709 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1753 Builder.CreateAlignedLoad(AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1763 V = Builder.CreateAlignedLoad(AllocaResult, AllocaAlignment); in expandAtomicOpToLibcall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1655 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in expandAtomicOpToLibcall() local
1750 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1757 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1769 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1773 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1781 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1826 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1837 AllocaAlignment); in expandAtomicOpToLibcall()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1625 unsigned AllocaAlignment = DL.getPrefTypeAlignment(SizedIntTy); in expandAtomicOpToLibcall() local
1715 AllocaCASExpected->setAlignment(MaybeAlign(AllocaAlignment)); in expandAtomicOpToLibcall()
1722 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1734 AllocaValue->setAlignment(MaybeAlign(AllocaAlignment)); in expandAtomicOpToLibcall()
1738 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1746 AllocaResult->setAlignment(MaybeAlign(AllocaAlignment)); in expandAtomicOpToLibcall()
1791 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1802 AllocaAlignment); in expandAtomicOpToLibcall()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DAtomicExpandPass.cpp1625 unsigned AllocaAlignment = DL.getPrefTypeAlignment(SizedIntTy); in expandAtomicOpToLibcall() local
1715 AllocaCASExpected->setAlignment(MaybeAlign(AllocaAlignment)); in expandAtomicOpToLibcall()
1722 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1734 AllocaValue->setAlignment(MaybeAlign(AllocaAlignment)); in expandAtomicOpToLibcall()
1738 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1746 AllocaResult->setAlignment(MaybeAlign(AllocaAlignment)); in expandAtomicOpToLibcall()
1791 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1802 AllocaAlignment); in expandAtomicOpToLibcall()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1655 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in expandAtomicOpToLibcall() local
1750 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1757 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1769 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1773 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1781 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1826 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1837 AllocaAlignment); in expandAtomicOpToLibcall()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DAtomicExpandPass.cpp1655 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in expandAtomicOpToLibcall() local
1745 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1752 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1764 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1768 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1776 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1821 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1832 AllocaAlignment); in expandAtomicOpToLibcall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1625 unsigned AllocaAlignment = DL.getPrefTypeAlignment(SizedIntTy); in expandAtomicOpToLibcall() local
1715 AllocaCASExpected->setAlignment(MaybeAlign(AllocaAlignment)); in expandAtomicOpToLibcall()
1722 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1734 AllocaValue->setAlignment(MaybeAlign(AllocaAlignment)); in expandAtomicOpToLibcall()
1738 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1746 AllocaResult->setAlignment(MaybeAlign(AllocaAlignment)); in expandAtomicOpToLibcall()
1791 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1802 AllocaAlignment); in expandAtomicOpToLibcall()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1655 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in expandAtomicOpToLibcall() local
1750 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1757 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1769 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1773 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1781 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1826 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1837 AllocaAlignment); in expandAtomicOpToLibcall()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DAtomicExpandPass.cpp1624 unsigned AllocaAlignment = DL.getPrefTypeAlignment(SizedIntTy); in expandAtomicOpToLibcall() local
1714 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1721 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1733 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1737 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1745 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1790 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1801 AllocaAlignment); in expandAtomicOpToLibcall()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1668 const Align AllocaAlignment = in expandAtomicOpToLibcall() local
1782 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1789 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1803 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1808 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1816 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1877 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1888 AllocaAlignment); in expandAtomicOpToLibcall()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1709 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in expandAtomicOpToLibcall() local
1804 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1811 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1823 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1827 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1835 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1880 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1891 AllocaAlignment); in expandAtomicOpToLibcall()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DAtomicExpandPass.cpp1709 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in expandAtomicOpToLibcall() local
1804 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1811 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1823 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1827 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1835 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1880 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1891 AllocaAlignment); in expandAtomicOpToLibcall()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1709 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in expandAtomicOpToLibcall() local
1804 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1811 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1823 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1827 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1835 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1880 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1891 AllocaAlignment); in expandAtomicOpToLibcall()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1724 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in expandAtomicOpToLibcall() local
1819 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1826 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1838 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1842 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1850 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1895 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1906 AllocaAlignment); in expandAtomicOpToLibcall()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1709 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in expandAtomicOpToLibcall() local
1804 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1811 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1823 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1827 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1835 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1880 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1891 AllocaAlignment); in expandAtomicOpToLibcall()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1709 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in expandAtomicOpToLibcall() local
1804 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1811 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1823 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1827 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1835 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1880 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1891 AllocaAlignment); in expandAtomicOpToLibcall()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp73 auto AllocaAlignment = DL.getPrefTypeAlign(Type::getX86_AMXTy(Ctx)); in createAllocaInstAtEntry() local
77 AllocaRes->setAlignment(AllocaAlignment); in createAllocaInstAtEntry()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/X86/
H A DX86LowerAMXType.cpp73 auto AllocaAlignment = DL.getPrefTypeAlign(Type::getX86_AMXTy(Ctx)); in createAllocaInstAtEntry() local
77 AllocaRes->setAlignment(AllocaAlignment); in createAllocaInstAtEntry()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp73 auto AllocaAlignment = DL.getPrefTypeAlign(Type::getX86_AMXTy(Ctx)); in createAllocaInstAtEntry() local
77 AllocaRes->setAlignment(AllocaAlignment); in createAllocaInstAtEntry()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp73 auto AllocaAlignment = DL.getPrefTypeAlign(Type::getX86_AMXTy(Ctx)); in createAllocaInstAtEntry() local
77 AllocaRes->setAlignment(AllocaAlignment); in createAllocaInstAtEntry()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp73 auto AllocaAlignment = DL.getPrefTypeAlign(Type::getX86_AMXTy(Ctx)); in createAllocaInstAtEntry() local
77 AllocaRes->setAlignment(AllocaAlignment); in createAllocaInstAtEntry()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Coroutines/
H A DCoroFrame.cpp409 if (unsigned AllocaAlignment = AI->getAlignment()) { in buildFrameType() local
412 if (auto PaddingTy = Padder.getPaddingType(Ty, AllocaAlignment)) { in buildFrameType()

12