Displaying 5 results from an estimated 5 matches for "intrinsicsxcore".
2020 Sep 29
3
TableGen processing of target-specific intrinsics
...cludes
include "llvm/IR/Intrinsics.td"
The final lines of Instrinsics.td are
include "llvm/IR/IntrinsicsPowerPC.td"
include "llvm/IR/IntrinsicsX86.td"
include "llvm/IR/IntrinsicsARM.td"
include "llvm/IR/IntrinsicsAArch64.td"
include "llvm/IR/IntrinsicsXCore.td"
include "llvm/IR/IntrinsicsHexagon.td"
include "llvm/IR/IntrinsicsNVVM.td"
include "llvm/IR/IntrinsicsMips.td"
include "llvm/IR/IntrinsicsAMDGPU.td"
include "llvm/IR/IntrinsicsBPF.td"
include "llvm/IR/IntrinsicsSystemZ.td"
include...
2011 Feb 09
2
[LLVMdev] Building LLVM on Cygwin.
...OperandTraits.h Target/
Argument.h Config/ InstrTypes.h
IntrinsicsPowerPC.td Operator.h Transforms/
Assembly/ Constant.h Instruction.def
IntrinsicsX86.td Pass.h Type.h
Attributes.h Constants.h Instruction.h
IntrinsicsXCore.td PassAnalysisSupport.h TypeSymbolTable.h
AutoUpgrade.h DerivedTypes.h Instructions.h
LLVMContext.h PassManager.h Use.h
BasicBlock.h ExecutionEngine/ IntrinsicInst.h
LinkAllPasses.h PassManagers.h User.h
Bitcode/ Function.h In...
2010 Oct 01
2
[LLVMdev] CMake "sudo make install" & headers
...r/local/llvm-2.8/include/llvm/IntrinsicsAlpha.td
-- Installing: /usr/local/llvm-2.8/include/llvm/IntrinsicsCellSPU.td
-- Installing: /usr/local/llvm-2.8/include/llvm/IntrinsicsPowerPC.td
-- Installing: /usr/local/llvm-2.8/include/llvm/IntrinsicsX86.td
-- Installing: /usr/local/llvm-2.8/include/llvm/IntrinsicsXCore.td
-- Installing: /usr/local/llvm-2.8/include/llvm/LLVMContext.h
-- Installing: /usr/local/llvm-2.8/include/llvm/LinkAllPasses.h
-- Installing: /usr/local/llvm-2.8/include/llvm/LinkAllVMCore.h
-- Installing: /usr/local/llvm-2.8/include/llvm/Linker.h
-- Installing: /usr/local/llvm-2.8/include/llvm/M...
2010 Oct 01
0
[LLVMdev] CMake "sudo make install" & headers
On Thu, Sep 30, 2010 at 3:08 PM, Samuel Williams
<space.ship.traveller at gmail.com> wrote:
> Hi,
>
> I might just be doing something stupid, but when I do
>
> $ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release ..
> $ sudo make install
>
> I don't get the expected headers in
> /usr/local/llvm-2.8/include/llvm
>
> It is
2010 Sep 30
6
[LLVMdev] CMake "sudo make install" & headers
Hi,
I might just be doing something stupid, but when I do
$ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release ..
$ sudo make install
I don't get the expected headers in
/usr/local/llvm-2.8/include/llvm
It is simply an empty directory.
What am I doing wrong? This is on Mac OS X, CMake 2.8+
Kind regards,
Samuel