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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Support/
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/include/llvm/Analysis/
CaptureTracking.h 1 //===----- llvm/Analysis/CaptureTracking.h - Pointer capture ----*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
17 namespace llvm { namespace
31 } // 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
22 namespace llvm { namespace
164 } // 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/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
27 /// This function is the main interface to the LLVM Assembly Parser. It parses
28 /// an ASCII file that (presumably) contains LLVM Assembly code. It returns a
32 /// @brief Parse LLVM Assembly from a file
39 /// The function is a secondary interface to the LLVM Assembly Parser. It parses
40 /// an ASCII string that (presumably) contains LLVM Assembly code. It returns a
44 /// @brief Parse LLVM Assembly from a string
52 /// 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
40 } // 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
36 } // 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
50 } // 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
Passes.h 3 // The LLVM Compiler Infrastructure
11 // passes provided by the LLVM backend.
18 #include "llvm/Target/TargetMachine.h"
21 namespace llvm { namespace
30 /// createUnreachableBlockEliminationPass - The LLVM code generator does not
34 /// last LLVM modifying pass to clean up blocks that are not reachable from
162 /// IntrinsicLowering Pass - Performs target-independent LLVM IR
237 } // End llvm namespace
  /external/llvm/include/llvm/Support/
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/
Main.h 1 //===- llvm/TableGen/Main.h - tblgen entry point ----------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
17 namespace llvm { namespace
  /external/llvm/include/llvm/Transforms/
IPO.h 1 //===- llvm/Transforms/IPO.h - Interprocedural Transformations --*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
20 namespace llvm { namespace
44 // These pass removes llvm.dbg.declare intrinsics.
195 } // End llvm namespace
Instrumentation.h 3 // The LLVM Compiler Infrastructure
17 namespace llvm { namespace
34 } // End llvm namespace
Scalar.h 3 // The LLVM Compiler Infrastructure
18 namespace llvm { namespace
240 // purpose "my LLVM-to-LLVM pass doesn't support the invoke instruction yet"
362 // LowerExpectIntriniscs - Removes llvm.expect intrinsics and creates
367 } // End llvm namespace
  /external/llvm/include/llvm/Transforms/Utils/
FunctionUtils.h 3 // The LLVM Compiler Infrastructure
10 // This family of transformations manipulate LLVM functions.
17 #include "llvm/ADT/ArrayRef.h"
20 namespace llvm { namespace
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

Completed in 378 milliseconds

1 2 3 4 5 6 7 8 91011>>