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

1 2 3 4 5 6 7 891011>>

  /external/llvm/include/llvm/
Argument.h 1 //===-- llvm/Argument.h - Definition of the Argument class ------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
17 #include "llvm/Value.h"
18 #include "llvm/Attributes.h"
19 #include "llvm/ADT/ilist_node.h"
20 #include "llvm/ADT/Twine.h"
22 namespace llvm { namespace
31 /// @brief LLVM Argument representation
89 } // End llvm namespace
DebugInfoProbe.h 3 // The LLVM Compiler Infrastructure
18 #include "llvm/ADT/StringMap.h"
20 namespace llvm { namespace
65 } // End llvm namespace
Intrinsics.h 1 //===-- llvm/Instrinsics.h - LLVM Intrinsic Function Handling ---*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
19 #include "llvm/ADT/ArrayRef.h"
22 namespace llvm { namespace
32 /// every intrinsic/builtin function known by LLVM. These enum values are
41 #include "llvm/Intrinsics.gen"
46 /// Intrinsic::getName(ID) - Return the LLVM name for an intrinsic, such as
47 /// "llvm.ppc.altivec.lvx".
63 /// Intrinsic::getDeclaration(M, ID) - Create or insert an LLVM Functio
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 4 // The LLVM Compiler Infrastructure
18 #include "llvm/Pass.h"
19 #include "llvm/Support/BranchProbability.h"
22 namespace llvm { namespace
PseudoSourceValue.h 1 //===-- llvm/CodeGen/PseudoSourceValue.h ------------------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
17 #include "llvm/Value.h"
19 namespace llvm { namespace
43 /// PseudoSourceValue may also be pointed to by an LLVM IR Value.
47 /// PseudoSourceValue can ever alias a LLVM IR Value.
110 } // End llvm namespace
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 3 // The LLVM Compiler Infrastructure
17 #include "llvm/ADT/StringRef.h"
18 #include "llvm/Support/Memory.h"
20 namespace llvm { namespace
28 // representations in LLVM IR.
74 } // end namespace llvm
  /external/llvm/include/llvm/MC/
MCCodeGenInfo.h 1 //===-- llvm/MC/MCCodeGenInfo.h - Target CodeGen Info -----------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
18 #include "llvm/Support/CodeGen.h"
20 namespace llvm { namespace
39 } // namespace llvm
MCLabel.h 3 // The LLVM Compiler Infrastructure
17 namespace llvm { namespace
54 } // end namespace llvm
MCModule.h 1 //===-- llvm/MC/MCModule.h - MCModule class ---------------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
18 #include "llvm/ADT/DenseMap.h"
19 #include "llvm/ADT/IntervalMap.h"
20 #include "llvm/ADT/SmallPtrSet.h"
21 #include "llvm/Support/DataTypes.h"
23 namespace llvm { namespace
MCObjectStreamer.h 3 // The LLVM Compiler Infrastructure
13 #include "llvm/MC/MCStreamer.h"
15 namespace llvm { namespace
85 } // end namespace llvm
  /external/llvm/include/llvm/MC/MCParser/
MCParsedAsmOperand.h 1 //===-- llvm/MC/MCParsedAsmOperand.h - Asm Parser Operand -------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
13 namespace llvm { namespace
45 } // end namespace llvm.
  /external/llvm/include/llvm/Support/
Debug.h 1 //===- llvm/Support/Debug.h - Easy way to add debug output ------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
29 namespace llvm { namespace
68 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
99 } // End llvm namespace
ErrorHandling.h 1 //===- llvm/Support/ErrorHandling.h - Fatal error handling ------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
18 #include "llvm/Support/Compiler.h"
19 #include "llvm/ADT/StringRef.h"
22 namespace llvm { namespace
30 /// whenever a serious (non-recoverable) error is encountered by LLVM.
99 ::llvm::llvm_unreachable_internal(msg, __FILE__, __LINE__)
103 #define llvm_unreachable(msg) ::llvm::llvm_unreachable_internal()
FEnv.h 1 //===- llvm/Support/FEnv.h - Host floating-point exceptions ------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
18 #include "llvm/Config/config.h"
30 namespace llvm { namespace
54 } // End llvm namespace
Host.h 1 //===- llvm/Support/Host.h - Host machine characteristics --------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
17 #include "llvm/ADT/StringMap.h"
20 namespace llvm { namespace
45 /// getHostCPUName - Get the LLVM name for the host CPU. The particular format
52 /// getHostCPUFeatures - Get the LLVM names for the host CPU features.
59 /// all valid LLVM feature names.
LeakDetector.h 1 //===-- llvm/Support/LeakDetector.h - Provide leak detection ----*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
11 // checks for an API. Basically LLVM uses this to make sure that Instructions,
27 namespace llvm { namespace
67 /// by far the most common in LLVM. This does not affect the actual
90 } // End llvm namespace
MutexGuard.h 3 // The LLVM Compiler Infrastructure
18 #include "llvm/Support/Mutex.h"
20 namespace llvm { namespace
PointerLikeTypeTraits.h 1 //===- llvm/Support/PointerLikeTypeTraits.h - Pointer Traits ----*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
18 #include "llvm/Support/DataTypes.h"
20 namespace llvm { namespace
79 } // end namespace llvm
SwapByteOrder.h 3 // The LLVM Compiler Infrastructure
18 #include "llvm/Support/DataTypes.h"
22 namespace llvm { namespace
99 } // end namespace llvm
  /external/llvm/include/llvm/TableGen/
Error.h 1 //===- llvm/TableGen/Error.h - tblgen error handling helpers ----*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
18 #include "llvm/Support/SourceMgr.h"
20 namespace llvm { namespace
41 } // end namespace "llvm"
  /external/llvm/include/llvm/Target/
TargetOptions.h 1 //===-- llvm/Target/TargetOptions.h - Target Options ------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
18 namespace llvm { namespace
163 } // End llvm namespace
  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 3 // The LLVM Compiler Infrastructure
20 #include "llvm/BasicBlock.h"
21 #include "llvm/Support/CFG.h"
22 #include "llvm/Support/DebugLoc.h"
24 namespace llvm { namespace
170 /// This currently updates the LLVM IR, AliasAnalysis, DominatorTree,
187 /// This currently updates the LLVM IR, AliasAnalysis, DominatorTree,
209 } // End llvm namespace
  /external/llvm/include/llvm-c/
Object.h 1 /*===-- llvm-c/Object.h - Object Lib C Iface --------------------*- C++ -*-===*/
3 /* The LLVM Compiler Infrastructure */
22 #include "llvm-c/Core.h"
23 #include "llvm/Config/llvm-config.h"
26 #include "llvm/Object/ObjectFile.h"
52 namespace llvm { namespace
  /external/llvm/lib/DebugInfo/
DWARFAttribute.h 3 // The LLVM Compiler Infrastructure
13 #include "llvm/Support/DataTypes.h"
15 namespace llvm { namespace
  /external/llvm/lib/Support/
Errno.cpp 3 // The LLVM Compiler Infrastructure
14 #include "llvm/Support/Errno.h"
15 #include "llvm/Config/config.h" // Get autoconf configuration settings
29 namespace llvm { namespace
72 } // namespace llvm

Completed in 790 milliseconds

1 2 3 4 5 6 7 891011>>