OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitwidth
(Results
1 - 25
of
148
) sorted by null
1
2
3
4
5
6
/frameworks/compile/linkloader/include/
ELFTypes.h
27
template <unsigned
Bitwidth
> class ELFHeader;
28
template <unsigned
Bitwidth
> class ELFObject;
29
template <unsigned
Bitwidth
> class ELFProgramHeader;
30
template <unsigned
Bitwidth
> class ELFReloc;
31
template <unsigned
Bitwidth
> class ELFRelocRel; // For TypeTraits
32
template <unsigned
Bitwidth
> class ELFRelocRela; // For TypeTraits
33
template <unsigned
Bitwidth
> class ELFSection;
34
template <unsigned
Bitwidth
> class ELFSectionBits;
35
template <unsigned
Bitwidth
> class ELFSectionHeader;
36
template <unsigned
Bitwidth
> class ELFSectionHeaderTable
[
all
...]
ELFSectionNoBits.h
25
template <unsigned
Bitwidth
>
26
class ELFSectionNoBits : public ELFSectionBits<
Bitwidth
> {
28
ELF_TYPE_INTRO_TO_TEMPLATE_SCOPE(
Bitwidth
);
ELFSection.h
23
template <unsigned
Bitwidth
>
26
ELF_TYPE_INTRO_TO_TEMPLATE_SCOPE(
Bitwidth
);
ELFSectionBits.h
26
template <unsigned
Bitwidth
>
27
class ELFSectionBits : public ELFSection<
Bitwidth
> {
29
ELFSectionHeader<
Bitwidth
> const *sh;
ELFSectionProgBits.h
26
template <unsigned
Bitwidth
>
27
class ELFSectionProgBits : public ELFSectionBits<
Bitwidth
> {
29
ELF_TYPE_INTRO_TO_TEMPLATE_SCOPE(
Bitwidth
);
ELFSectionRelTable.h
26
template <unsigned
Bitwidth
>
27
class ELFSectionRelTable : public ELFSection<
Bitwidth
> {
29
ELF_TYPE_INTRO_TO_TEMPLATE_SCOPE(
Bitwidth
);
ELFSectionStrTab.h
25
template <unsigned
Bitwidth
>
26
class ELFSectionStrTab : public ELFSection<
Bitwidth
> {
28
ELF_TYPE_INTRO_TO_TEMPLATE_SCOPE(
Bitwidth
);
ELFSectionSymTab.h
27
template <unsigned
Bitwidth
>
28
class ELFSectionSymTab : public ELFSection<
Bitwidth
> {
30
ELF_TYPE_INTRO_TO_TEMPLATE_SCOPE(
Bitwidth
);
/external/llvm/test/Transforms/InstCombine/
apint-mul1.ll
2
; This test is for Integer
BitWidth
< 64 &&
BitWidth
% 2 != 0.
apint-mul2.ll
2
; This test is for Integer
BitWidth
>= 64 &&
BitWidth
% 2 >= 1024.
apint-zext2.ll
2
; This test is for Integer
BitWidth
> 64 &&
BitWidth
<= 1024.
apint-zext1.ll
2
; This test is for Integer
BitWidth
<= 64 &&
BitWidth
% 2 != 0.
apint-div1.ll
2
; This test is for Integer
BitWidth
< 64 &&
BitWidth
% 2 != 0.
apint-div2.ll
2
; This test is for Integer
BitWidth
>= 64 &&
BitWidth
<= 1024.
apint-rem1.ll
2
; This test is for Integer
BitWidth
< 64 &&
BitWidth
% 2 != 0.
apint-rem2.ll
2
; This test is for Integer
BitWidth
>= 64 &&
BitWidth
<= 1024.
/frameworks/compile/linkloader/include/impl/
ELFSectionSymTab.hxx
24
template <unsigned
Bitwidth
>
25
ELFSectionSymTab<
Bitwidth
>::~ELFSectionSymTab() {
31
template <unsigned
Bitwidth
>
32
size_t ELFSectionSymTab<
Bitwidth
>::getFuncCount() const {
42
template <unsigned
Bitwidth
>
43
inline size_t ELFSectionSymTab<
Bitwidth
>::getExternFuncCount() const {
53
template <unsigned
Bitwidth
>
54
inline void ELFSectionSymTab<
Bitwidth
>::buildNameMap() {
63
template <unsigned
Bitwidth
>
64
inline ELFSymbol<
Bitwidth
> const
[
all
...]
ELFSectionHeaderTable.hxx
26
template <unsigned
Bitwidth
>
27
ELFSectionHeaderTable<
Bitwidth
>::~ELFSectionHeaderTable() {
33
template <unsigned
Bitwidth
>
35
inline ELFSectionHeaderTable<
Bitwidth
> *
36
ELFSectionHeaderTable<
Bitwidth
>::read(Archiver &AR, ELFObjectTy *owner) {
70
template <unsigned
Bitwidth
>
71
inline void ELFSectionHeaderTable<
Bitwidth
>::print() const {
86
template <unsigned
Bitwidth
>
87
inline void ELFSectionHeaderTable<
Bitwidth
>::buildNameMap() {
96
template <unsigned
Bitwidth
>
[
all
...]
ELFReloc.hxx
25
template <unsigned
Bitwidth
>
27
inline ELFReloc<
Bitwidth
> *
28
ELFReloc_CRTP<
Bitwidth
>::readRela(Archiver &AR, size_t index) {
53
template <unsigned
Bitwidth
>
55
inline ELFReloc<
Bitwidth
> *
56
ELFReloc_CRTP<
Bitwidth
>::readRel(Archiver &AR, size_t index) {
81
template <unsigned
Bitwidth
>
82
inline void ELFReloc_CRTP<
Bitwidth
>::print(bool shouldPrintHeader) const {
ELFSectionBits.hxx
27
template <unsigned
Bitwidth
>
28
inline void ELFSectionBits<
Bitwidth
>::print() const {
49
template <unsigned
Bitwidth
>
50
inline bool ELFSectionBits<
Bitwidth
>::protect() {
ELFSectionHeader.hxx
26
template <unsigned
Bitwidth
>
27
char const *ELFSectionHeader_CRTP<
Bitwidth
>::getName() const {
31
template <unsigned
Bitwidth
>
33
typename ELFSectionHeader_CRTP<
Bitwidth
>::ELFSectionHeaderTy *
34
ELFSectionHeader_CRTP<
Bitwidth
>::read(Archiver &AR,
65
template <unsigned
Bitwidth
>
66
void ELFSectionHeader_CRTP<
Bitwidth
>::print(bool shouldPrintHeader) const {
ELFSectionRelTable.hxx
22
template <unsigned
Bitwidth
>
23
ELFSectionRelTable<
Bitwidth
>::~ELFSectionRelTable() {
30
template <unsigned
Bitwidth
>
31
void ELFSectionRelTable<
Bitwidth
>::print() const {
46
template <unsigned
Bitwidth
>
48
ELFSectionRelTable<
Bitwidth
> *
49
ELFSectionRelTable<
Bitwidth
>::read(Archiver &AR,
ELFSectionStrTab.hxx
27
template <unsigned
Bitwidth
>
29
ELFSectionStrTab<
Bitwidth
> *
30
ELFSectionStrTab<
Bitwidth
>::read(Archiver &AR,
52
template <unsigned
Bitwidth
>
53
void ELFSectionStrTab<
Bitwidth
>::print() const {
ELFObject.hxx
31
template <unsigned
Bitwidth
>
33
inline ELFObject<
Bitwidth
> *
34
ELFObject<
Bitwidth
>::read(Archiver &AR) {
79
template <unsigned
Bitwidth
>
80
inline char const *ELFObject<
Bitwidth
>::getSectionName(size_t i) const {
92
template <unsigned
Bitwidth
>
93
inline ELFSection<
Bitwidth
> const *
94
ELFObject<
Bitwidth
>::getSectionByIndex(size_t i) const {
98
template <unsigned
Bitwidth
>
99
inline ELFSection<
Bitwidth
> *
[
all
...]
ELFSectionNoBits.hxx
29
template <unsigned
Bitwidth
>
31
inline ELFSectionNoBits<
Bitwidth
> *
32
ELFSectionNoBits<
Bitwidth
>::read(Archiver &AR, ELFSectionHeaderTy const *sh) {
Completed in 404 milliseconds
1
2
3
4
5
6