HomeSort by relevance Sort by last modified time
    Searched defs:llvm (Results 226 - 250 of 1013) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Support/
Mutex.cpp 3 // The LLVM Compiler Infrastructure
10 // This file implements the llvm::sys::Mutex class.
14 #include "llvm/Config/config.h"
15 #include "llvm/Support/Mutex.h"
24 namespace llvm { namespace
40 namespace llvm {
51 // Note: all LLVM tools will link against -lpthread if its available since it
ThreadLocal.cpp 3 // The LLVM Compiler Infrastructure
10 // This file implements the llvm::sys::ThreadLocal class.
14 #include "llvm/Config/config.h"
15 #include "llvm/Support/ThreadLocal.h"
24 namespace llvm { namespace
40 namespace llvm {
TimeValue.cpp 3 // The LLVM Compiler Infrastructure
14 #include "llvm/Support/TimeValue.h"
15 #include "llvm/Config/config.h"
17 namespace llvm { namespace
  /external/llvm/lib/TableGen/
Main.cpp 3 // The LLVM Compiler Infrastructure
12 // description in some predefined format. In practice, this is used by the LLVM
19 #include "llvm/ADT/OwningPtr.h"
20 #include "llvm/Support/CommandLine.h"
21 #include "llvm/Support/MemoryBuffer.h"
22 #include "llvm/Support/ToolOutputFile.h"
23 #include "llvm/Support/system_error.h"
24 #include "llvm/TableGen/Error.h"
25 #include "llvm/TableGen/Record.h"
26 #include "llvm/TableGen/TableGenAction.h
48 namespace llvm { namespace
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.h 3 // The LLVM Compiler Infrastructure
18 #include "llvm/Target/TargetSelectionDAGInfo.h"
20 namespace llvm { namespace
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.h 3 // The LLVM Compiler Infrastructure
17 #include "llvm/Support/DataTypes.h"
20 namespace llvm { namespace
55 } // End llvm namespace
  /external/llvm/lib/Target/Alpha/
Alpha.h 3 // The LLVM Compiler Infrastructure
10 // This file contains the entry points for global functions defined in the LLVM
19 #include "llvm/Target/TargetMachine.h"
21 namespace llvm { namespace
41 } // end namespace llvm;
AlphaInstrInfo.h 3 // The LLVM Compiler Infrastructure
17 #include "llvm/Target/TargetInstrInfo.h"
23 namespace llvm { namespace
AlphaSubtarget.h 3 // The LLVM Compiler Infrastructure
17 #include "llvm/Target/TargetSubtargetInfo.h"
18 #include "llvm/MC/MCInstrItineraries.h"
24 namespace llvm { namespace
47 } // End llvm namespace
  /external/llvm/lib/Target/Blackfin/
BlackfinInstrInfo.h 3 // The LLVM Compiler Infrastructure
17 #include "llvm/Target/TargetInstrInfo.h"
23 namespace llvm { namespace
79 } // end namespace llvm
BlackfinRegisterInfo.h 3 // The LLVM Compiler Infrastructure
18 #include "llvm/Target/TargetRegisterInfo.h"
23 namespace llvm { namespace
75 } // end namespace llvm
  /external/llvm/lib/Target/CellSPU/
SPUInstrInfo.h 3 // The LLVM Compiler Infrastructure
18 #include "llvm/Target/TargetInstrInfo.h"
24 namespace llvm { namespace
  /external/llvm/lib/Target/MBlaze/
MBlazeMCInstLower.h 3 // The LLVM Compiler Infrastructure
13 #include "llvm/Support/Compiler.h"
15 namespace llvm { namespace
  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.h 3 // The LLVM Compiler Infrastructure
13 #include "llvm/Support/Compiler.h"
15 namespace llvm { namespace
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.h 3 // The LLVM Compiler Infrastructure
12 #include "llvm/CodeGen/MachineOperand.h"
13 #include "llvm/Support/Compiler.h"
15 namespace llvm { namespace
MipsRegisterInfo.h 3 // The LLVM Compiler Infrastructure
18 #include "llvm/Target/TargetRegisterInfo.h"
23 namespace llvm { namespace
67 } // end namespace llvm
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.h 3 // The LLVM Compiler Infrastructure
24 namespace llvm { namespace
68 } // end namespace llvm
  /external/llvm/lib/Target/Sparc/
SparcRegisterInfo.h 3 // The LLVM Compiler Infrastructure
17 #include "llvm/Target/TargetRegisterInfo.h"
22 namespace llvm { namespace
56 } // end namespace llvm
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.h 3 // The LLVM Compiler Infrastructure
19 #include "llvm/Target/TargetFrameLowering.h"
20 #include "llvm/ADT/IndexedMap.h"
22 namespace llvm { namespace
55 } // End llvm namespace
SystemZRegisterInfo.h 3 // The LLVM Compiler Infrastructure
17 #include "llvm/Target/TargetRegisterInfo.h"
22 namespace llvm { namespace
58 } // end namespace llvm
SystemZSubtarget.h 3 // The LLVM Compiler Infrastructure
17 #include "llvm/Target/TargetSubtargetInfo.h"
23 namespace llvm { namespace
46 } // End llvm namespace
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.h 3 // The LLVM Compiler Infrastructure
17 #include "llvm/MC/MCAsmInfo.h"
18 #include "llvm/MC/MCAsmInfoCOFF.h"
19 #include "llvm/MC/MCAsmInfoDarwin.h"
21 namespace llvm { namespace
44 } // namespace llvm
  /external/llvm/lib/Target/X86/
X86AsmPrinter.h 1 //===-- X86AsmPrinter.h - Convert X86 LLVM code to assembly -----*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
20 #include "llvm/ADT/StringSet.h"
21 #include "llvm/CodeGen/AsmPrinter.h"
22 #include "llvm/CodeGen/MachineModuleInfo.h"
23 #include "llvm/CodeGen/ValueTypes.h"
24 #include "llvm/Support/Compiler.h"
26 namespace llvm { namespace
85 } // end namespace llvm
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.h 3 // The LLVM Compiler Infrastructure
17 #include "llvm/Target/TargetInstrInfo.h"
23 namespace llvm { namespace
  /external/llvm/tools/llvm-ld/
Optimize.cpp 3 // The LLVM Compiler Infrastructure
10 // This file implements all optimization of the linked module for llvm-ld.
14 #include "llvm/Module.h"
15 #include "llvm/PassManager.h"
16 #include "llvm/Analysis/Verifier.h"
17 #include "llvm/Support/CommandLine.h"
18 #include "llvm/Support/raw_ostream.h"
19 #include "llvm/Support/DynamicLibrary.h"
20 #include "llvm/Target/TargetData.h"
21 #include "llvm/Target/TargetMachine.h
76 namespace llvm { namespace
    [all...]

Completed in 2195 milliseconds

1 2 3 4 5 6 7 8 91011>>