Searched defs:Use (Results 1 - 25 of 57) sorted by relevance

123

/external/clang/test/Modules/
H A Dmerge-using-decls.cpp18 template<typename T> int Use() { function
27 return Use<C<T> >() + Use<D<T> >() + Use<E<T> >() + Use<F<T> >(); // expected-note 0-2{{instantiation of}}
/external/webrtc/webrtc/base/
H A Dratelimiter.cc4 * Use of this source code is governed by a BSD-style license
20 void RateLimiter::Use(size_t used, double time) { function in class:rtc::RateLimiter
/external/clang/lib/Tooling/Core/
H A DLookup.cpp85 std::string tooling::replaceNestedName(const NestedNameSpecifier *Use, argument
97 const bool class_name_only = !Use;
112 isFullyQualified(Use));
/external/libchrome/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:__anon9192::A
29 void Use() override { history += base::StringPrintf("B%d use\n", mynum); }
66 a3->Use();
67 a4->Use();
68 a5->Use();
69 a6->Use();
70 b0->Use();
71 (*b0).Use();
72 b0.get()->Use();
[all...]
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge.cpp2 // Use of this source code is governed by a BSD-style license that can be
36 void CFX_GEModule::Use(CFX_GEModule* pModule) { function in class:CFX_GEModule
/external/llvm/include/llvm/IR/
H A DUse.h1 //===-- llvm/Use.h - Definition of the Use class ----------------*- C++ -*-===//
11 /// This defines the Use class. The Use class represents the operand of an
12 /// instruction or some other User instance which refers to a Value. The Use
15 /// Pointer tagging is used to efficiently find the User corresponding to a Use
16 /// without having to store a User pointer in every Use. A User is preceded in
18 /// one of the fields (Prev) of the Use class are used to encode offsets to be
19 /// able to find that User given a pointer to any Use. For details, see:
38 class Use;
68 class Use { class in namespace:llvm
90 Use(PrevPtrTag tag) : Val(nullptr) { Prev.setInt(tag); } function in class:llvm::Use
[all...]
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-linked_ptr_test.cc51 virtual void Use() { *history << "A" << mynum << " use\n"; } function in class:__anon6420::A
61 virtual void Use() { *history << "B" << mynum << " use\n"; } function in class:__anon6420::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:__anon6532::A
61 virtual void Use() { *history << "B" << mynum << " use\n"; } function in class:__anon6532::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/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp81 Instruction* Use = cast<Instruction>(*UI); local
82 SExtInst* SI = new SExtInst(&Arg, Use->getType());
84 (EVT::getEVT(Use->getType())));
86 Use->replaceAllUsesWith(SI);
89 Use->eraseFromParent();
135 const Use &TheUse = UI.getUse();
/external/protobuf/gtest/test/
H A Dgtest-linked_ptr_test.cc51 virtual void Use() { *history << "A" << mynum << " use\n"; } function in class:__anon16700::A
61 virtual void Use() { *history << "B" << mynum << " use\n"; } function in class:__anon16700::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/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest-linked_ptr_test.cc51 virtual void Use() { *history << "A" << mynum << " use\n"; } function in class:__anon21047::A
61 virtual void Use() { *history << "B" << mynum << " use\n"; } function in class:__anon21047::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/deqp/modules/egl/
H A DteglMultiContextTests.cpp58 enum Use enum in class:deqp::egl::__anon4134::MultiContextTest
73 MultiContextTest (EglTestContext& eglTestCtx, Sharing sharing, Use use, const char* name, const char* description);
79 const Use m_use;
82 MultiContextTest::MultiContextTest (EglTestContext& eglTestCtx, Sharing sharing, Use use, const char* name, const char* description)
/external/llvm/lib/CodeGen/
H A DLiveInterval.cpp91 VNInfo *extendInBlock(SlotIndex StartIdx, SlotIndex Use) { argument
95 impl().findInsertPos(Segment(Use.getPrevSlot(), Use, nullptr));
101 if (I->end < Use)
102 extendSegmentEndTo(I, Use);
322 // Use the segment set, if it is available.
394 // Use binary searches to find initial positions.
492 // Use the segment set, if it is available.
511 // Use the segment set, if it is available.
H A DLiveRangeCalc.cpp223 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg) { argument
224 assert(Use.isValid() && "Invalid SlotIndex");
228 MachineBasicBlock *UseMBB = Indexes->getMBBFromIndex(Use.getPrevSlot());
229 assert(UseMBB && "No MBB at Use");
232 if (LR.extendInBlock(Indexes->getMBBStartIdx(UseMBB), Use))
235 // Find the single reaching def, or determine if Use is jointly dominated by
239 if (findReachingDefs(LR, *UseMBB, Use, PhysReg))
259 SlotIndex Use, unsigned PhysReg) {
276 errs() << "Use of " << PrintReg(PhysReg)
278 const MachineInstr *MI = Indexes->getInstructionFromIndex(Use);
258 findReachingDefs(LiveRange &LR, MachineBasicBlock &UseMBB, SlotIndex Use, unsigned PhysReg) argument
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp118 typedef SmallVector<Use *, 4> Uses;
125 /// Find the closest point that dominates the given Use.
126 Instruction *findInsertionPoint(Use &Use);
133 /// \param Use the use to be added into the list of dominated uses
138 bool isDominated(Instruction *NewPt, Use &Use, InsertionPoints &InsertPts);
145 /// \param Use the use to be added into the list of dominated uses
152 bool tryAndMerge(Instruction *NewPt, Use &Use, InsertionPoint
186 appendAndTransferDominatedUses(Instruction *NewPt, Use &Use, InsertionPoints::iterator &IPI, InsertionPoints &InsertPts) argument
331 findInsertionPoint(Use &Use) argument
342 isDominated(Instruction *NewPt, Use &Use, InsertionPoints &InsertPts) argument
368 tryAndMerge(Instruction *NewPt, Use &Use, InsertionPoints &InsertPts) argument
[all...]
H A DAArch64CollectLOH.cpp333 // Use the global register ID when querying APIs external to this
553 /// Build the Use to Defs information and filter out obvious non-LOH candidates.
728 static bool registerADRCandidate(const MachineInstr &Use, argument
737 if (Use.getOpcode() != AArch64::ADDXri &&
738 (Use.getOpcode() != AArch64::LDRXui ||
739 !(Use.getOperand(2).getTargetFlags() & AArch64II::MO_GOT)))
741 InstrToInstrs::const_iterator It = UseToDefs.find(&Use);
759 assert((!InvolvedInLOHs || InvolvedInLOHs->insert(&Use)) &&
761 DEBUG(dbgs() << "Record AdrpAdd\n" << Def << '\n' << Use << '\n'); local
765 Args.push_back(&Use);
[all...]
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp217 NewUses[N] = NewSense::Use(PredReg, HexagonMCInstrInfo::isPredicatedTrue(MCII, MCI));
553 bool HexagonMCChecker::hasValidNewValueDef(const NewSense &Use, argument
560 if (Use.IsNVJ && (Def.IsFloat || Def.PredReg != 0))
569 if (Def.PredReg == Use.PredReg && Def.Cond == Use.Cond)
575 if (Def.PredReg != Use.PredReg || Def.Cond == Use.Cond)
H A DHexagonMCChecker.h107 static NewSense Use(unsigned PR, bool True) { function in struct:llvm::HexagonMCChecker::NewSense
193 bool hasValidNewValueDef(const NewSense &Use,
/external/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp40 : Def(false), Use(false) {}
44 Use |= Other.Use;
48 explicit operator bool() const { return Def || Use; }
53 bool Use; member in struct:__anon12749::Reference
137 Ref.Use = true;
353 if (!CCRefs.Use && !SrcRefs && convertToBRCT(MI, Compare, CCUsers)) {
368 if (CCRefs.Use && CCRefs.Def)
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp86 Instruction *Use = dyn_cast<Instruction>(*U); local
87 if (!Use)
89 if (Use->getParent()->getParent() == &F)
/external/v8/test/unittests/compiler/
H A Dinstruction-sequence-unittest.h2 // Use of this source code is governed by a BSD-style license that can be
87 static TestOperand Use(VReg vreg) { return TestOperand(kNone, vreg); } function in class:v8::internal::compiler::InstructionSequenceTest
89 static TestOperand Use() { return Use(VReg()); } function in class:v8::internal::compiler::InstructionSequenceTest
/external/clang/test/SemaTemplate/
H A Ddependent-names.cpp217 void Use() { function in namespace:PR10053::my_file2
240 void Use() { function in namespace:PR10053::my_file2_a
260 void Use() { function in namespace:PR10053::unary
/external/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp154 bool canAddPseudoFlagDep(MachineInstr *Use, bool IsSelfLoop);
255 Thumb2SizeReduce::canAddPseudoFlagDep(MachineInstr *Use, bool FirstInSelfLoop) { argument
275 for (const MachineOperand &MO : Use->operands()) {
289 if (Use->getOpcode() == ARM::t2MOVi ||
290 Use->getOpcode() == ARM::t2MOVi16)
/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp140 Liveness MarkIfNotLive(RetOrArg Use, UseVector &MaybeLiveUses);
141 Liveness SurveyUse(const Use *U, UseVector &MaybeLiveUses,
360 for (Use &U : Fn.uses()) {
409 /// MarkIfNotLive - This checks Use for liveness in LiveValues. If Use is not
410 /// live, it adds Use to the MaybeLiveUses argument. Returns the determined
411 /// liveness of Use.
412 DAE::Liveness DAE::MarkIfNotLive(RetOrArg Use, UseVector &MaybeLiveUses) { argument
414 if (LiveFunctions.count(Use.F) || LiveValues.count(Use))
441 RetOrArg Use = CreateRet(F, RetValNum); local
447 RetOrArg Use = CreateRet(F, i); local
499 RetOrArg Use = CreateArg(F, ArgNo); local
[all...]
/external/v8/src/compiler/
H A Dinstruction-selector-impl.h2 // Use of this source code is governed by a BSD-style license that can be
84 InstructionOperand Use(Node* node) { function in class:v8::internal::compiler::OperandGenerator
85 return Use(node, UnallocatedOperand(UnallocatedOperand::NONE,
91 return Use(node, UnallocatedOperand(UnallocatedOperand::ANY,
97 return Use(node, UnallocatedOperand(UnallocatedOperand::MUST_HAVE_REGISTER,
103 return Use(node, UnallocatedOperand(UnallocatedOperand::MUST_HAVE_SLOT,
107 // Use register or operand for the node. If a register is chosen, it won't
110 return Use(node,
114 // Use a unique register for the node that does not alias any temporary or
117 return Use(nod
240 UnallocatedOperand Use(Node* node, UnallocatedOperand operand) { function in class:v8::internal::compiler::OperandGenerator
[all...]

Completed in 1223 milliseconds

123