Searched refs:Use (Results 1 - 25 of 333) sorted by relevance

1234567891011>>

/external/llvm/lib/VMCore/
H A DUser.cpp44 Use *User::allocHungoffUses(unsigned N) const {
47 size_t size = N * sizeof(Use) + sizeof(Use::UserRef);
48 Use *Begin = static_cast<Use*>(::operator new(size));
49 Use *End = Begin + N;
50 (void) new(End) Use::UserRef(const_cast<User*>(this), 1);
51 return Use::initTags(Begin, End);
59 void *Storage = ::operator new(s + sizeof(Use) * Us);
60 Use *Star
[all...]
H A DUse.cpp1 //===-- Use.cpp - Implement the Use class ---------------------------------===//
10 // This file implements the algorithm for finding the User of a Use.
20 // Use swap Implementation
23 void Use::swap(Use &RHS) {
49 // Use getImpliedUser Implementation
52 const Use *Use::getImpliedUser() const {
53 const Use *Curren
[all...]
/external/llvm/include/llvm/
H A DUse.h1 //===-- llvm/Use.h - Definition of the Use class ----------------*- C++ -*-===//
10 // This defines the Use class. The Use class represents the operand of an
11 // instruction or some other User instance which refers to a Value. The Use
15 // to a Use without having to store a User pointer in every Use. A
17 // operands, and the low bits of one of the fields (Prev) of the Use
19 // a pointer to any Use. For details, see:
36 class Use;
57 class Use { class in namespace:llvm
82 Use(PrevPtrTag tag) : Val(0) { function in class:llvm::Use
[all...]
H A DOperandTraits.h26 /// FixedNumOperandTraits - determine the allocation regime of the Use array
27 /// when it is a prefix to the User object, and the number of Use objects is
32 static Use *op_begin(SubClass* U) {
33 return reinterpret_cast<Use*>(U) - ARITY;
35 static Use *op_end(SubClass* U) {
36 return reinterpret_cast<Use*>(U);
61 /// VariadicOperandTraits - determine the allocation regime of the Use array
62 /// when it is a prefix to the User object, and the number of Use objects is
67 static Use *op_begin(SubClass* U) {
68 return reinterpret_cast<Use*>(
[all...]
H A DUser.h45 Use *OperandList;
52 User(Type *ty, unsigned vty, Use *OpList, unsigned NumOps)
54 Use *allocHungoffUses(unsigned) const;
56 Use::zap(OperandList, OperandList + NumOperands, true);
63 Use::zap(OperandList, OperandList + NumOperands);
65 /// operator delete - free memory allocated for User and Use objects
76 template <int Idx, typename U> static Use &OpFrom(const U *that) {
81 template <int Idx> Use &Op() {
84 template <int Idx> const Use &Op() const {
99 const Use
[all...]
H A DConstant.h47 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps)
103 /// constant. Any constants on our Use list must also be destroy'd. The
128 virtual void replaceUsesOfWithOnConstant(Value *, Value *, Use *) {
/external/valgrind/main/none/tests/
H A Dcmdline3.stderr.exp2 valgrind: Use --help for more information.
H A Dcmdline4.stderr.exp2 valgrind: Use --help for more information or consult the user manual.
/external/llvm/include/llvm/Analysis/
H A DCaptureTracking.h49 virtual bool shouldExplore(Use *U) = 0;
54 virtual bool captured(Use *U) = 0;
/external/valgrind/main/memcheck/tests/
H A Dmanuel2.stderr.exp0 Use of uninitialised value of size 4
/external/chromium/base/memory/
H A Dlinked_ptr_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
21 virtual void Use() { history += base::StringPrintf("A%d use\n", mynum); } function in struct:__anon1536::A
29 virtual void Use() { history += base::StringPrintf("B%d use\n", mynum); } function in struct:__anon1536::B
66 a3->Use();
67 a4->Use();
68 a5->Use();
69 a6->Use();
70 b0->Use();
71 (*b0).Use();
72 b0.get()->Use();
[all...]
/external/chromium/testing/gtest/test/
H A Dgtest-linked_ptr_test.cc51 virtual void Use() { *history << "A" << mynum << " use\n"; } function in class:__anon3152::A
61 virtual void Use() { *history << "B" << mynum << " use\n"; } function in class:__anon3152::B
80 // Use explicit function call notation here to suppress self-assign warning.
110 a3->Use();
111 a4->Use();
112 a5->Use();
113 a6->Use();
114 b0->Use();
115 (*b0).Use();
116 b0.get()->Use();
[all...]
/external/gtest/test/
H A Dgtest-linked_ptr_test.cc51 virtual void Use() { *history << "A" << mynum << " use\n"; } function in class:__anon5628::A
61 virtual void Use() { *history << "B" << mynum << " use\n"; } function in class:__anon5628::B
80 // Use explicit function call notation here to suppress self-assign warning.
110 a3->Use();
111 a4->Use();
112 a5->Use();
113 a6->Use();
114 b0->Use();
115 (*b0).Use();
116 b0.get()->Use();
[all...]
/external/protobuf/gtest/test/
H A Dgtest-linked_ptr_test.cc51 virtual void Use() { *history << "A" << mynum << " use\n"; } function in class:__anon10027::A
61 virtual void Use() { *history << "B" << mynum << " use\n"; } function in class:__anon10027::B
109 a3->Use();
110 a4->Use();
111 a5->Use();
112 a6->Use();
113 b0->Use();
114 (*b0).Use();
115 b0.get()->Use();
118 a0->Use();
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonRemoveSZExtArgs.cpp59 Instruction* Use = cast<Instruction>(*UI); local
60 SExtInst* SI = new SExtInst(Arg, Use->getType());
62 (EVT::getEVT(Use->getType())));
64 Use->replaceAllUsesWith(SI);
67 Use->eraseFromParent();
/external/kernel-headers/original/asm-mips/
H A Dsgidefs.h18 #error Use a Linux compiler or give up.
/external/skia/src/svg/
H A DSkSVGUse.h5 * Use of this source code is governed by a BSD-style license that can be
16 DECLARE_SVG_INFO(Use);
H A DSkSVGUse.cpp5 * Use of this source code is governed by a BSD-style license that can be
21 DEFINE_SVG_INFO(Use)
/external/llvm/lib/Analysis/
H A DCaptureTracking.cpp33 bool shouldExplore(Use *U) { return true; }
35 bool captured(Use *U) {
79 SmallVector<Use*, Threshold> Worklist;
80 SmallSet<Use*, Threshold> Visited;
90 Use *U = &UI.getUse();
97 Use *U = Worklist.pop_back_val();
146 Use *U = &UI.getUse();
/external/doclava/res/assets/templates/
H A Dcomponents.cs2 <?cs # Use the -tempatedir arg to javadoc to set your own directory with a replacement for this file in it. ?>
/external/icu4c/
H A 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 th
[all...]
/external/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h27 class Use;
101 void RewriteUse(Use &U);
107 void RewriteUseAfterInsertions(Use &U);
/external/webkit/Tools/Scripts/
H A Dsunspider-compare-results53 --ubench Use microbenchmark suite instead of regular tests. Same as --suite=ubench
54 --v8-suite Use the V8 benchmark suite. Same as --suite=v8-v4
55 --parse-only Use the parse-only benchmark suite. Same as --suite=parse-only
/external/chromium/net/proxy/
H A Dproxy_info.cc2 // Use of this source code is governed by a BSD-style license that can be
17 void ProxyInfo::Use(const ProxyInfo& other) { function in class:net::ProxyInfo
H A Dproxy_info.h2 // Use of this source code is governed by a BSD-style license that can be
26 void Use(const ProxyInfo& proxy_info);

Completed in 411 milliseconds

1234567891011>>