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

<<11121314151617181920>>

  /external/llvm/include/llvm/Support/
CodeGen.h 1 //===-- llvm/Support/CodeGen.h - CodeGen Concepts ---------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
18 namespace llvm { namespace
30 } // end llvm namespace
Disassembler.h 1 //===- llvm/Support/Disassembler.h ------------------------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
18 #include "llvm/Support/DataTypes.h"
21 namespace llvm { namespace
Signals.h 1 //===- llvm/Support/Signals.h - Signal Handling support ----------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
18 #include "llvm/Support/Path.h"
20 namespace llvm { namespace
57 } // End llvm namespace
SystemUtils.h 3 // The LLVM Compiler Infrastructure
20 namespace llvm { namespace
35 /// itself. This allows us to find another LLVM tool if it is built in the same
42 } // End llvm namespace
  /external/llvm/include/llvm/TableGen/
TableGenBackend.h 1 //===- llvm/TableGen/TableGenBackend.h - Backend base class -----*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
18 #include "llvm/Support/raw_ostream.h"
21 namespace llvm { namespace
35 /// EmitSourceFileHeader - Output a LLVM style file header to the specified
41 } // End llvm namespace
  /external/llvm/include/llvm/Target/
TargetOpcodes.h 1 //===-- llvm/Target/TargetOpcodes.h - Target Indep Opcodes ------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
17 namespace llvm { namespace
68 /// DBG_VALUE - a mapping of the llvm.dbg.value intrinsic
88 } // end namespace llvm
  /external/llvm/include/llvm/Transforms/
Instrumentation.h 3 // The LLVM Compiler Infrastructure
17 namespace llvm { namespace
34 } // End llvm namespace
  /external/llvm/include/llvm/Transforms/Utils/
PromoteMemToReg.h 3 // The LLVM Compiler Infrastructure
20 namespace llvm { namespace
43 } // End llvm namespace
UnrollLoop.h 1 //===- llvm/Transforms/Utils/UnrollLoop.h - Unrolling utilities -*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
19 namespace llvm { namespace
  /external/llvm/lib/CodeGen/
VirtRegRewriter.h 1 //===-- llvm/CodeGen/VirtRegRewriter.h - VirtRegRewriter -*- C++ -*--------===//
3 // The LLVM Compiler Infrastructure
13 namespace llvm { namespace
  /external/llvm/lib/MC/MCDisassembler/
EDToken.h 1 //===-EDToken.h - LLVM Enhanced Disassembler --------------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
19 #include "llvm/ADT/StringRef.h"
20 #include "llvm/Support/DataTypes.h"
24 namespace llvm { namespace
44 llvm::StringRef Str;
59 /// The LLVM register ID if the token is a register name
69 EDToken(llvm::StringRef str,
82 /// @arg registerID - The LLVM register ID
97 llvm::StringRef string() const
    [all...]
  /external/llvm/lib/MC/
MCELFObjectTargetWriter.cpp 3 // The LLVM Compiler Infrastructure
10 #include "llvm/MC/MCELFObjectWriter.h"
12 using namespace llvm;
MCMachObjectTargetWriter.cpp 3 // The LLVM Compiler Infrastructure
10 #include "llvm/MC/MCMachObjectWriter.h"
12 using namespace llvm;
  /external/llvm/lib/Support/
raw_os_ostream.cpp 3 // The LLVM Compiler Infrastructure
14 #include "llvm/Support/raw_os_ostream.h"
16 using namespace llvm;
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.h 3 // The LLVM Compiler Infrastructure
17 #include "llvm/Target/TargetInstrInfo.h"
23 namespace llvm { namespace
ARMRelocations.h 3 // The LLVM Compiler Infrastructure
17 #include "llvm/CodeGen/MachineRelocation.h"
19 namespace llvm { namespace
  /external/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCAsmInfo.cpp 3 // The LLVM Compiler Infrastructure
15 using namespace llvm;
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCFixupKinds.h 3 // The LLVM Compiler Infrastructure
13 #include "llvm/MC/MCFixup.h"
15 namespace llvm { namespace
PPCPredicates.h 3 // The LLVM Compiler Infrastructure
17 namespace llvm { namespace
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmInfo.h 3 // The LLVM Compiler Infrastructure
17 #include "llvm/MC/MCAsmInfo.h"
19 namespace llvm { namespace
28 } // namespace llvm
  /external/llvm/lib/Target/
TargetIntrinsicInfo.cpp 3 // The LLVM Compiler Infrastructure
14 #include "llvm/Target/TargetIntrinsicInfo.h"
15 #include "llvm/Function.h"
16 #include "llvm/ADT/StringMap.h"
17 using namespace llvm;
TargetSubtargetInfo.cpp 3 // The LLVM Compiler Infrastructure
14 #include "llvm/Target/TargetSubtargetInfo.h"
15 #include "llvm/ADT/SmallVector.h"
16 using namespace llvm;
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCAsmInfo.cpp 3 // The LLVM Compiler Infrastructure
11 using namespace llvm;
  /external/llvm/lib/Target/XCore/
XCoreSubtarget.cpp 3 // The LLVM Compiler Infrastructure
16 #include "llvm/Support/TargetRegistry.h"
22 using namespace llvm;
  /external/llvm/test/MC/ARM/
arm_word_directive.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown %s | FileCheck %s

Completed in 569 milliseconds

<<11121314151617181920>>