HomeSort by relevance Sort by last modified time
    Searched defs:llvm (Results 126 - 150 of 11495) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
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
333 } // 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/Analysis/AliasAnalysis.h"
18 #include "llvm/IR/BasicBlock.h"
19 #include "llvm/Support/CommandLine.h"
21 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
36 void viewRegion(llvm::RegionInfo *RI);
47 void viewRegion(const llvm::Function *F);
56 void viewRegionOnly(llvm::RegionInfo *RI);
67 void viewRegionOnly(const llvm::Function *F);
69 } // End llvm namespace
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/AsmParser/
Parser.h 1 //===-- Parser.h - Parser for LLVM IR text assembly files -------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
17 #include "llvm/Support/MemoryBuffer.h"
19 namespace llvm { namespace
28 /// This function is the main interface to the LLVM Assembly Parser. It parses
29 /// an ASCII file that (presumably) contains LLVM Assembly code. It returns a
33 /// \brief Parse LLVM Assembly from a file
44 /// The function is a secondary interface to the LLVM Assembly Parser. It parses
45 /// an ASCII string that (presumably) contains LLVM Assembly code. It returns a
49 /// \brief Parse LLVM Assembly from a strin
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
AtomicExpandUtils.h 3 // The LLVM Compiler Infrastructure
10 #include "llvm/ADT/STLExtras.h"
11 #include "llvm/IR/IRBuilder.h"
13 namespace llvm { namespace
GCs.h 3 // The LLVM Compiler Infrastructure
17 namespace llvm { namespace
LowLevelType.h 1 //== llvm/CodeGen/LowLevelType.h ------------------------------- -*- C++ -*-==//
3 // The LLVM Compiler Infrastructure
20 #include "llvm/Support/LowLevelTypeImpl.h"
22 namespace llvm { namespace
27 /// Construct a low-level type based on an LLVM type.
ParallelCG.h 1 //===-- llvm/CodeGen/ParallelCG.h - Parallel code generation ----*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
17 #include "llvm/Support/CodeGen.h"
18 #include "llvm/Target/TargetMachine.h"
22 namespace llvm { namespace
41 ArrayRef<llvm::raw_pwrite_stream *> BCOSs,
46 } // namespace llvm
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
Utils.h 1 //==-- llvm/CodeGen/GlobalISel/Utils.h ---------------------------*- C++ -*-==//
3 // The LLVM Compiler Infrastructure
18 #include "llvm/ADT/StringRef.h"
20 namespace llvm { namespace
63 } // End namespace llvm.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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
30 /// attempt to parse it as LLVM Assembly and return a fully populated
38 /// for it. Otherwise, attempt to parse it as LLVM Assembly and return
44 /// Otherwise, attempt to parse it as LLVM Assembly and return a Module
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/
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
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/legacy/
UpdateCompilerUsed.h 1 //==------ UpdateCompilerUsed.h - LLVM Link Time Optimizer Utility --------===//
3 // The LLVM Compiler Infrastructure
10 // This file declares a helper class to update llvm.compiler_used metadata.
17 #include "llvm/ADT/StringSet.h"
18 #include "llvm/IR/GlobalValue.h"
20 namespace llvm { namespace
26 /// are also libcalls, and create or update the magic "llvm.compiler_used"
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LibDriver/
LibDriver.h 1 //===- llvm/LibDriver/LibDriver.h - lib.exe-compatible driver ---*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
11 // bitcode files. Used by llvm-lib and lld-link /lib.
18 namespace llvm { namespace
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
SystemUtils.h 3 // The LLVM Compiler Infrastructure
18 namespace llvm { namespace
30 } // End llvm namespace
WindowsError.h 3 // The LLVM Compiler Infrastructure
15 namespace llvm { namespace
xxhash.h 41 #include "llvm/ADT/StringRef.h"
43 namespace llvm { namespace
44 uint64_t xxHash64(llvm::StringRef Data);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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
37 } // end namespace "llvm"
TableGenBackend.h 1 //===- llvm/TableGen/TableGenBackend.h - Backend utilities ------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
17 namespace llvm { namespace
22 /// emitSourceFileHeader - Output an LLVM style file header to the specified
26 } // End llvm namespace
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/
Coroutines.h 3 // The LLVM Compiler Infrastructure
15 namespace llvm { namespace
ObjCARC.h 3 // The LLVM Compiler Infrastructure
18 namespace llvm { namespace
46 } // End llvm namespace
Scalar.h 3 // The LLVM Compiler Infrastructure
20 namespace llvm { namespace
87 // GuardWidening - An optimization over the @llvm.experimental.guard intrinsic
440 // LowerExpectIntrinsics - Removes llvm.expect intrinsics and creates
570 } // End llvm namespace

Completed in 195 milliseconds

1 2 3 4 56 7 8 91011>>