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

1 2 3 4 56 7 8 91011>>

  /external/llvm/tools/llvm-mc/
Disassembler.h 3 // The LLVM Compiler Infrastructure
20 namespace llvm { namespace
40 } // namespace llvm
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.h 3 // The LLVM Compiler Infrastructure
18 #include "llvm/TableGen/TableGenBackend.h"
21 namespace llvm { namespace
CodeEmitterGen.h 3 // The LLVM Compiler Infrastructure
17 #include "llvm/TableGen/TableGenBackend.h"
21 namespace llvm { namespace
47 } // End llvm namespace
DisassemblerEmitter.h 3 // The LLVM Compiler Infrastructure
13 #include "llvm/TableGen/TableGenBackend.h"
15 namespace llvm { namespace
26 } // end llvm namespace
EDEmitter.h 3 // The LLVM Compiler Infrastructure
19 #include "llvm/TableGen/TableGenBackend.h"
21 namespace llvm { namespace
32 } // End llvm namespace
InstrEnumEmitter.h 3 // The LLVM Compiler Infrastructure
18 #include "llvm/TableGen/TableGenBackend.h"
20 namespace llvm { namespace
31 } // End llvm namespace
RegisterInfoEmitter.h 3 // The LLVM Compiler Infrastructure
19 #include "llvm/TableGen/TableGenBackend.h"
22 namespace llvm { namespace
56 } // End llvm namespace
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitReader_2_7.h 4 // The LLVM Compiler Infrastructure
18 #include "llvm/GVMaterializer.h"
19 #include "llvm/Attributes.h"
20 #include "llvm/Type.h"
21 #include "llvm/OperandTraits.h"
22 #include "llvm/Bitcode/BitstreamReader.h"
23 #include "llvm/Bitcode/LLVMBitCodes.h"
24 #include "llvm/Support/ValueHandle.h"
25 #include "llvm/ADT/DenseMap.h"
28 namespace llvm { namespace
    [all...]
  /frameworks/compile/libbcc/lib/Disassembler/
Disassembler.h 26 namespace llvm { namespace
36 llvm::Target const *Target,
37 llvm::TargetMachine *TM,
  /frameworks/compile/slang/
slang_utils.h 22 namespace llvm { namespace
33 static bool CreateDirectoryWithParents(llvm::StringRef Dir,
  /external/clang/utils/TableGen/
OptParserEmitter.h 3 // The LLVM Compiler Infrastructure
13 #include "llvm/TableGen/TableGenBackend.h"
15 namespace llvm { namespace
  /external/llvm/include/llvm/ADT/
VectorExtras.h 1 //===-- llvm/ADT/VectorExtras.h - Helpers for std::vector -------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
21 namespace llvm { namespace
39 } // End llvm namespace
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 3 // The LLVM Compiler Infrastructure
17 #include "llvm/Pass.h"
18 #include "llvm/Support/BlockFrequency.h"
21 namespace llvm { namespace
  /external/llvm/include/llvm/CodeGen/
IntrinsicLowering.h 3 // The LLVM Compiler Infrastructure
11 // addition of domain-specific or front-end specific intrinsics to LLVM without
19 #include "llvm/Intrinsics.h"
21 namespace llvm { namespace
40 /// LowerIntrinsicCall - This method replaces a call with the LLVM function
MachineBlockFrequencyInfo.h 3 // The LLVM Compiler Infrastructure
17 #include "llvm/CodeGen/MachineFunctionPass.h"
18 #include "llvm/Support/BlockFrequency.h"
21 namespace llvm { namespace
  /external/llvm/include/llvm/Support/
IncludeFile.h 1 //===- llvm/Support/IncludeFile.h - Ensure Linking Of Library ---*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
33 namespace llvm { \
41 namespace llvm { \
51 namespace llvm { const char name ## LinkVar = 0; }
53 namespace llvm { namespace
60 /// Passes but also occurs elsewhere in LLVM. We like to use .a files because
Program.h 1 //===- llvm/Support/Program.h ------------------------------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
10 // This file declares the llvm::sys::Program class.
17 #include "llvm/Support/Path.h"
19 namespace llvm { namespace
  /external/llvm/include/llvm/TableGen/
TableGenAction.h 1 //===- llvm/TableGen/TableGenAction.h - defines TableGenAction --*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
18 namespace llvm { namespace
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/Transforms/IPO/
InlinerPass.h 3 // The LLVM Compiler Infrastructure
20 #include "llvm/CallGraphSCCPass.h"
22 namespace llvm { namespace
95 } // End llvm namespace
  /external/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h 1 //===-- llvm/Transforms/Utils/SimplifyIndVar.h - Indvar Utils ---*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
19 #include "llvm/Support/CommandLine.h"
21 namespace llvm { namespace
56 } // namespace llvm
  /external/llvm/include/llvm-c/
ExecutionEngine.h 1 /*===-- llvm-c/ExecutionEngine.h - ExecutionEngine Lib C Iface --*- C++ -*-===*\
3 |* The LLVM Compiler Infrastructure *|
11 |* implements various analyses of the LLVM IR. *|
22 #include "llvm-c/Core.h"
23 #include "llvm-c/Target.h"
131 namespace llvm { namespace
  /external/llvm/include/llvm-c/Transforms/
PassManagerBuilder.h 1 /*===-- llvm-c/Transform/PassManagerBuilder.h - PMB C Interface ---*- C -*-===*\
3 |* The LLVM Compiler Infrastructure *|
17 #include "llvm-c/Core.h"
22 #include "llvm/Transforms/IPO/PassManagerBuilder.h"
26 /** See llvm::PassManagerBuilder. */
30 /** See llvm::PassManagerBuilder::OptLevel. */
35 /** See llvm::PassManagerBuilder::SizeLevel. */
40 /** See llvm::PassManagerBuilder::DisableUnitAtATime. */
45 /** See llvm::PassManagerBuilder::DisableUnrollLoops. */
50 /** See llvm::PassManagerBuilder::DisableSimplifyLibCalls *
79 namespace llvm { namespace
    [all...]
  /external/llvm/lib/CodeGen/
AntiDepBreaker.h 1 //=- llvm/CodeGen/AntiDepBreaker.h - Anti-Dependence Breaking -*- C++ -*-=//
3 // The LLVM Compiler Infrastructure
18 #include "llvm/CodeGen/MachineBasicBlock.h"
19 #include "llvm/CodeGen/MachineFrameInfo.h"
20 #include "llvm/CodeGen/MachineFunction.h"
21 #include "llvm/CodeGen/MachineRegisterInfo.h"
22 #include "llvm/CodeGen/ScheduleDAG.h"
23 #include "llvm/Target/TargetRegisterInfo.h"
26 namespace llvm { namespace
LiveDebugVariables.h 3 // The LLVM Compiler Infrastructure
24 #include "llvm/ADT/ArrayRef.h"
25 #include "llvm/CodeGen/MachineFunctionPass.h"
27 namespace llvm { namespace
68 } // namespace llvm

Completed in 337 milliseconds

1 2 3 4 56 7 8 91011>>