Home
last modified time | relevance | path

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

12345678910>>...65

/external/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.h45 Use *OperandList;
52 User(Type *ty, unsigned vty, Use *OpList, unsigned NumOps) in User()
54 Use *allocHungoffUses(unsigned) const;
56 Use::zap(OperandList, OperandList + NumOperands, true); in dropHungoffUses()
63 Use::zap(OperandList, OperandList + NumOperands); in ~User()
76 template <int Idx, typename U> static Use &OpFrom(const U *that) { in OpFrom()
81 template <int Idx> Use &Op() { in Op()
84 template <int Idx> const Use &Op() const { in Op()
99 const Use &getOperandUse(unsigned i) const { in getOperandUse()
103 Use &getOperandUse(unsigned i) { in getOperandUse()
[all …]
/external/llvm/lib/VMCore/
DUse.cpp23 void Use::swap(Use &RHS) { in swap()
52 const Use *Use::getImpliedUser() const { in getImpliedUser()
53 const Use *Current = this; in getImpliedUser()
89 Use *Use::initTags(Use * const Start, Use *Stop) { in initTags()
102 new(Stop) Use(tags[Done++]); in initTags()
109 new(Stop) Use(stopTag); in initTags()
113 new(Stop) Use(PrevPtrTag(Count & 1)); in initTags()
126 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap()
128 (--Stop)->~Use(); in zap()
137 User *Use::getUser() const { in getUser()
[all …]
DUser.cpp44 Use *User::allocHungoffUses(unsigned N) const { in allocHungoffUses()
47 size_t size = N * sizeof(Use) + sizeof(Use::UserRef); in allocHungoffUses()
48 Use *Begin = static_cast<Use*>(::operator new(size)); in allocHungoffUses()
49 Use *End = Begin + N; in allocHungoffUses()
50 (void) new(End) Use::UserRef(const_cast<User*>(this), 1); in allocHungoffUses()
51 return Use::initTags(Begin, End); in allocHungoffUses()
59 void *Storage = ::operator new(s + sizeof(Use) * Us); in operator new()
60 Use *Start = static_cast<Use*>(Storage); in operator new()
61 Use *End = Start + Us; in operator new()
65 Use::initTags(Start, End); in operator new()
[all …]
/external/chromium/base/memory/
Dlinked_ptr_unittest.cc21 virtual void Use() { history += base::StringPrintf("A%d use\n", mynum); } in Use() function
29 virtual void Use() { 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/chromium/testing/gtest/test/
Dgtest-linked_ptr_test.cc51 virtual void Use() { *history << "A" << mynum << " use\n"; } in Use() function in __anonadda982f0111::A
61 virtual void Use() { *history << "B" << mynum << " use\n"; } in Use() function in __anonadda982f0111::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/gtest/test/
Dgtest-linked_ptr_test.cc51 virtual void Use() { *history << "A" << mynum << " use\n"; } in Use() function in __anon19d7750f0111::A
61 virtual void Use() { *history << "B" << mynum << " use\n"; } in Use() function in __anon19d7750f0111::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/protobuf/gtest/test/
Dgtest-linked_ptr_test.cc51 virtual void Use() { *history << "A" << mynum << " use\n"; } in Use() function in __anon5be1984f0111::A
61 virtual void Use() { *history << "B" << mynum << " use\n"; } in Use() function in __anon5be1984f0111::B
109 a3->Use(); in TEST_F()
110 a4->Use(); in TEST_F()
111 a5->Use(); in TEST_F()
112 a6->Use(); in TEST_F()
113 b0->Use(); in TEST_F()
114 (*b0).Use(); in TEST_F()
115 b0.get()->Use(); in TEST_F()
118 a0->Use(); in TEST_F()
[all …]
/external/icu4c/
DrunConfigureICU32 AIX Use the IBM Visual Age xlc_r/xlC_r compilers on AIX
33 AIX/GCC Use the GNU gcc/g++ compilers on AIX
34 Cygwin Use the GNU gcc/g++ compilers on Cygwin
35 Cygwin/MSVC Use the Microsoft Visual C++ compiler on Cygwin
36 Cygwin/MSVC2005 Use the Microsoft Visual C++ 2005 compiler on Cygwin
37 Cygwin/ICL Use the Intel C++ compiler on Cygwin
38 FreeBSD Use the GNU gcc/g++ compilers on Free BSD
39 HP-UX/ACC Use the HP ANSI C/Advanced C++ compilers on HP-UX 11
40 IBMi Use the iCC compilers on IBM i, i5/OS, OS/400
41 Linux Use the GNU gcc/g++ compilers on Linux
[all …]
/external/llvm/test/Transforms/JumpThreading/
Dlvi-load.ll6 %"struct.llvm::PointerIntPair<llvm::Use**,2u,llvm::Use::PrevPtrTag,llvm::PointerLikeTypeTraits<llvm…
8Use" = type { %"struct.llvm::Value"*, %"struct.llvm::Use"*, %"struct.llvm::PointerIntPair<llvm::Us…
9 …e { i32 (...)**, i8, i8, i16, %"struct.llvm::PATypeHolder", %"struct.llvm::Use"*, %"struct.llvm::V…
/external/llvm/lib/Analysis/
DCaptureTracking.cpp33 bool shouldExplore(Use *U) { return true; } in shouldExplore()
35 bool captured(Use *U) { in captured()
79 SmallVector<Use*, Threshold> Worklist; in PointerMayBeCaptured()
80 SmallSet<Use*, Threshold> Visited; in PointerMayBeCaptured()
90 Use *U = &UI.getUse(); in PointerMayBeCaptured()
97 Use *U = Worklist.pop_back_val(); in PointerMayBeCaptured()
146 Use *U = &UI.getUse(); in PointerMayBeCaptured()
/external/llvm/lib/Target/Hexagon/
DHexagonRemoveSZExtArgs.cpp59 Instruction* Use = cast<Instruction>(*UI); in runOnFunction() local
60 SExtInst* SI = new SExtInst(Arg, Use->getType()); in runOnFunction()
62 (EVT::getEVT(Use->getType()))); in runOnFunction()
64 Use->replaceAllUsesWith(SI); in runOnFunction()
67 Use->eraseFromParent(); in runOnFunction()
/external/elfutils/libebl/
DChangeLog19 (fill_defaults): Use it.
23 * ebldynamictagname.c (ebl_dynamic_tag_name): Use hex for unknown tag.
106 (fill_defaults): Use it.
166 (fill_defaults): Use it.
170 * libebl.h: Use "" for elf-knowledge.h, not <>.
237 * sparc_init.c (sparc_init): Use it.
240 * arm_init.c (arm_init): Use it.
243 * alpha_init.c (alpha_init): Use it.
255 * x86_64_init.c (x86_64_init): Use x86_64_return_value_location.
260 (libebl_%.so): Use $(libdw) in link; use --as-needed.
[all …]
/external/llvm/test/Transforms/LoopStrengthReduce/ARM/
D2012-06-15-lsr-noaddrmode.ll13 ; LSR Use: Kind=Special, Offsets={0}, all-fixups-outside-loop, widest fixup type: i32
15 ; LSR Use: Kind=ICmpZero, Offsets={0}, widest fixup type: i32
17 ; LSR Use: Kind=Address of i32, Offsets={0}, widest fixup type: i32*
19 ; LSR Use: Kind=Address of i32, Offsets={0}, widest fixup type: i32*
21 ; LSR Use: Kind=Special, Offsets={0}, all-fixups-outside-loop, widest fixup type: i32
26 ; LSR Use: Kind=Special, Offsets={0}, all-fixups-outside-loop, widest fixup type: i32
28 ; LSR Use: Kind=ICmpZero, Offsets={0}, widest fixup type: i32
30 ; LSR Use: Kind=Address of i32, Offsets={0}, widest fixup type: i32*
32 ; LSR Use: Kind=Address of i32, Offsets={0}, widest fixup type: i32*
34 ; LSR Use: Kind=Special, Offsets={0}, all-fixups-outside-loop, widest fixup type: i32
/external/valgrind/main/memcheck/tests/
Dorigin5-bz2.stderr.exp-glibc25-amd6414 Use of uninitialised value of size 8
22 Use of uninitialised value of size 8
30 Use of uninitialised value of size 8
41 Use of uninitialised value of size 8
52 Use of uninitialised value of size 8
63 Use of uninitialised value of size 8
74 Use of uninitialised value of size 8
85 Use of uninitialised value of size 8
96 Use of uninitialised value of size 8
107 Use of uninitialised value of size 8
Dorigin5-bz2.stderr.exp-glibc27-ppc6414 Use of uninitialised value of size 8
22 Use of uninitialised value of size 8
30 Use of uninitialised value of size 8
41 Use of uninitialised value of size 8
52 Use of uninitialised value of size 8
63 Use of uninitialised value of size 8
74 Use of uninitialised value of size 8
85 Use of uninitialised value of size 8
96 Use of uninitialised value of size 8
107 Use of uninitialised value of size 8
Dorigin5-bz2.stderr.exp-glibc25-x8614 Use of uninitialised value of size 4
22 Use of uninitialised value of size 4
30 Use of uninitialised value of size 4
41 Use of uninitialised value of size 4
52 Use of uninitialised value of size 4
63 Use of uninitialised value of size 4
74 Use of uninitialised value of size 4
85 Use of uninitialised value of size 4
96 Use of uninitialised value of size 4
107 Use of uninitialised value of size 4
/external/oprofile/doc/
DCodingStyle33 Use Doxygen comments judiciously. Actual source code should generally
62 Use tabs for indentation, spaces for alignment. Avoid wrapping lines,
90 Use "char const *" not "const char *".
97 Use "using namespace std;" in .cpp files. Use std:: qualification in .h files.
114 Use noncopyable, scoped_ptr, and scoped_array.
116 Use the standard comments + include guards for headers.
120 Use anon namespaces for static variables.
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Light/
DLighting.j3md9 // Use more efficent algorithms to improve performance
24 // Use the provided ambient, diffuse, and specular colors
31 // Use minnaert diffuse instead of lambert
34 // Use ward specular instead of phong
37 // Use vertex color as an additional diffuse color.
82 // Set to Use Lightmap
DDeferred.j3md5 // Use more efficent algorithms to improve performance
15 // Use minnaert diffuse instead of lambert
18 // Use ward specular instead of phong
/external/elfutils/libdw/
DChangeLog24 * dwarf_getaranges (dwarf_getaranges): Use the new definitions.
26 (get_offsets): Use the new definitions.
27 * dwarf_getsrclines.c (dwarf_getsrclines): Use the new defintions.
29 (dwarf_nextcu): Use the new definitions.
32 * dwarf_diecu.c (dwarf_diecu): Use the new macro.
33 * dwarf_getaranges (dwarf_getaranges): Use the new macro.
34 * dwarf_nextcu.c (dwarf_nextcu): Use the new macro.
39 * dwarf_entry_breakpoints.c (dwarf_entry_breakpoints): Use CUDIE.
60 * dwarf_child.c (__libdw_find_attr): Use the new definition.
124 [__OPTIMIZE__] (dwarf_whatattr, dwarf_whatform): Use it.
[all …]
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h27 class Use; variable
101 void RewriteUse(Use &U);
107 void RewriteUseAfterInsertions(Use &U);
/external/clang/test/Analysis/
Dsecurity-syntax-checks.m84 // <rdar://problem/6337100> CWE-338: Use of cryptographically weak prng
101 … 'rand' is obsolete because it implements a poor random number generator. Use 'arc4random' instea…
102 …rand48' is obsolete because it implements a poor random number generator. Use 'arc4random' instea…
103 …rand48' is obsolete because it implements a poor random number generator. Use 'arc4random' instea…
104 …rand48' is obsolete because it implements a poor random number generator. Use 'arc4random' instea…
105 …cong48' is obsolete because it implements a poor random number generator. Use 'arc4random' instea…
106 …rand48' is obsolete because it implements a poor random number generator. Use 'arc4random' instea…
107 …rand48' is obsolete because it implements a poor random number generator. Use 'arc4random' instea…
108 …rand48' is obsolete because it implements a poor random number generator. Use 'arc4random' instea…
109 …rand_r' is obsolete because it implements a poor random number generator. Use 'arc4random' instea…
[all …]
/external/elfutils/backends/
DChangeLog13 * linux-core-note.c (prstatus_items): Use 'B' instead of 'b'
60 (EXTRA_NOTES): Use it for NT_PPC_SPE.
66 (EXTRA_NOTES): Use it to handle NT_386_TLS.
102 (prstatus_items): Use it.
109 * sparc_init.c (sparc_init): Use it.
113 * alpha_retval.c: Use dwarf_attr_integrate and dwarf_hasattr_integrate.
184 * ppc_regs.c (ppc_register_info): Use some names instead of sprNNN:
199 * ia64_init.c (ia64_init): Use it.
282 (ppc64_return_value_location): Use registers for aggregate conditional
285 (ppc_return_value_location): Use registers for aggregate conditional
[all …]

12345678910>>...65