OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:llvm
(Results
126 - 150
of
14624
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.h
3
// The
LLVM
Compiler Infrastructure
17
#include "
llvm
/ADT/DenseMap.h"
18
#include "
llvm
/ADT/SmallVector.h"
19
#include "
llvm
/IR/Attributes.h"
22
namespace
llvm
{
namespace
37
} // end
llvm
namespace
43
typedef std::vector<
llvm
::Type*> TypeList;
46
typedef std::vector<std::pair<const
llvm
::Value*, unsigned> > ValueList;
48
typedef
llvm
::DenseMap<
llvm
::Type*, unsigned> TypeMapType
[
all
...]
/frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.h
3
// The
LLVM
Compiler Infrastructure
17
#include "
llvm
/ADT/DenseMap.h"
18
#include "
llvm
/ADT/SmallVector.h"
19
#include "
llvm
/IR/Attributes.h"
22
namespace
llvm
{
namespace
37
} // end
llvm
namespace
43
typedef std::vector<
llvm
::Type*> TypeList;
46
typedef std::vector<std::pair<const
llvm
::Value*, unsigned> > ValueList;
48
typedef
llvm
::DenseMap<
llvm
::Type*, unsigned> TypeMapType
[
all
...]
/art/runtime/
elf_file.h
23
#include <
llvm
/Support/ELF.h>
34
// the need for use at runtime, cannot directly use
LLVM
classes such as
59
::
llvm
::ELF::Elf32_Ehdr& GetHeader();
61
::
llvm
::ELF::Elf32_Word GetProgramHeaderNum();
62
::
llvm
::ELF::Elf32_Phdr& GetProgramHeader(::
llvm
::ELF::Elf32_Word);
63
::
llvm
::ELF::Elf32_Phdr* FindProgamHeaderByType(::
llvm
::ELF::Elf32_Word type);
65
::
llvm
::ELF::Elf32_Word GetSectionHeaderNum();
66
::
llvm
::ELF::Elf32_Shdr& GetSectionHeader(::llvm::ELF::Elf32_Word)
[
all
...]
/external/clang/test/CodeGen/
2002-07-17-StringConstant.c
1
// RUN: %clang_cc1 -emit-
llvm
%s -o /dev/null
2002-12-15-GlobalBoolTest.c
1
// RUN: %clang_cc1 -emit-
llvm
%s -o /dev/null
2003-08-20-vfork-bug.c
1
// RUN: %clang_cc1 -emit-
llvm
%s -o /dev/null
2003-11-12-VoidString.c
1
// RUN: %clang_cc1 -emit-
llvm
%s -o /dev/null
2007-03-26-ZeroWidthBitfield.c
1
// RUN: %clang_cc1 %s -emit-
llvm
-o -
2007-12-16-AsmNoUnwind.c
1
// RUN: %clang_cc1 %s -emit-
llvm
-o - | grep nounwind
2009-03-13-dbg.c
1
// RUN: %clang_cc1 %s -emit-
llvm
-g -o /dev/null
attr-used.c
1
// RUN: %clang_cc1 -emit-
llvm
-o %t %s
2
// RUN: grep '@
llvm
.used = .*@g0' %t
3
// RUN: grep '@
llvm
.used = .*@f0' %t
4
// RUN: grep '@
llvm
.used = .*@f1.l0' %t
debug-info-member.c
1
// RUN: %clang_cc1 -emit-
llvm
-g < %s | grep DW_TAG_member
unaligned-memcpy.c
1
// RUN: %clang_cc1 %s -emit-
llvm
-o -
/external/llvm/
llvm.mk
8
LLVM_HOST_BUILD_MK := $(LLVM_ROOT_PATH)/
llvm
-host-build.mk
9
LLVM_DEVICE_BUILD_MK := $(LLVM_ROOT_PATH)/
llvm
-device-build.mk
10
LLVM_GEN_INTRINSICS_MK := $(LLVM_ROOT_PATH)/
llvm
-gen-intrinsics.mk
11
LLVM_TBLGEN_RULES_MK := $(LLVM_ROOT_PATH)/
llvm
-tblgen-rules.mk
/external/llvm/test/Assembler/
2005-12-21-ZeroInitVector.ll
1
; RUN:
llvm
-as < %s > /dev/null
/external/llvm/test/CodeGen/Generic/
stacksave-restore.ll
3
declare i8* @
llvm
.stacksave()
5
declare void @
llvm
.stackrestore(i8*)
8
%tmp = call i8* @
llvm
.stacksave( ) ; <i8*> [#uses=1]
10
call void @
llvm
.stackrestore( i8* %tmp )
/external/llvm/test/CodeGen/X86/
fsgsbase.ll
5
%res = call i32 @
llvm
.x86.rdfsbase.32()
8
declare i32 @
llvm
.x86.rdfsbase.32() nounwind readnone
12
%res = call i32 @
llvm
.x86.rdgsbase.32()
15
declare i32 @
llvm
.x86.rdgsbase.32() nounwind readnone
19
%res = call i64 @
llvm
.x86.rdfsbase.64()
22
declare i64 @
llvm
.x86.rdfsbase.64() nounwind readnone
26
%res = call i64 @
llvm
.x86.rdgsbase.64()
29
declare i64 @
llvm
.x86.rdgsbase.64() nounwind readnone
33
call void @
llvm
.x86.wrfsbase.32(i32 %x)
36
declare void @
llvm
.x86.wrfsbase.32(i32) nounwind readnon
[
all
...]
trap.ll
7
tail call void @
llvm
.trap( )
15
tail call void @
llvm
.debugtrap( )
19
declare void @
llvm
.trap() nounwind
20
declare void @
llvm
.debugtrap() nounwind
/external/llvm/test/Feature/
float.ll
1
; RUN:
llvm
-as < %s |
llvm
-dis > %t1.ll
2
; RUN:
llvm
-as %t1.ll -o - |
llvm
-dis > %t2.ll
global_section.ll
1
; RUN:
llvm
-as < %s |
llvm
-dis > %t1.ll
2
; RUN:
llvm
-as %t1.ll -o - |
llvm
-dis > %t2.ll
prototype.ll
1
; RUN:
llvm
-as < %s |
llvm
-dis > %t1.ll
2
; RUN:
llvm
-as %t1.ll -o - |
llvm
-dis > %t2.ll
/external/llvm/test/Integer/
properties_bt.ll
1
; RUN:
llvm
-as %s -o - |
llvm
-dis > %t1.ll
2
; RUN:
llvm
-as %t1.ll -o - |
llvm
-dis > %t2.ll
undefined_bt.ll
1
; RUN:
llvm
-as %s -o - |
llvm
-dis > %t1.ll
2
; RUN:
llvm
-as %t1.ll -o - |
llvm
-dis > %t2.ll
unreachable_bt.ll
1
; RUN:
llvm
-as %s -o - |
llvm
-dis > %t1.ll
2
; RUN:
llvm
-as %t1.ll -o - |
llvm
-dis > %t2.ll
/external/llvm/test/Linker/
2003-05-15-TypeProblem.ll
1
; This one fails because the
LLVM
runtime is allowing two null pointers of
4
; RUN: echo "%M = type { %N*} %N = type opaque" |
llvm
-as > %t.2.bc
5
; RUN:
llvm
-as < %s > %t.1.bc
6
; RUN:
llvm
-link %t.1.bc %t.2.bc
Completed in 540 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>