Home
last modified time | relevance | path

Searched refs:Use (Results 1 – 25 of 6373) sorted by relevance

12345678910>>...255

/external/llvm/include/llvm/IR/
DUse.h36 class Use; variable
40 template <> class PointerLikeTypeTraits<Use **> {
42 static inline void *getAsVoidPointer(Use **P) { return P; } in getAsVoidPointer()
43 static inline Use **getFromVoidPointer(void *P) { in getFromVoidPointer()
44 return static_cast<Use **>(P); in getFromVoidPointer()
66 class Use {
70 void swap(Use &RHS);
77 Use(const Use &U) = delete;
80 ~Use() { in ~Use()
88 Use(PrevPtrTag tag) : Val(nullptr) { Prev.setInt(tag); } in Use() function
[all …]
DUser.h70 User(Type *ty, unsigned vty, Use *, unsigned NumOps) in User() argument
104 template <int Idx, typename U> static Use &OpFrom(const U *that) { in OpFrom()
109 template <int Idx> Use &Op() { in Op()
112 template <int Idx> const Use &Op() const { in Op()
116 Use *&getHungOffOperands() { return *(reinterpret_cast<Use **>(this) - 1); } in getHungOffOperands()
118 Use *getIntrusiveOperands() { in getIntrusiveOperands()
119 return reinterpret_cast<Use *>(this) - NumUserOperands; in getIntrusiveOperands()
122 void setOperandList(Use *NewList) { in setOperandList()
128 Use *getOperandList() { in getOperandList()
131 const Use *getOperandList() const { in getOperandList()
[all …]
DOperandTraits.h32 static Use *op_begin(SubClass* U) { in op_begin()
33 return reinterpret_cast<Use*>(U) - ARITY; in op_begin()
35 static Use *op_end(SubClass* U) { in op_end()
36 return reinterpret_cast<Use*>(U); in op_end()
67 static Use *op_begin(SubClass* U) { in op_begin()
68 return reinterpret_cast<Use*>(U) - static_cast<User*>(U)->getNumOperands(); in op_begin()
70 static Use *op_end(SubClass* U) { in op_end()
71 return reinterpret_cast<Use*>(U); in op_end()
94 static Use *op_begin(User* U) { in op_begin()
97 static Use *op_end(User* U) { in op_end()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DUse.h56 class Use {
58 Use(const Use &U) = delete;
62 void swap(Use &RHS);
83 static inline void *getAsVoidPointer(Use **P) { return P; } in getAsVoidPointer()
85 static inline Use **getFromVoidPointer(void *P) { in getFromVoidPointer()
86 return (Use **)P; in getFromVoidPointer()
94 ~Use() { in ~Use()
102 Use(PrevPtrTag tag) { Prev.setInt(tag); } in Use() function
119 inline const Use &operator=(const Use &RHS);
124 Use *getNext() const { return Next; } in getNext()
[all …]
DUser.h74 User(Type *ty, unsigned vty, Use *, unsigned NumOps) in User() argument
128 template <int Idx, typename U> static Use &OpFrom(const U *that) { in OpFrom()
134 template <int Idx> Use &Op() { in Op()
137 template <int Idx> const Use &Op() const { in Op()
142 const Use *getHungOffOperands() const { in getHungOffOperands()
143 return *(reinterpret_cast<const Use *const *>(this) - 1); in getHungOffOperands()
146 Use *&getHungOffOperands() { return *(reinterpret_cast<Use **>(this) - 1); } in getHungOffOperands()
148 const Use *getIntrusiveOperands() const { in getIntrusiveOperands()
149 return reinterpret_cast<const Use *>(this) - NumUserOperands; in getIntrusiveOperands()
152 Use *getIntrusiveOperands() { in getIntrusiveOperands()
[all …]
DOperandTraits.h32 static Use *op_begin(SubClass* U) { in op_begin()
36 return reinterpret_cast<Use*>(U) - ARITY; in op_begin()
38 static Use *op_end(SubClass* U) { in op_end()
39 return reinterpret_cast<Use*>(U); in op_end()
70 static Use *op_begin(SubClass* U) { in op_begin()
74 return reinterpret_cast<Use*>(U) - static_cast<User*>(U)->getNumOperands(); in op_begin()
76 static Use *op_end(SubClass* U) { in op_end()
77 return reinterpret_cast<Use*>(U); in op_end()
97 static Use *op_begin(User* U) { in op_begin()
100 static Use *op_end(User* U) { in op_end()
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DUse.h36 class Use; variable
56 class Use {
58 Use(const Use &U) = delete;
62 void swap(Use &RHS);
70 ~Use() { in ~Use()
78 Use(PrevPtrTag tag) : Val(nullptr) { Prev.setInt(tag); } in Use() function
93 inline const Use &operator=(const Use &RHS);
98 Use *getNext() const { return Next; } in getNext()
107 static Use *initTags(Use *Start, Use *Stop);
111 static void zap(Use *Start, const Use *Stop, bool del = false);
[all …]
DUser.h76 User(Type *ty, unsigned vty, Use *, unsigned NumOps) in User() argument
112 template <int Idx, typename U> static Use &OpFrom(const U *that) { in OpFrom()
117 template <int Idx> Use &Op() { in Op()
120 template <int Idx> const Use &Op() const { in Op()
125 Use *&getHungOffOperands() { return *(reinterpret_cast<Use **>(this) - 1); } in getHungOffOperands()
127 Use *getIntrusiveOperands() { in getIntrusiveOperands()
128 return reinterpret_cast<Use *>(this) - NumUserOperands; in getIntrusiveOperands()
131 void setOperandList(Use *NewList) { in setOperandList()
138 Use *getOperandList() { in getOperandList()
141 const Use *getOperandList() const { in getOperandList()
[all …]
DOperandTraits.h32 static Use *op_begin(SubClass* U) { in op_begin()
33 return reinterpret_cast<Use*>(U) - ARITY; in op_begin()
35 static Use *op_end(SubClass* U) { in op_end()
36 return reinterpret_cast<Use*>(U); in op_end()
67 static Use *op_begin(SubClass* U) { in op_begin()
68 return reinterpret_cast<Use*>(U) - static_cast<User*>(U)->getNumOperands(); in op_begin()
70 static Use *op_end(SubClass* U) { in op_end()
71 return reinterpret_cast<Use*>(U); in op_end()
94 static Use *op_begin(User* U) { in op_begin()
97 static Use *op_end(User* U) { in op_end()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/
DUse.h36 class Use; variable
42 class PointerLikeTypeTraits<Use**> {
44 static inline void *getAsVoidPointer(Use** P) { return P; } in getAsVoidPointer()
45 static inline Use **getFromVoidPointer(void *P) { in getFromVoidPointer()
46 return static_cast<Use**>(P); in getFromVoidPointer()
57 class Use {
61 void swap(Use &RHS);
69 Use(const Use &U);
72 ~Use() { in ~Use()
82 Use(PrevPtrTag tag) : Val(0) { in Use() function
[all …]
DOperandTraits.h32 static Use *op_begin(SubClass* U) { in op_begin()
33 return reinterpret_cast<Use*>(U) - ARITY; in op_begin()
35 static Use *op_end(SubClass* U) { in op_end()
36 return reinterpret_cast<Use*>(U); in op_end()
67 static Use *op_begin(SubClass* U) { in op_begin()
68 return reinterpret_cast<Use*>(U) - static_cast<User*>(U)->getNumOperands(); in op_begin()
70 static Use *op_end(SubClass* U) { in op_end()
71 return reinterpret_cast<Use*>(U); in op_end()
94 static Use *op_begin(User* U) { in op_begin()
97 static Use *op_end(User* U) { in op_end()
[all …]
DUser.h43 Use *OperandList;
50 User(Type *ty, unsigned vty, Use *OpList, unsigned NumOps) in User()
52 Use *allocHungoffUses(unsigned) const;
54 Use::zap(OperandList, OperandList + NumOperands, true); in dropHungoffUses()
61 Use::zap(OperandList, OperandList + NumOperands); in ~User()
74 template <int Idx, typename U> static Use &OpFrom(const U *that) { in OpFrom()
79 template <int Idx> Use &Op() { in Op()
82 template <int Idx> const Use &Op() const { in Op()
97 const Use &getOperandUse(unsigned i) const { in getOperandUse()
101 Use &getOperandUse(unsigned i) { in getOperandUse()
[all …]
/external/llvm/lib/IR/
DUser.cpp46 static_assert(AlignOf<Use>::Alignment >= AlignOf<Use::UserRef>::Alignment, in allocHungoffUses()
48 static_assert(AlignOf<Use::UserRef>::Alignment >= in allocHungoffUses()
54 size_t size = N * sizeof(Use) + sizeof(Use::UserRef); in allocHungoffUses()
57 Use *Begin = static_cast<Use*>(::operator new(size)); in allocHungoffUses()
58 Use *End = Begin + N; in allocHungoffUses()
59 (void) new(End) Use::UserRef(const_cast<User*>(this), 1); in allocHungoffUses()
60 setOperandList(Use::initTags(Begin, End)); in allocHungoffUses()
72 Use *OldOps = getOperandList(); in growHungoffUses()
74 Use *NewOps = getOperandList(); in growHungoffUses()
82 reinterpret_cast<char *>(OldOps + OldNumUses) + sizeof(Use::UserRef); in growHungoffUses()
[all …]
DUse.cpp17 void Use::swap(Use &RHS) { in swap()
41 User *Use::getUser() const { in getUser()
42 const Use *End = getImpliedUser(); in getUser()
45 : reinterpret_cast<User *>(const_cast<Use *>(End)); in getUser()
48 unsigned Use::getOperandNo() const { in getOperandNo()
57 Use *Use::initTags(Use *const Start, Use *Stop) { in initTags()
67 new (Stop) Use(tags[Done++]); in initTags()
74 new (Stop) Use(stopTag); in initTags()
78 new (Stop) Use(PrevPtrTag(Count & 1)); in initTags()
87 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DUser.cpp43 static_assert(alignof(Use) >= alignof(Use::UserRef), in allocHungoffUses()
45 static_assert(alignof(Use::UserRef) >= alignof(BasicBlock *), in allocHungoffUses()
50 size_t size = N * sizeof(Use) + sizeof(Use::UserRef); in allocHungoffUses()
53 Use *Begin = static_cast<Use*>(::operator new(size)); in allocHungoffUses()
54 Use *End = Begin + N; in allocHungoffUses()
55 (void) new(End) Use::UserRef(const_cast<User*>(this), 1); in allocHungoffUses()
56 setOperandList(Use::initTags(Begin, End)); in allocHungoffUses()
68 Use *OldOps = getOperandList(); in growHungoffUses()
70 Use *NewOps = getOperandList(); in growHungoffUses()
78 reinterpret_cast<char *>(OldOps + OldNumUses) + sizeof(Use::UserRef); in growHungoffUses()
[all …]
DUse.cpp17 void Use::swap(Use &RHS) { in swap()
41 User *Use::getUser() const { in getUser()
42 const Use *End = getImpliedUser(); in getUser()
45 : reinterpret_cast<User *>(const_cast<Use *>(End)); in getUser()
48 unsigned Use::getOperandNo() const { in getOperandNo()
57 Use *Use::initTags(Use *const Start, Use *Stop) { in initTags()
67 new (Stop) Use(tags[Done++]); in initTags()
74 new (Stop) Use(stopTag); in initTags()
78 new (Stop) Use(PrevPtrTag(Count & 1)); in initTags()
87 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap()
[all …]
/external/swiftshader/third_party/LLVM/lib/VMCore/
DUse.cpp22 void Use::swap(Use &RHS) { in swap()
51 const Use *Use::getImpliedUser() const { in getImpliedUser()
52 const Use *Current = this; in getImpliedUser()
88 Use *Use::initTags(Use * const Start, Use *Stop) { in initTags()
101 new(Stop) Use(tags[Done++]); in initTags()
108 new(Stop) Use(stopTag); in initTags()
112 new(Stop) Use(PrevPtrTag(Count & 1)); in initTags()
125 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap()
127 (--Stop)->~Use(); in zap()
136 User *Use::getUser() const { in getUser()
[all …]
DUser.cpp42 Use *User::allocHungoffUses(unsigned N) const { in allocHungoffUses()
45 size_t size = N * sizeof(Use) + sizeof(Use::UserRef); in allocHungoffUses()
46 Use *Begin = static_cast<Use*>(::operator new(size)); in allocHungoffUses()
47 Use *End = Begin + N; in allocHungoffUses()
48 (void) new(End) Use::UserRef(const_cast<User*>(this), 1); in allocHungoffUses()
49 return Use::initTags(Begin, End); in allocHungoffUses()
57 void *Storage = ::operator new(s + sizeof(Use) * Us); in operator new()
58 Use *Start = static_cast<Use*>(Storage); in operator new()
59 Use *End = Start + Us; in operator new()
63 Use::initTags(Start, End); in operator new()
[all …]
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Darith-opt.ll14 tail call void @Use(i32 %add)
15 ; CHECK: call Use
19 declare void @Use(i32)
26 tail call void @Use(i32 %and)
27 ; CHECK: call Use
36 tail call void @Use(i32 %or)
37 ; CHECK: call Use
46 tail call void @Use(i32 %xor)
47 ; CHECK: call Use
56 tail call void @Use(i32 %sub)
[all …]
/external/syzkaller/pkg/report/testdata/linux/report/
D11319 [ 292.742848] sctp: [Deprecated]: syz-executor0 (pid 22154) Use of int in max_burst socket option …
20 [ 292.742848] Use struct sctp_assoc_value instead
21 [ 292.760875] sctp: [Deprecated]: syz-executor0 (pid 22154) Use of int in max_burst socket option …
22 [ 292.760875] Use struct sctp_assoc_value instead
30 [ 292.817577] sctp: [Deprecated]: syz-executor0 (pid 22198) Use of int in max_burst socket option …
31 [ 292.817577] Use struct sctp_assoc_value instead
32 [ 292.837972] sctp: [Deprecated]: syz-executor2 (pid 22199) Use of int in max_burst socket option …
33 [ 292.837972] Use struct sctp_assoc_value instead
34 [ 292.844964] sctp: [Deprecated]: syz-executor0 (pid 22198) Use of int in max_burst socket option …
35 [ 292.844964] Use struct sctp_assoc_value instead
[all …]
/external/libchrome/base/memory/
Dlinked_ptr_unittest.cc21 virtual void Use() { history += base::StringPrintf("A%d use\n", mynum); } in Use() function
29 void Use() override { history += base::StringPrintf("B%d use\n", mynum); } in Use() function
66 a3->Use(); in TEST()
67 a4->Use(); in TEST()
68 a5->Use(); in TEST()
69 a6->Use(); in TEST()
70 b0->Use(); in TEST()
71 (*b0).Use(); in TEST()
72 b0.get()->Use(); in TEST()
75 a0->Use(); in TEST()
[all …]
/external/google-breakpad/src/testing/gtest/test/
Dgtest-linked_ptr_test.cc51 virtual void Use() { *history << "A" << mynum << " use\n"; } in Use() function in __anon982a64800111::A
61 virtual void Use() { *history << "B" << mynum << " use\n"; } in Use() function in __anon982a64800111::B
110 a3->Use(); in TEST_F()
111 a4->Use(); in TEST_F()
112 a5->Use(); in TEST_F()
113 a6->Use(); in TEST_F()
114 b0->Use(); in TEST_F()
115 (*b0).Use(); in TEST_F()
116 b0.get()->Use(); in TEST_F()
119 a0->Use(); in TEST_F()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTX.td33 "Use PTX Language Version 2.0">;
36 "Use PTX Language Version 2.1">;
39 "Use PTX Language Version 2.2">;
42 "Use PTX Language Version 2.3">;
47 "Use Shader Model 1.0">;
49 "Use Shader Model 1.1">;
51 "Use Shader Model 1.2">;
53 "Use Shader Model 1.3">;
55 "Use Shader Model 2.0", [FeatureDouble]>;
57 "Use Shader Model 2.1", [FeatureDouble]>;
[all …]
/external/v8/src/compiler/
Dnode.cc13 sizeof(OutOfLineInputs) + capacity * (sizeof(Node*) + sizeof(Use)); in New()
16 reinterpret_cast<OutOfLineInputs*>(raw_buffer + capacity * sizeof(Use)); in New()
23 void Node::OutOfLineInputs::ExtractFrom(Use* old_use_ptr, Node** old_input_ptr, in ExtractFrom()
27 Use* new_use_ptr = reinterpret_cast<Use*>(this) - 1; in ExtractFrom()
31 Use::InputIndexField::encode(current) | Use::InlineField::encode(false); in ExtractFrom()
55 Use* use_ptr; in New()
84 use_ptr = reinterpret_cast<Use*>(outline); in New()
94 size_t size = sizeof(Node) + capacity * (sizeof(Node*) + sizeof(Use)); in New()
97 reinterpret_cast<void*>(raw_buffer + capacity * sizeof(Use)); in New()
101 use_ptr = reinterpret_cast<Use*>(node); in New()
[all …]
/external/icu/icu4c/source/
DrunConfigureICU39 AIX Use the IBM Visual Age xlc_r/xlC_r compilers on AIX
40 AIX/GCC Use the GNU gcc/g++ compilers on AIX
41 Cygwin Use the GNU gcc/g++ compilers on Cygwin
42 Cygwin/MSVC Use the Microsoft Visual C++ compiler on Cygwin
43 Cygwin/MSVC2005 Use the Microsoft Visual C++ 2005 compiler on Cygwin
44 Cygwin/ICL Use the Intel C++ compiler on Cygwin
45 FreeBSD Use the clang/clang++ or GNU gcc/g++ compilers on FreeBSD
46 HP-UX/ACC Use the HP ANSI C/Advanced C++ compilers on HP-UX 11
47 IBMi Use the iCC compilers on IBM i, i5/OS, OS/400
48 Linux Use the clang/clang++ or GNU gcc/g++ compilers on Linux
[all …]

12345678910>>...255