Hi all, Does someone knows if there is an easy way to list LLMV built-ins that are target specific ? For instance I would like to know all LLVM built-ins that are implemented for ARM NEON unit, how can I list them ? get their prototype ? Thanks for your answers Best Regards Seb -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120613/e4845610/attachment.html>
The easiest way is probably to look at the source tree and look at the intrinsicsARM.td in llvm/include/llvm directory. Micah From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Sebastien DELDON-GNB Sent: Wednesday, June 13, 2012 6:16 AM To: LLVMdev at cs.uiuc.edu Subject: [LLVMdev] LLVM target specific built-ins Hi all, Does someone knows if there is an easy way to list LLMV built-ins that are target specific ? For instance I would like to know all LLVM built-ins that are implemented for ARM NEON unit, how can I list them ? get their prototype ? Thanks for your answers Best Regards Seb -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120613/15d96f4d/attachment.html>
Or just look at the generated arm_neon.h header file. -Jim On Jun 13, 2012, at 8:09 AM, "Villmow, Micah" <Micah.Villmow at amd.com> wrote:> The easiest way is probably to look at the source tree and look at the intrinsicsARM.td in llvm/include/llvm directory. > > Micah > > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Sebastien DELDON-GNB > Sent: Wednesday, June 13, 2012 6:16 AM > To: LLVMdev at cs.uiuc.edu > Subject: [LLVMdev] LLVM target specific built-ins > > Hi all, > > Does someone knows if there is an easy way to list LLMV built-ins that are target specific ? > For instance I would like to know all LLVM built-ins that are implemented for ARM NEON unit, how can I list them ? get their prototype ? > Thanks for your answers > Best Regards > Seb > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120613/1899e677/attachment.html>
Seemingly Similar Threads
- [LLVMdev] LLVM target specific built-ins
- [LLVMdev] Is there any llvm neon intrinsic that maps to vmla.f32 instruction ?
- [LLVMdev] Is there any llvm neon intrinsic that maps to vmla.f32 instruction ?
- [LLVMdev] Is there any llvm neon intrinsic that maps to vmla.f32 instruction ?
- [LLVMdev] Is there any llvm neon intrinsic that maps to vmla.f32 instruction ?