HomeSort by relevance Sort by last modified time
    Searched refs:llvm (Results 1 - 25 of 3225) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/tools/lto/
LTODisassembler.cpp 3 // The LLVM Compiler Infrastructure
15 #include "llvm-c/lto.h"
16 #include "llvm/Support/TargetSelect.h"
18 using namespace llvm;
22 llvm::InitializeAllTargetInfos();
23 llvm::InitializeAllTargetMCs();
24 llvm::InitializeAllAsmParsers();
25 llvm::InitializeAllDisassemblers();
  /external/llvm/test/
TestRunner.sh 2 # Deprecated, use 'llvm-lit'.
4 echo "warning: '$0' is deprecated, use 'llvm-lit' instead."
5 exec llvm-lit "$@"
  /external/llvm/include/llvm/
LinkAllPasses.h 1 //===- llvm/LinkAllPasses.h ------------ Reference All Passes ---*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
18 #include "llvm/Analysis/AliasSetTracker.h"
19 #include "llvm/Analysis/CallPrinter.h"
20 #include "llvm/Analysis/DomPrinter.h"
21 #include "llvm/Analysis/FindUsedTypes.h"
22 #include "llvm/Analysis/IntervalPartition.h"
23 #include "llvm/Analysis/Lint.h"
24 #include "llvm/Analysis/Passes.h"
25 #include "llvm/Analysis/PostDominators.h
    [all...]
LinkAllIR.h 3 // The LLVM Compiler Infrastructure
19 #include "llvm/Analysis/Verifier.h"
20 #include "llvm/IR/InlineAsm.h"
21 #include "llvm/IR/Instructions.h"
22 #include "llvm/IR/IntrinsicInst.h"
23 #include "llvm/IR/LLVMContext.h"
24 #include "llvm/IR/Module.h"
25 #include "llvm/Support/Dwarf.h"
26 #include "llvm/Support/DynamicLibrary.h"
27 #include "llvm/Support/MathExtras.h
    [all...]
  /external/llvm/include/llvm/CodeGen/
LinkAllCodegenComponents.h 1 //===- llvm/Codegen/LinkAllCodegenComponents.h ------------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
18 #include "llvm/CodeGen/GCs.h"
19 #include "llvm/CodeGen/Passes.h"
20 #include "llvm/CodeGen/SchedulerRegistry.h"
21 #include "llvm/Target/TargetMachine.h"
34 (void) llvm::createFastRegisterAllocator();
35 (void) llvm::createBasicRegisterAllocator();
36 (void) llvm::createGreedyRegisterAllocator();
37 (void) llvm::createDefaultPBQPRegisterAllocator()
    [all...]
  /external/llvm/lib/CodeGen/
JITCodeEmitter.cpp 1 //===-- llvm/CodeGen/JITCodeEmitter.cpp - Code emission --------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
10 #include "llvm/CodeGen/JITCodeEmitter.h"
12 using namespace llvm;
MachineCodeEmitter.cpp 1 //===-- llvm/CodeGen/MachineCodeEmitter.cpp - Code emission -----*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
10 #include "llvm/CodeGen/MachineCodeEmitter.h"
12 using namespace llvm;
  /external/llvm/lib/IR/
GVMaterializer.cpp 3 // The LLVM Compiler Infrastructure
15 #include "llvm/GVMaterializer.h"
16 using namespace llvm;
  /external/llvm/lib/MC/
MCDisassembler.cpp 3 // The LLVM Compiler Infrastructure
10 #include "llvm/MC/MCDisassembler.h"
11 using namespace llvm;
MCSection.cpp 3 // The LLVM Compiler Infrastructure
10 #include "llvm/MC/MCSection.h"
11 #include "llvm/MC/MCAsmInfo.h"
12 #include "llvm/MC/MCContext.h"
13 #include "llvm/Support/raw_ostream.h"
14 using namespace llvm;
  /external/llvm/lib/Support/
IncludeFile.cpp 3 // The LLVM Compiler Infrastructure
14 #include "llvm/Support/IncludeFile.h"
16 using namespace llvm;
19 // llvm/Support/IncludeFile.h header for details.
IntrusiveRefCntPtr.cpp 3 // The LLVM Compiler Infrastructure
10 #include "llvm/ADT/IntrusiveRefCntPtr.h"
12 using namespace llvm;
Hashing.cpp 3 // The LLVM Compiler Infrastructure
10 // This file provides implementation bits for the LLVM common hashing
16 #include "llvm/ADT/Hashing.h"
18 using namespace llvm;
23 size_t llvm::hashing::detail::fixed_seed_override = 0;
27 void llvm::set_fixed_execution_hash_seed(size_t fixed_value) {
  /external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.cpp 3 // The LLVM Compiler Infrastructure
16 using namespace llvm;
  /external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.cpp 3 // The LLVM Compiler Infrastructure
12 using namespace llvm;
  /external/llvm/lib/Target/MBlaze/
MBlazeMachineFunction.cpp 3 // The LLVM Compiler Infrastructure
12 using namespace llvm;
  /external/llvm/lib/Target/MSP430/
MSP430MachineFunctionInfo.cpp 3 // The LLVM Compiler Infrastructure
12 using namespace llvm;
  /external/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.cpp 3 // The LLVM Compiler Infrastructure
12 using namespace llvm;
  /external/llvm/lib/Target/Sparc/
SparcMachineFunctionInfo.cpp 3 // The LLVM Compiler Infrastructure
12 using namespace llvm;
  /external/llvm/lib/Target/
TargetJITInfo.cpp 3 // The LLVM Compiler Infrastructure
10 #include "llvm/Target/TargetJITInfo.h"
12 using namespace llvm;
  /external/llvm/lib/Target/X86/
X86COFFMachineModuleInfo.cpp 3 // The LLVM Compiler Infrastructure
15 using namespace llvm;
X86MachineFunctionInfo.cpp 3 // The LLVM Compiler Infrastructure
12 using namespace llvm;
  /external/llvm/lib/Target/XCore/
XCoreMachineFunctionInfo.cpp 3 // The LLVM Compiler Infrastructure
12 using namespace llvm;
  /external/clang/include/clang/Basic/
LLVM.h 1 //===--- LLVM.h - Import various common LLVM datatypes ----------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
11 /// \brief Forward declares and imports various common LLVM datatypes that
22 #include "llvm/Support/Casting.h"
25 #include "llvm/ADT/None.h"
27 namespace llvm { namespace
54 using llvm::isa;
55 using llvm::cast;
56 using llvm::dyn_cast
    [all...]
  /external/llvm/utils/obj2yaml/
obj2yaml.h 3 // The LLVM Compiler Infrastructure
16 #include "llvm/ADT/ArrayRef.h"
17 #include "llvm/Support/MemoryBuffer.h"
18 #include "llvm/Support/raw_ostream.h"
19 #include "llvm/Support/system_error.h"
24 llvm::raw_ostream &writeHexStream
25 (llvm::raw_ostream &Out, const llvm::ArrayRef<uint8_t> arr);
28 llvm::raw_ostream &writeHexNumber
29 (llvm::raw_ostream &Out, unsigned long long N)
    [all...]

Completed in 482 milliseconds

1 2 3 4 5 6 7 8 91011>>