Searched refs:llvm (Results 151 - 175 of 4004) sorted by last modified time

1234567891011>>

/external/llvm/unittests/Transforms/Utils/
H A DASanStackFrameLayoutTest.cpp9 #include "llvm/Transforms/Utils/ASanStackFrameLayout.h"
10 #include "llvm/ADT/ArrayRef.h"
14 using namespace llvm;
H A DCloning.cpp10 #include "llvm/Transforms/Utils/Cloning.h"
11 #include "llvm/ADT/ArrayRef.h"
12 #include "llvm/ADT/STLExtras.h"
13 #include "llvm/ADT/SmallPtrSet.h"
14 #include "llvm/IR/Argument.h"
15 #include "llvm/IR/Constant.h"
16 #include "llvm/IR/DebugInfo.h"
17 #include "llvm/IR/DIBuilder.h"
18 #include "llvm/IR/Function.h"
19 #include "llvm/I
[all...]
H A DIntegerDivision.cpp10 #include "llvm/Transforms/Utils/IntegerDivision.h"
11 #include "llvm/IR/BasicBlock.h"
12 #include "llvm/IR/Function.h"
13 #include "llvm/IR/GlobalValue.h"
14 #include "llvm/IR/IRBuilder.h"
15 #include "llvm/IR/Module.h"
18 using namespace llvm;
H A DLocal.cpp10 #include "llvm/Transforms/Utils/Local.h"
11 #include "llvm/IR/BasicBlock.h"
12 #include "llvm/IR/IRBuilder.h"
13 #include "llvm/IR/Instructions.h"
14 #include "llvm/IR/LLVMContext.h"
17 using namespace llvm;
/external/llvm/utils/FileCheck/
H A DAndroid.mk14 LOCAL_C_INCLUDES += external/llvm/host/include
H A DFileCheck.cpp19 #include "llvm/ADT/SmallString.h"
20 #include "llvm/ADT/StringExtras.h"
21 #include "llvm/ADT/StringMap.h"
22 #include "llvm/ADT/StringSet.h"
23 #include "llvm/Support/CommandLine.h"
24 #include "llvm/Support/MemoryBuffer.h"
25 #include "llvm/Support/PrettyStackTrace.h"
26 #include "llvm/Support/Regex.h"
27 #include "llvm/Support/Signals.h"
28 #include "llvm/Suppor
[all...]
/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp33 #include "llvm/ADT/STLExtras.h"
34 #include "llvm/ADT/SmallString.h"
35 #include "llvm/ADT/SmallVector.h"
36 #include "llvm/ADT/StringExtras.h"
37 #include "llvm/ADT/StringRef.h"
38 #include "llvm/ADT/Twine.h"
39 #include "llvm/Support/CommandLine.h"
40 #include "llvm/Support/ManagedStatic.h"
41 #include "llvm/Support/PrettyStackTrace.h"
42 #include "llvm/Suppor
[all...]
/external/llvm/utils/
H A DMakefile11 PARALLEL_DIRS := FileCheck TableGen PerfectShuffle count fpcmp llvm-lit not \
16 getsrcs.sh llvmdo llvmgrep llvm-native-gcc \
17 llvm-native-gxx makellvm profile.pl vim
/external/llvm/utils/PerfectShuffle/
H A DMakefile11 TOOLNAME = llvm-PerfectShuffle
/external/llvm/utils/TableGen/
H A DAndroid.mk38 LOCAL_MODULE := llvm-tblgen
H A DAsmMatcherEmitter.cpp100 #include "llvm/ADT/PointerUnion.h"
101 #include "llvm/ADT/STLExtras.h"
102 #include "llvm/ADT/SmallPtrSet.h"
103 #include "llvm/ADT/SmallVector.h"
104 #include "llvm/ADT/StringExtras.h"
105 #include "llvm/Support/CommandLine.h"
106 #include "llvm/Support/Debug.h"
107 #include "llvm/Support/ErrorHandling.h"
108 #include "llvm/TableGen/Error.h"
109 #include "llvm/TableGe
[all...]
H A DAsmWriterEmitter.cpp18 #include "llvm/ADT/SmallString.h"
19 #include "llvm/ADT/StringExtras.h"
20 #include "llvm/ADT/Twine.h"
21 #include "llvm/Support/Debug.h"
22 #include "llvm/Support/Format.h"
23 #include "llvm/Support/MathExtras.h"
24 #include "llvm/TableGen/Error.h"
25 #include "llvm/TableGen/Record.h"
26 #include "llvm/TableGen/TableGenBackend.h"
31 using namespace llvm;
1112 namespace llvm { namespace
[all...]
H A DAsmWriterInst.cpp16 #include "llvm/ADT/StringExtras.h"
17 #include "llvm/TableGen/Error.h"
18 #include "llvm/TableGen/Record.h"
20 using namespace llvm;
H A DAsmWriterInst.h23 namespace llvm { namespace
H A DCTagsEmitter.cpp16 #include "llvm/Support/SourceMgr.h"
17 #include "llvm/Support/MemoryBuffer.h"
18 #include "llvm/TableGen/Error.h"
19 #include "llvm/TableGen/Record.h"
23 using namespace llvm;
27 namespace llvm { extern SourceMgr SrcMgr; } namespace
94 namespace llvm { namespace
98 } // End llvm namespace.
H A DCallingConvEmitter.cpp16 #include "llvm/TableGen/Error.h"
17 #include "llvm/TableGen/Record.h"
18 #include "llvm/TableGen/TableGenBackend.h"
20 using namespace llvm;
257 namespace llvm { namespace
264 } // End llvm namespace
H A DCodeEmitterGen.cpp17 #include "llvm/ADT/StringExtras.h"
18 #include "llvm/Support/CommandLine.h"
19 #include "llvm/Support/Debug.h"
20 #include "llvm/TableGen/Record.h"
21 #include "llvm/TableGen/TableGenBackend.h"
25 using namespace llvm;
333 namespace llvm { namespace
340 } // End llvm namespace
H A DCodeGenDAGPatterns.cpp16 #include "llvm/ADT/STLExtras.h"
17 #include "llvm/ADT/StringExtras.h"
18 #include "llvm/ADT/Twine.h"
19 #include "llvm/Support/Debug.h"
20 #include "llvm/Support/ErrorHandling.h"
21 #include "llvm/TableGen/Error.h"
22 #include "llvm/TableGen/Record.h"
26 using namespace llvm;
149 std::string VTName = llvm::getEnumName(TypeVec[i]);
H A DCodeGenDAGPatterns.h20 #include "llvm/ADT/SmallVector.h"
21 #include "llvm/ADT/StringMap.h"
22 #include "llvm/Support/ErrorHandling.h"
28 namespace llvm { namespace
841 } // end namespace llvm
H A DCodeGenInstruction.cpp16 #include "llvm/ADT/STLExtras.h"
17 #include "llvm/ADT/StringExtras.h"
18 #include "llvm/ADT/StringMap.h"
19 #include "llvm/TableGen/Error.h"
20 #include "llvm/TableGen/Record.h"
22 using namespace llvm;
H A DCodeGenInstruction.h17 #include "llvm/ADT/StringRef.h"
18 #include "llvm/CodeGen/MachineValueType.h"
19 #include "llvm/Support/SourceMgr.h"
24 namespace llvm { namespace
H A DCodeGenIntrinsics.h17 #include "llvm/CodeGen/MachineValueType.h"
21 namespace llvm { namespace
28 std::string Name; // The name of the LLVM function "llvm.bswap.i32"
H A DCodeGenMapTable.cpp80 #include "llvm/Support/Format.h"
81 #include "llvm/TableGen/Error.h"
82 using namespace llvm;
558 namespace llvm { namespace
575 OS << "namespace llvm {\n\n";
600 OS << "} // End llvm namespace\n";
604 } // End llvm namespace
H A DCodeGenRegisters.cpp17 #include "llvm/ADT/IntEqClasses.h"
18 #include "llvm/ADT/STLExtras.h"
19 #include "llvm/ADT/SmallVector.h"
20 #include "llvm/ADT/StringExtras.h"
21 #include "llvm/ADT/Twine.h"
22 #include "llvm/Support/Debug.h"
23 #include "llvm/TableGen/Error.h"
25 using namespace llvm;
770 namespace llvm { namespace
H A DCodeGenRegisters.h18 #include "llvm/ADT/ArrayRef.h"
19 #include "llvm/ADT/BitVector.h"
20 #include "llvm/ADT/DenseMap.h"
21 #include "llvm/ADT/SetVector.h"
22 #include "llvm/CodeGen/MachineValueType.h"
23 #include "llvm/Support/ErrorHandling.h"
24 #include "llvm/TableGen/Record.h"
25 #include "llvm/TableGen/SetTheory.h"
32 namespace llvm { namespace

Completed in 191 milliseconds

1234567891011>>