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

1 2 3 45 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/
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
238 // purpose "my LLVM-to-LLVM pass doesn't support the invoke instruction yet"
360 // LowerExpectIntriniscs - Removes llvm.expect intrinsics and creates
365 } // End llvm namespace
  /external/swiftshader/third_party/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
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PHIEliminationUtils.h 3 // The LLVM Compiler Infrastructure
13 #include "llvm/CodeGen/MachineBasicBlock.h"
15 namespace llvm { namespace
  /external/swiftshader/third_party/LLVM/lib/Support/
IsInf.cpp 3 // The LLVM Compiler Infrastructure
14 #include "llvm/Config/config.h"
44 namespace llvm { namespace
49 } // end namespace llvm;
IsNAN.cpp 3 // The LLVM Compiler Infrastructure
14 #include "llvm/Config/config.h"
30 namespace llvm { namespace
33 } // end namespace llvm;
Memory.cpp 3 // The LLVM Compiler Infrastructure
15 #include "llvm/Support/Memory.h"
16 #include "llvm/Support/Valgrind.h"
17 #include "llvm/Config/config.h"
23 namespace llvm { namespace
40 void llvm::sys::Memory::InvalidateInstructionCache(const void *Addr,
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARM.h 3 // The LLVM Compiler Infrastructure
10 // This file contains the entry points for global functions defined in the LLVM
20 #include "llvm/Support/DataTypes.h"
21 #include "llvm/Support/ErrorHandling.h"
22 #include "llvm/Target/TargetMachine.h"
25 namespace llvm { namespace
51 } // end namespace llvm;
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
Blackfin.h 3 // The LLVM Compiler Infrastructure
10 // This file contains the entry points for global functions defined in the LLVM
19 #include "llvm/Target/TargetMachine.h"
21 namespace llvm { namespace
29 } // end namespace llvm
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPU.h 3 // The LLVM Compiler Infrastructure
10 // This file contains the entry points for global functions defined in the LLVM
19 #include "llvm/Target/TargetMachine.h"
21 namespace llvm { namespace
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlaze.h 3 // The LLVM Compiler Infrastructure
11 // the LLVM MBlaze back-end.
20 #include "llvm/Target/TargetMachine.h"
22 namespace llvm { namespace
30 } // end namespace llvm;
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
Mips.h 3 // The LLVM Compiler Infrastructure
11 // the LLVM Mips back-end.
19 #include "llvm/Target/TargetMachine.h"
21 namespace llvm { namespace
35 } // end namespace llvm;
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTX.h 3 // The LLVM Compiler Infrastructure
10 // This file contains the entry points for global functions defined in the LLVM
19 #include "llvm/Target/TargetMachine.h"
21 namespace llvm { namespace
42 } // namespace llvm;
  /external/swiftshader/third_party/LLVM/lib/Target/X86/InstPrinter/
X86InstComments.h 3 // The LLVM Compiler Infrastructure
18 namespace llvm { namespace
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86.h 3 // The LLVM Compiler Infrastructure
11 // target library, as used by the LLVM JIT.
20 #include "llvm/Support/DataTypes.h"
21 #include "llvm/Target/TargetMachine.h"
23 namespace llvm { namespace
69 } // End llvm namespace
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCore.h 3 // The LLVM Compiler Infrastructure
10 // This file contains the entry points for global functions defined in the LLVM
19 #include "llvm/Target/TargetMachine.h"
21 namespace llvm { namespace
29 } // end namespace llvm;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
ProfilingUtils.h 3 // The LLVM Compiler Infrastructure
20 namespace llvm { namespace
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.h 3 // The LLVM Compiler Infrastructure
10 // This file defines the (internal) constant folding interfaces for LLVM. These
22 #include "llvm/ADT/ArrayRef.h"
24 namespace llvm { namespace
54 } // End llvm namespace
  /external/swiftshader/third_party/llvm-subzero/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
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
WindowsError.h 3 // The LLVM Compiler Infrastructure
15 namespace llvm { namespace
  /frameworks/compile/slang/StripUnkAttr/
strip_unknown_attributes.h 17 namespace llvm { namespace
26 // Jellybean's LLVM version didn't support readnone/readonly as anything
31 // Similarly, older LLVM versions don't support argmemonly as a function
34 bool stripUnknownAttributes(llvm::Function &F);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
CFG.h 3 // The LLVM Compiler Infrastructure
18 #include "llvm/IR/BasicBlock.h"
19 #include "llvm/IR/CFG.h"
21 namespace llvm { namespace
92 } // End llvm namespace
CallPrinter.h 3 // The LLVM Compiler Infrastructure
18 namespace llvm { namespace
25 } // end namespace llvm

Completed in 461 milliseconds

1 2 3 45 6 7 8 91011>>