HomeSort by relevance Sort by last modified time
    Searched full:llvm (Results 1401 - 1425 of 24291) sorted by null

<<51525354555657585960>>

  /external/llvm/docs/CommandGuide/
llvm-dwarfdump.rst 0 llvm-dwarfdump - print contents of DWARF sections
7 :program:`llvm-dwarfdump` [*options*] [*filenames...*]
12 :program:`llvm-dwarfdump` parses DWARF sections in the object files
23 See ``llvm-dwarfdump --help`` for the complete list of supported sections.
29 :program:`llvm-dwarfdump` returns 0. Other exit codes imply internal
llvm-stress.rst 0 llvm-stress - generate random .ll files
7 :program:`llvm-stress` [-size=filesize] [-seed=initialseed] [-o=outfile]
12 The :program:`llvm-stress` tool is used to generate random ``.ll`` files that
13 can be used to test different components of LLVM.
33 :program:`llvm-stress` returns 0.
  /external/llvm/include/llvm/MC/
MCCodeEmitter.h 1 //===-- llvm/MC/MCCodeEmitter.h - Instruction Encoding ----------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
13 #include "llvm/Support/Compiler.h"
15 namespace llvm { namespace
43 } // End llvm namespace
  /external/llvm/lib/DebugInfo/
DWARFDebugFrame.h 3 // The LLVM Compiler Infrastructure
13 #include "llvm/Support/DataExtractor.h"
14 #include "llvm/Support/raw_ostream.h"
18 namespace llvm { namespace
41 } // namespace llvm
  /external/llvm/lib/MC/
MCDisassembler.cpp 3 // The LLVM Compiler Infrastructure
10 #include "llvm/MC/MCDisassembler.h"
11 #include "llvm/MC/MCExternalSymbolizer.h"
12 #include "llvm/Support/raw_ostream.h"
14 using namespace llvm;
MCLabel.cpp 3 // The LLVM Compiler Infrastructure
10 #include "llvm/MC/MCLabel.h"
11 #include "llvm/Support/Debug.h"
12 #include "llvm/Support/raw_ostream.h"
13 using namespace llvm;
  /external/llvm/lib/Target/AArch64/
AArch64TargetObjectFile.h 3 // The LLVM Compiler Infrastructure
13 #include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
14 #include "llvm/Target/TargetLoweringObjectFile.h"
16 namespace llvm { namespace
38 } // end namespace llvm
  /external/llvm/lib/Target/ARM/
ARMTargetObjectFile.h 1 //===-- llvm/Target/ARMTargetObjectFile.h - ARM Object Info -----*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
13 #include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
15 namespace llvm { namespace
41 } // end namespace llvm
  /external/llvm/lib/Target/CppBackend/TargetInfo/
CppBackendTargetInfo.cpp 3 // The LLVM Compiler Infrastructure
11 #include "llvm/IR/Module.h"
12 #include "llvm/Support/TargetRegistry.h"
13 using namespace llvm;
15 Target llvm::TheCppBackendTarget;
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.h 3 // The LLVM Compiler Infrastructure
13 #include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
14 #include "llvm/MC/MCSectionELF.h"
16 namespace llvm { namespace
38 } // namespace llvm
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCAsmInfo.h 3 // The LLVM Compiler Infrastructure
17 #include "llvm/ADT/StringRef.h"
18 #include "llvm/MC/MCAsmInfoELF.h"
20 namespace llvm { namespace
27 } // namespace llvm
  /external/llvm/lib/Target/Hexagon/TargetInfo/
HexagonTargetInfo.cpp 3 // The LLVM Compiler Infrastructure
11 #include "llvm/IR/Module.h"
12 #include "llvm/Support/TargetRegistry.h"
13 using namespace llvm;
15 Target llvm::TheHexagonTarget;
  /external/llvm/lib/Target/MSP430/TargetInfo/
MSP430TargetInfo.cpp 3 // The LLVM Compiler Infrastructure
11 #include "llvm/IR/Module.h"
12 #include "llvm/Support/TargetRegistry.h"
13 using namespace llvm;
15 Target llvm::TheMSP430Target;
  /external/llvm/lib/Target/Mips/
Mips16RegisterInfo.cpp 3 // The LLVM Compiler Infrastructure
21 #include "llvm/ADT/BitVector.h"
22 #include "llvm/ADT/STLExtras.h"
23 #include "llvm/CodeGen/MachineFrameInfo.h"
24 #include "llvm/CodeGen/MachineFunction.h"
25 #include "llvm/CodeGen/MachineInstrBuilder.h"
26 #include "llvm/CodeGen/MachineRegisterInfo.h"
27 #include "llvm/IR/Constants.h"
28 #include "llvm/IR/DebugInfo.h"
29 #include "llvm/IR/Function.h
    [all...]
MipsTargetObjectFile.h 1 //===-- llvm/Target/MipsTargetObjectFile.h - Mips Object Info ---*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
13 #include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
15 namespace llvm { namespace
36 } // end namespace llvm
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmInfo.h 3 // The LLVM Compiler Infrastructure
13 #include "llvm/MC/MCAsmInfoELF.h"
14 #include "llvm/Support/Compiler.h"
16 namespace llvm { namespace
27 } // end namespace llvm
  /external/llvm/lib/Target/X86/TargetInfo/
X86TargetInfo.cpp 3 // The LLVM Compiler Infrastructure
11 #include "llvm/Support/TargetRegistry.h"
12 using namespace llvm;
14 Target llvm::TheX86_32Target, llvm::TheX86_64Target;
  /external/llvm/lib/Target/XCore/TargetInfo/
