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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Support/
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/utils/TableGen/
TableGenBackends.h 1 //===- TableGenBackends.h - Declarations for LLVM TableGen Backends -------===//
3 // The LLVM Compiler Infrastructure
10 // This file contains the declarations for all of the LLVM TableGen
33 // `getAllDerivedDefinitions`. Consult "include/llvm/TableGen/Record.h" for
55 // LLVM.
58 namespace llvm { namespace
80 } // End llvm namespace
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPU.h 3 // The LLVM Compiler Infrastructure
14 #include "llvm/Support/TargetRegistry.h"
15 #include "llvm/Target/TargetMachine.h"
17 namespace llvm { namespace
33 } // End namespace llvm
  /external/clang/utils/TableGen/
TableGenBackends.h 3 // The LLVM Compiler Infrastructure
18 namespace llvm { namespace
23 using llvm::raw_ostream;
24 using llvm::RecordKeeper;
  /external/llvm/include/llvm/Analysis/
CFG.h 3 // The LLVM Compiler Infrastructure
18 #include "llvm/IR/BasicBlock.h"
19 #include "llvm/Support/CFG.h"
21 namespace llvm { namespace
67 } // End llvm namespace
CallPrinter.h 3 // The LLVM Compiler Infrastructure
18 namespace llvm { namespace
25 } // end namespace llvm
ConstantFolding.h 3 // The LLVM Compiler Infrastructure
23 namespace llvm { namespace
DomPrinter.h 3 // The LLVM Compiler Infrastructure
18 namespace llvm { namespace
28 } // End llvm namespace
InstructionSimplify.h 3 // The LLVM Compiler Infrastructure
35 #include "llvm/IR/User.h"
37 namespace llvm { namespace
271 } // end namespace llvm
Lint.h 1 //===-- llvm/Analysis/Lint.h - LLVM IR Lint ---------------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
23 namespace llvm { namespace
47 } // End llvm namespace
Loads.h 3 // The LLVM Compiler Infrastructure
17 #include "llvm/IR/BasicBlock.h"
19 namespace llvm { namespace
Passes.h 1 //===-- llvm/Analysis/Passes.h - Constructors for analyses ------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
18 namespace llvm { namespace
RegionPrinter.h 3 // The LLVM Compiler Infrastructure
18 namespace llvm { namespace
24 } // End llvm namespace
  /external/llvm/include/llvm/Assembly/
Parser.h 1 //===-- llvm/Assembly/Parser.h - Parser for VM assembly files ---*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
19 namespace llvm { namespace
26 /// This function is the main interface to the LLVM Assembly Parser. It parses
27 /// an ASCII file that (presumably) contains LLVM Assembly code. It returns a
31 /// @brief Parse LLVM Assembly from a file
38 /// The function is a secondary interface to the LLVM Assembly Parser. It parses
39 /// an ASCII string that (presumably) contains LLVM Assembly code. It returns a
43 /// @brief Parse LLVM Assembly from a string
51 /// This function is the low-level interface to the LLVM Assembly Parser
    [all...]
PrintModulePass.h 1 //===- llvm/Assembly/PrintModulePass.h - Printing Pass ----------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
23 namespace llvm { namespace
46 } // End llvm namespace
Writer.h 1 //===-- llvm/Assembly/Writer.h - Printer for LLVM assembly files --*- C++ -*-=//
3 // The LLVM Compiler Infrastructure
11 // This library is used to print LLVM assembly language files to an iostream. It
12 // can print LLVM code at a variety of granularities, including Modules,
20 namespace llvm { namespace
35 } // End llvm namespace
  /external/llvm/include/llvm/
AutoUpgrade.h 1 //===-- llvm/AutoUpgrade.h - AutoUpgrade Helpers ----------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
17 namespace llvm { namespace
42 } // End llvm namespace
InitializePasses.h 1 //===- llvm/InitializePasses.h -------- Initialize All Passes ---*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
11 // for the entire LLVM project.
18 namespace llvm { namespace
  /external/llvm/include/llvm/CodeGen/
GCs.h 3 // The LLVM Compiler Infrastructure
17 namespace llvm { namespace
  /external/llvm/include/llvm/IRReader/
IRReader.h 1 //===---- llvm/IRReader/IRReader.h - Reader for LLVM IR files ---*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
10 // This file defines functions for reading LLVM IR. They support both
20 namespace llvm { namespace
29 /// parse it as LLVM Assembly and return a fully populated Module. This
36 /// attempt to parse it as LLVM Assembly and return a fully populated
42 /// for it. Otherwise, attempt to parse it as LLVM Assembly and return
48 /// Otherwise, attempt to parse it as LLVM Assembly and return a Module
  /external/llvm/include/llvm/Support/
SystemUtils.h 3 // The LLVM Compiler Infrastructure
20 namespace llvm { namespace
32 } // End llvm namespace
Threading.h 1 //===-- llvm/Support/Threading.h - Control multithreading mode --*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
17 namespace llvm { namespace
19 /// make LLVM safe for multithreading. The return value indicates whether
20 /// multithreaded initialization succeeded. LLVM will still be operational
23 /// LLVM APIs.
24 /// THIS MUST EXECUTE IN ISOLATION FROM ALL OTHER LLVM API CALLS.
27 /// llvm_stop_multithreaded - Deallocate structures necessary to make LLVM
29 /// THIS MUST EXECUTE IN ISOLATION FROM ALL OTHER LLVM API CALLS.
32 /// llvm_is_multithreaded - Check whether LLVM is executing in thread-saf
    [all...]
  /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
38 } // end namespace "llvm"
TableGenBackend.h 1 //===- llvm/TableGen/TableGenBackend.h - Backend utilities ------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
17 #include "llvm/ADT/StringRef.h"
19 namespace llvm { namespace
23 /// emitSourceFileHeader - Output a LLVM style file header to the specified
27 } // End llvm namespace
  /external/llvm/include/llvm/Transforms/
IPO.h 1 //===- llvm/Transforms/IPO.h - Interprocedural Transformations --*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
18 #include "llvm/ADT/ArrayRef.h"
20 namespace llvm { namespace
44 // These pass removes llvm.dbg.declare intrinsics.
197 } // End llvm namespace

Completed in 787 milliseconds

1 2 3 4 5 6 7 8 91011>>