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

1 2 3 4 5 6 7 8 91011>>

  /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/DomPrinter.h"
20 #include "llvm/Analysis/FindUsedTypes.h"
21 #include "llvm/Analysis/IntervalPartition.h"
22 #include "llvm/Analysis/Passes.h"
23 #include "llvm/Analysis/PostDominators.h"
24 #include "llvm/Analysis/RegionPass.h"
25 #include "llvm/Analysis/RegionPrinter.h
    [all...]
LinkAllVMCore.h 3 // The LLVM Compiler Infrastructure
19 #include "llvm/LLVMContext.h"
20 #include "llvm/Module.h"
21 #include "llvm/Instructions.h"
22 #include "llvm/IntrinsicInst.h"
23 #include "llvm/InlineAsm.h"
24 #include "llvm/Analysis/Verifier.h"
25 #include "llvm/Support/DynamicLibrary.h"
26 #include "llvm/Support/Memory.h"
27 #include "llvm/Support/Mutex.h
    [all...]
  /external/clang/include/clang/Basic/
LLVM.h 1 //===--- LLVM.h - Import various common LLVM datatypes ----------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
10 // This file forward declares and imports various common LLVM datatypes that
20 #include "llvm/Support/Casting.h"
22 namespace llvm { namespace
37 using llvm::isa;
38 using llvm::cast;
39 using llvm::dyn_cast;
40 using llvm::dyn_cast_or_null
    [all...]
  /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/MCContext.h"
12 #include "llvm/MC/MCAsmInfo.h"
13 #include "llvm/Support/raw_ostream.h"
14 using namespace llvm;
MCCodeEmitter.cpp 3 // The LLVM Compiler Infrastructure
10 #include "llvm/MC/MCCodeEmitter.h"
12 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.
Process.cpp 3 // The LLVM Compiler Infrastructure
14 #include "llvm/Support/Process.h"
15 #include "llvm/Config/config.h"
17 namespace llvm { namespace
Signals.cpp 3 // The LLVM Compiler Infrastructure
15 #include "llvm/Support/Signals.h"
16 #include "llvm/Config/config.h"
18 namespace llvm { namespace
  /external/llvm/lib/Target/X86/
X86COFFMachineModuleInfo.cpp 1 //===-- llvm/CodeGen/X86COFFMachineModuleInfo.cpp -------------------------===//
3 // The LLVM Compiler Infrastructure
15 using namespace llvm;
  /external/llvm/lib/VMCore/
GVMaterializer.cpp 3 // The LLVM Compiler Infrastructure
15 #include "llvm/GVMaterializer.h"
16 using namespace llvm;
  /external/llvm/include/llvm/CodeGen/
LinkAllCodegenComponents.h 1 //===- llvm/Codegen/LinkAllCodegenComponents.h ------------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
18 #include "llvm/CodeGen/Passes.h"
19 #include "llvm/CodeGen/SchedulerRegistry.h"
20 #include "llvm/CodeGen/GCs.h"
21 #include "llvm/Target/TargetMachine.h"
34 (void) llvm::createDeadMachineInstructionElimPass();
36 (void) llvm::createFastRegisterAllocator();
37 (void) llvm::createBasicRegisterAllocator();
38 (void) llvm::createLinearScanRegisterAllocator()
    [all...]
  /external/llvm/lib/Target/Alpha/TargetInfo/
AlphaTargetInfo.cpp 3 // The LLVM Compiler Infrastructure
11 #include "llvm/Module.h"
12 #include "llvm/Support/TargetRegistry.h"
13 using namespace llvm;
15 llvm::Target llvm::TheAlphaTarget;
  /external/llvm/lib/Target/Blackfin/TargetInfo/
BlackfinTargetInfo.cpp 3 // The LLVM Compiler Infrastructure
11 #include "llvm/Module.h"
12 #include "llvm/Support/TargetRegistry.h"
14 using namespace llvm;
16 Target llvm::TheBlackfinTarget;
  /external/llvm/lib/Target/CBackend/TargetInfo/
CBackendTargetInfo.cpp 3 // The LLVM Compiler Infrastructure
11 #include "llvm/Module.h"
12 #include "llvm/Support/TargetRegistry.h"
13 using namespace llvm;
15 Target llvm::TheCBackendTarget;
  /external/llvm/lib/Target/CellSPU/TargetInfo/
CellSPUTargetInfo.cpp 3 // The LLVM Compiler Infrastructure
11 #include "llvm/Module.h"
12 #include "llvm/Support/TargetRegistry.h"
13 using namespace llvm;
15 Target llvm::TheCellSPUTarget;
  /external/llvm/lib/Target/MBlaze/TargetInfo/
MBlazeTargetInfo.cpp 3 // The LLVM Compiler Infrastructure
11 #include "llvm/Module.h"
12 #include "llvm/Support/TargetRegistry.h"
13 using namespace llvm;
15 Target llvm::TheMBlazeTarget;
  /external/llvm/lib/Target/MSP430/TargetInfo/
MSP430TargetInfo.cpp 3 // The LLVM Compiler Infrastructure
11 #include "llvm/Module.h"
12 #include "llvm/Support/TargetRegistry.h"
13 using namespace llvm;
15 Target llvm::TheMSP430Target;
  /external/llvm/lib/Target/SystemZ/TargetInfo/
SystemZTargetInfo.cpp 3 // The LLVM Compiler Infrastructure
11 #include "llvm/Module.h"
12 #include "llvm/Support/TargetRegistry.h"
13 using namespace llvm;
15 Target llvm::TheSystemZTarget;
  /external/llvm/lib/Target/XCore/TargetInfo/
XCoreTargetInfo.cpp 3 // The LLVM Compiler Infrastructure
11 #include "llvm/Module.h"
12 #include "llvm/Support/TargetRegistry.h"
13 using namespace llvm;
15 Target llvm::TheXCoreTarget;
  /external/clang/lib/CodeGen/
CGDebugInfo.h 1 //===--- CGDebugInfo.h - DebugInfo for LLVM CodeGen -------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
10 // This is the source level debug info generator for llvm translation.
20 #include "llvm/ADT/DenseMap.h"
21 #include "llvm/Analysis/DebugInfo.h"
22 #include "llvm/Analysis/DIBuilder.h"
23 #include "llvm/Support/ValueHandle.h"
24 #include "llvm/Support/Allocator.h"
28 namespace llvm { namespace
44 /// and is responsible for emitting to llvm globals or pass directly t
    [all...]
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 1 //===--- CodeGenAction.h - LLVM Code Generation Frontend Action -*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
14 #include "llvm/ADT/OwningPtr.h"
16 namespace llvm { namespace
27 llvm::OwningPtr<llvm::Module> TheModule;
28 llvm::LLVMContext *VMContext;
34 /// otherwise it creates a fresh LLVM context and takes ownership.
35 CodeGenAction(unsigned _Act, llvm::LLVMContext *_VMContext = 0);
49 /// takeModule - Take the generated LLVM module, for use after the action ha
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitReader_2_7.h 4 // The LLVM Compiler Infrastructure
18 #include "llvm/GVMaterializer.h"
19 #include "llvm/Attributes.h"
20 #include "llvm/Type.h"
21 #include "llvm/OperandTraits.h"
22 #include "llvm/Bitcode/BitstreamReader.h"
23 #include "llvm/Bitcode/LLVMBitCodes.h"
24 #include "llvm/Support/ValueHandle.h"
25 #include "llvm/ADT/DenseMap.h"
28 namespace llvm { namespace
    [all...]
  /external/llvm/lib/Target/Mips/TargetInfo/
MipsTargetInfo.cpp 3 // The LLVM Compiler Infrastructure
11 #include "llvm/Module.h"
12 #include "llvm/Support/TargetRegistry.h"
13 using namespace llvm;
15 Target llvm::TheMipsTarget, llvm::TheMipselTarget;
16 Target llvm::TheMips64Target, llvm::TheMips64elTarget;

Completed in 689 milliseconds

1 2 3 4 5 6 7 8 91011>>