XCoreTargetInfo.cpp 3 // The LLVM Compiler Infrastructure
11 #include "llvm/IR/Module.h"
12 #include "llvm/Support/TargetRegistry.h"
13 using namespace llvm;
15 Target llvm::TheXCoreTarget;
  /external/llvm/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp 3 // The LLVM Compiler Infrastructure
10 // This pass lowers the 'expect' intrinsic to LLVM metadata.
14 #include "llvm/Transforms/Scalar.h"
15 #include "llvm/ADT/Statistic.h"
16 #include "llvm/IR/BasicBlock.h"
17 #include "llvm/IR/Constants.h"
18 #include "llvm/IR/Function.h"
19 #include "llvm/IR/Instructions.h"
20 #include "llvm/IR/Intrinsics.h"
21 #include "llvm/IR/LLVMContext.h
    [all...]
  /external/llvm/test/CodeGen/AArch64/
arm64-cvt.ll 10 %tmp3 = call i32 @llvm.aarch64.neon.fcvtas.i32.f32(float %A)
18 %tmp3 = call i64 @llvm.aarch64.neon.fcvtas.i64.f32(float %A)
26 %tmp3 = call i32 @llvm.aarch64.neon.fcvtas.i32.f64(double %A)
34 %tmp3 = call i64 @llvm.aarch64.neon.fcvtas.i64.f64(double %A)
38 declare i32 @llvm.aarch64.neon.fcvtas.i32.f32(float) nounwind readnone
39 declare i64 @llvm.aarch64.neon.fcvtas.i64.f32(float) nounwind readnone
40 declare i32 @llvm.aarch64.neon.fcvtas.i32.f64(double) nounwind readnone
41 declare i64 @llvm.aarch64.neon.fcvtas.i64.f64(double) nounwind readnone
50 %tmp3 = call i32 @llvm.aarch64.neon.fcvtau.i32.f32(float %A)
58 %tmp3 = call i64 @llvm.aarch64.neon.fcvtau.i64.f32(float %A
    [all...]
  /external/llvm/test/CodeGen/Mips/
2010-11-09-CountLeading.ll 6 %tmp1 = tail call i32 @llvm.ctlz.i32(i32 %X, i1 true)
10 declare i32 @llvm.ctlz.i32(i32, i1) nounwind readnone
15 %tmp1 = tail call i32 @llvm.ctlz.i32(i32 %X, i1 true)
23 %tmp1 = tail call i32 @llvm.ctlz.i32(i32 %neg, i1 true)
31 %tmp1 = tail call i32 @llvm.ctlz.i32(i32 %neg, i1 true)
  /external/llvm/test/CodeGen/X86/
clz.ll 3 declare i8 @llvm.cttz.i8(i8, i1)
4 declare i16 @llvm.cttz.i16(i16, i1)
5 declare i32 @llvm.cttz.i32(i32, i1)
6 declare i64 @llvm.cttz.i64(i64, i1)
7 declare i8 @llvm.ctlz.i8(i8, i1)
8 declare i16 @llvm.ctlz.i16(i16, i1)
9 declare i32 @llvm.ctlz.i32(i32, i1)
10 declare i64 @llvm.ctlz.i64(i64, i1)
13 %tmp = call i8 @llvm.cttz.i8( i8 %x, i1 true )
22 %tmp = call i16 @llvm.cttz.i16( i16 %x, i1 true
    [all...]
mmx-punpckhdq.ll 13 tail call void @llvm.x86.mmx.emms( )
24 %tmp9 = tail call x86_mmx @llvm.x86.mmx.punpckhdq (x86_mmx %tmp2, x86_mmx %tmp2)
26 tail call void @llvm.x86.mmx.emms( )
30 declare x86_mmx @llvm.x86.mmx.punpckhdq(x86_mmx, x86_mmx)
31 declare void @llvm.x86.mmx.emms()
sse41-intrinsics-x86.ll 5 %res = call <2 x double> @llvm.x86.sse41.blendpd(<2 x double> %a0, <2 x double> %a1, i32 7) ; <<2 x double>> [#uses=1]
8 declare <2 x double> @llvm.x86.sse41.blendpd(<2 x double>, <2 x double>, i32) nounwind readnone
13 %res = call <4 x float> @llvm.x86.sse41.blendps(<4 x float> %a0, <4 x float> %a1, i32 7) ; <<4 x float>> [#uses=1]
16 declare <4 x float> @llvm.x86.sse41.blendps(<4 x float>, <4 x float>, i32) nounwind readnone
21 %res = call <2 x double> @llvm.x86.sse41.blendvpd(<2 x double> %a0, <2 x double> %a1, <2 x double> %a2) ; <<2 x double>> [#uses=1]
24 declare <2 x double> @llvm.x86.sse41.blendvpd(<2 x double>, <2 x double>, <2 x double>) nounwind readnone
29 %res = call <4 x float> @llvm.x86.sse41.blendvps(<4 x float> %a0, <4 x float> %a1, <4 x float> %a2) ; <<4 x float>> [#uses=1]
32 declare <4 x float> @llvm.x86.sse41.blendvps(<4 x float>, <4 x float>, <4 x float>) nounwind readnone
37 %res = call <2 x double> @llvm.x86.sse41.dppd(<2 x double> %a0, <2 x double> %a1, i32 7) ; <<2 x double>> [#uses=1]
40 declare <2 x double> @llvm.x86.sse41.dppd(<2 x double>, <2 x double>, i32) nounwind readnon
    [all...]
  /external/llvm/test/DebugInfo/
2009-11-03-InsertExtractValue.ll 1 ; RUN: llvm-as < %s | llvm-dis | FileCheck %s
3 !llvm.dbg.sp = !{!0}
4 !llvm.dbg.cu = !{!5}
5 !llvm.module.flags = !{!6}

Completed in 1261 milliseconds

<<51525354555657585960>>