Searched refs:llvm (Results 126 - 150 of 4004) sorted by relevance

1234567891011>>

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h13 #include "llvm/ADT/APSInt.h"
28 /* implicit */ APSIntType(const llvm::APSInt &Value)
38 void apply(llvm::APSInt &Value) const {
49 llvm::APSInt convert(const llvm::APSInt &Value) const LLVM_READONLY {
50 llvm::APSInt Result(Value, Value.isUnsigned());
56 llvm::APSInt getZeroValue() const LLVM_READONLY {
57 return llvm::APSInt(BitWidth, IsUnsigned);
61 llvm::APSInt getMinValue() const LLVM_READONLY {
62 return llvm
[all...]
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp28 #include "llvm/ADT/DenseSet.h"
29 #include "llvm/ADT/SetVector.h"
30 #include "llvm/ADT/SmallPtrSet.h"
31 #include "llvm/ADT/SmallString.h"
32 #include "llvm/IR/CallSite.h"
33 #include "llvm/IR/DataLayout.h"
34 #include "llvm/IR/InlineAsm.h"
35 #include "llvm/IR/IntrinsicInst.h"
36 #include "llvm/IR/LLVMContext.h"
37 #include "llvm/I
[all...]
H A DCGLoopInfo.h10 // This is the internal state used for llvm translation for loop statement
18 #include "llvm/ADT/DenseMap.h"
19 #include "llvm/ADT/SmallVector.h"
20 #include "llvm/IR/Value.h"
21 #include "llvm/Support/Compiler.h"
23 namespace llvm { namespace
27 } // end namespace llvm
37 /// \brief Generate llvm.loop.parallel metadata for loads and stores.
40 /// \brief Values of llvm.loop.vectorize.enable metadata.
43 /// \brief llvm
[all...]
H A DCGCXXABI.h21 namespace llvm { namespace
53 llvm::Value *&getThisValue(CodeGenFunction &CGF) {
61 llvm::Constant *GetBogusMemberPointer(QualType T);
66 llvm::Value *&getStructorImplicitParamValue(CodeGenFunction &CGF) {
128 virtual llvm::Type *
134 virtual llvm::Value *EmitLoadOfMemberFunctionPointer(
135 CodeGenFunction &CGF, const Expr *E, llvm::Value *&This,
136 llvm::Value *MemPtr, const MemberPointerType *MPT);
139 virtual llvm::Value *
141 llvm
[all...]
H A DCGOpenMPRuntime.cpp17 #include "llvm/ADT/ArrayRef.h"
18 #include "llvm/IR/DerivedTypes.h"
19 #include "llvm/IR/GlobalValue.h"
20 #include "llvm/IR/Value.h"
21 #include "llvm/Support/raw_ostream.h"
29 IdentTy = llvm::StructType::create(
34 llvm::Type *MicroParams[] = {llvm::PointerType::getUnqual(CGM.Int32Ty),
35 llvm::PointerType::getUnqual(CGM.Int32Ty)};
36 Kmpc_MicroTy = llvm
[all...]
H A DCGDebugInfo.cpp30 #include "llvm/ADT/SmallVector.h"
31 #include "llvm/ADT/StringExtras.h"
32 #include "llvm/IR/Constants.h"
33 #include "llvm/IR/DataLayout.h"
34 #include "llvm/IR/DerivedTypes.h"
35 #include "llvm/IR/Instructions.h"
36 #include "llvm/IR/Intrinsics.h"
37 #include "llvm/IR/Module.h"
38 #include "llvm/Support/Dwarf.h"
39 #include "llvm/Suppor
[all...]
H A DCGCall.h22 #include "llvm/ADT/FoldingSet.h"
23 #include "llvm/IR/Value.h"
28 namespace llvm { namespace
43 typedef SmallVector<llvm::AttributeSet, 8> AttributeListType;
67 llvm::Value *Temporary;
70 llvm::Value *ToUse;
78 llvm::Instruction *IsActiveIP;
91 void addWriteback(LValue srcLV, llvm::Value *temporary,
92 llvm::Value *toUse) {
102 typedef llvm
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp15 #include "llvm/IR/Constants.h"
16 #include "llvm/IR/Function.h"
17 #include "llvm/IR/GlobalVariable.h"
18 #include "llvm/IR/Module.h"
19 #include "llvm/IR/Operator.h"
25 #include "llvm/Support/ManagedStatic.h"
26 #include "llvm/IR/InstIterator.h"
27 #include "llvm/Support/MutexGuard.h"
29 using namespace llvm;
38 void llvm
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
H A Dinvocation.cpp28 #include <llvm/Bitcode/BitstreamWriter.h>
29 #include <llvm/Bitcode/ReaderWriter.h>
30 #include <llvm/DerivedTypes.h>
31 #include <llvm/Linker.h>
32 #include <llvm/LLVMContext.h>
33 #include <llvm/Module.h>
34 #include <llvm/PassManager.h>
35 #include <llvm/Support/TargetSelect.h>
36 #include <llvm/Support/MemoryBuffer.h>
37 #include <llvm/Suppor
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
H A Dinvocation.cpp28 #include <llvm/Bitcode/BitstreamWriter.h>
29 #include <llvm/Bitcode/ReaderWriter.h>
30 #include <llvm/DerivedTypes.h>
31 #include <llvm/Linker.h>
32 #include <llvm/LLVMContext.h>
33 #include <llvm/Module.h>
34 #include <llvm/PassManager.h>
35 #include <llvm/Support/TargetSelect.h>
36 #include <llvm/Support/MemoryBuffer.h>
37 #include <llvm/Suppor
[all...]
/external/llvm/lib/Support/
H A DDebug.cpp26 #include "llvm/Support/Debug.h"
27 #include "llvm/Support/CommandLine.h"
28 #include "llvm/Support/Signals.h"
29 #include "llvm/Support/circular_raw_ostream.h"
31 using namespace llvm;
35 bool llvm::DebugFlag; // DebugFlag - Exported boolean set by the -debug option
79 llvm::circular_raw_ostream *dbgout =
80 static_cast<llvm::circular_raw_ostream *>(&llvm::dbgs());
88 bool llvm
[all...]
/external/llvm/tools/llvm-bcanalyzer/
H A DAndroid.mk7 # llvm-bcanalyzer command line tool
11 llvm-bcanalyzer.cpp
20 LOCAL_MODULE := llvm-bcanalyzer
30 LOCAL_C_INCLUDES += external/llvm/include
32 include $(LLVM_ROOT_PATH)/llvm.mk
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.h44 const llvm::APSInt& Int);
55 const llvm::APSInt& V,
56 const llvm::APSInt& Adjustment) = 0;
59 const llvm::APSInt& V,
60 const llvm::APSInt& Adjustment) = 0;
63 const llvm::APSInt& V,
64 const llvm::APSInt& Adjustment) = 0;
67 const llvm::APSInt& V,
68 const llvm::APSInt& Adjustment) = 0;
71 const llvm
[all...]
/external/lldb/source/Core/
H A DArchSpec.cpp17 #include "llvm/Support/ELF.h"
18 #include "llvm/Support/Host.h"
19 #include "llvm/Support/MachO.h"
41 llvm::Triple::ArchType machine;
51 { eByteOrderLittle, 4, 2, 4, llvm::Triple::arm , ArchSpec::eCore_arm_generic , "arm" },
52 { eByteOrderLittle, 4, 2, 4, llvm::Triple::arm , ArchSpec::eCore_arm_armv4 , "armv4" },
53 { eByteOrderLittle, 4, 2, 4, llvm::Triple::arm , ArchSpec::eCore_arm_armv4t , "armv4t" },
54 { eByteOrderLittle, 4, 2, 4, llvm::Triple::arm , ArchSpec::eCore_arm_armv5 , "armv5" },
55 { eByteOrderLittle, 4, 2, 4, llvm::Triple::arm , ArchSpec::eCore_arm_armv5e , "armv5e" },
56 { eByteOrderLittle, 4, 2, 4, llvm
[all...]
/external/llvm/test/MC/PowerPC/
H A Dppc-nop.s1 # RUN: llvm-mc -filetype=obj -triple=powerpc-unknown-linux-gnu %s | llvm-readobj -s -sd - | FileCheck -check-prefix=CHECK-BE %s
2 # RUN: llvm-mc -filetype=obj -triple=powerpc64-unknown-linux-gnu %s | llvm-readobj -s -sd - | FileCheck -check-prefix=CHECK-BE %s
3 # RUN: llvm-mc -filetype=obj -triple=powerpc64le-unknown-linux-gnu %s | llvm-readobj -s -sd - | FileCheck -check-prefix=CHECK-LE %s
/external/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h19 #include "llvm/ADT/DenseMap.h"
20 #include "llvm/ADT/SmallPtrSet.h"
21 #include "llvm/ADT/SmallVector.h"
22 #include "llvm/ADT/StringMap.h"
23 #include "llvm/ADT/StringRef.h"
27 namespace llvm { namespace
43 using llvm::SmallVector;
44 using llvm::SmallVectorImpl;
45 using llvm::StringRef;
62 std::unique_ptr<llvm
[all...]
/external/llvm/include/llvm/Support/
H A DDebug.h1 //===- llvm/Support/Debug.h - Easy way to add debug output ------*- C++ -*-===//
31 #include "llvm/Support/raw_ostream.h"
33 namespace llvm { namespace
64 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
95 } // End llvm namespace
/external/llvm/unittests/MC/
H A DYAMLTest.cpp1 //===- llvm/unittest/Object/YAMLTest.cpp - Tests for Object YAML ----------===//
10 #include "llvm/MC/YAML.h"
11 #include "llvm/Support/YAMLTraits.h"
14 using namespace llvm;
20 namespace llvm { namespace
29 } // end namespace llvm
34 llvm::raw_svector_ostream OS(Buf);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dllvm_wrapper.h4 #include <llvm-c/Core.h>
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DSIMachineFunctionInfo.h20 #include "llvm/CodeGen/MachineFunction.h"
22 namespace llvm { namespace
34 } // End namespace llvm
H A Dradeon_llvm_emit.cpp28 #include <llvm/LLVMContext.h>
29 #include <llvm/Module.h>
30 #include <llvm/PassManager.h>
31 #include <llvm/ADT/Triple.h>
32 #include <llvm/Support/FormattedStream.h>
33 #include <llvm/Support/Host.h>
34 #include <llvm/Support/IRReader.h>
35 #include <llvm/Support/SourceMgr.h>
36 #include <llvm/Support/TargetRegistry.h>
37 #include <llvm/Suppor
[all...]
/external/clang/include/clang/Frontend/
H A DLayoutOverrideSource.h15 #include "llvm/ADT/StringMap.h"
16 #include "llvm/ADT/StringRef.h"
39 llvm::StringMap<Layout> Layouts;
53 llvm::DenseMap<const FieldDecl *, uint64_t> &FieldOffsets,
54 llvm::DenseMap<const CXXRecordDecl *, CharUnits> &BaseOffsets,
55 llvm::DenseMap<const CXXRecordDecl *,
/external/clang/include/clang/Tooling/
H A DCompilationDatabasePluginRegistry.h14 #include "llvm/Support/Registry.h"
21 typedef llvm::Registry<CompilationDatabasePlugin>
/external/clang/tools/diagtool/
H A DDiagTool.h17 #include "llvm/ADT/StringRef.h"
18 #include "llvm/Support/ManagedStatic.h"
19 #include "llvm/Support/raw_ostream.h"
29 DiagTool(llvm::StringRef toolCmd, llvm::StringRef toolDesc);
32 llvm::StringRef getName() const { return cmd; }
33 llvm::StringRef getDescription() const { return description; }
35 virtual int run(unsigned argc, char *argv[], llvm::raw_ostream &out) = 0;
44 DiagTool *getTool(llvm::StringRef toolCmd);
46 void printCommands(llvm
[all...]
/external/lldb/include/lldb/Expression/
H A DIRDynamicChecks.h14 #include "llvm/Pass.h"
16 namespace llvm { namespace
95 class IRDynamicChecks : public llvm::ModulePass
130 bool runOnModule(llvm::Module &M);
135 void assignPassManager(llvm::PMStack &PMS,
136 llvm::PassManagerType T = llvm::PMT_ModulePassManager);
141 llvm::PassManagerType getPotentialPassManagerType() const;
160 bool FindDataLoads(llvm::Module &M,
161 llvm
[all...]

Completed in 475 milliseconds

1234567891011>>