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

1234

/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:__anon10858::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/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:
36 class Use;
66 class Use { class in namespace:llvm
88 Use(PrevPtrTag tag) : Val(nullptr) { Prev.setInt(tag); } function in class:llvm::Use
[all...]
/external/swiftshader/third_party/llvm-subzero/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:
36 class Use;
56 class Use { class in namespace:llvm
78 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:__anon7577::A
61 virtual void Use() { *history << "B" << mynum << " use\n"; } function in class:__anon7577::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/googletest/googletest/test/
H A Dgtest-linked_ptr_test.cc51 virtual void Use() { *history << "A" << mynum << " use\n"; } function in class:__anon7732::A
61 virtual void Use() { *history << "B" << mynum << " use\n"; } function in class:__anon7732::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.cpp84 Instruction* Use = cast<Instruction>(*UI); local
85 SExtInst* SI = new SExtInst(&Arg, Use->getType());
87 (EVT::getEVT(Use->getType())));
89 Use->replaceAllUsesWith(SI);
92 Use->eraseFromParent();
138 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:__anon18767::A
61 virtual void Use() { *history << "B" << mynum << " use\n"; } function in class:__anon18767::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/v8/testing/gtest/test/
H A Dgtest-linked_ptr_test.cc51 virtual void Use() { *history << "A" << mynum << " use\n"; } function in class:__anon27976::A
61 virtual void Use() { *history << "B" << mynum << " use\n"; } function in class:__anon27976::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/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:__anon30328::A
61 virtual void Use() { *history << "B" << mynum << " use\n"; } function in class:__anon30328::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/swiftshader/third_party/LLVM/lib/CodeGen/
H A DDeadMachineInstructionElim.cpp145 MachineOperand& Use = I.getOperand(); local
146 MachineInstr *UseMI = Use.getParent();
149 assert(Use.isDebug());
H A DMachineCSE.cpp312 MachineInstr *Use = &*I; local
314 if (!Use->isCopyLike()) {
329 MachineInstr *Use = &*I; local
330 HasPHI |= Use->isPHI();
331 CSBBs.insert(Use->getParent());
H A DScheduleDAGInstrs.cpp418 // TODO: Use an AliasAnalysis and do real alias-analysis queries, and
586 void ScheduleDAGInstrs::ComputeOperandLatency(SUnit *Def, SUnit *Use, argument
613 MachineInstr *UseMI = Use->getInstr();
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h100 virtual void ComputeOperandLatency(SUnit *Def, SUnit *Use, argument
103 virtual void ComputeOperandLatency(SDNode *Def, SDNode *Use,
/external/swiftshader/third_party/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...]
/external/deqp/modules/egl/
H A DteglMultiContextTests.cpp58 enum Use enum in class:deqp::egl::__anon4891::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.cpp92 VNInfo *extendInBlock(SlotIndex StartIdx, SlotIndex Use) { argument
96 impl().findInsertPos(Segment(Use.getPrevSlot(), Use, nullptr));
102 if (I->end < Use)
103 extendSegmentEndTo(I, Use);
325 // Use the segment set, if it is available.
397 // Use binary searches to find initial positions.
495 // Use the segment set, if it is available.
514 // Use the segment set, if it is available.
H A DLiveRangeCalc.cpp239 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg) { argument
240 assert(Use.isValid() && "Invalid SlotIndex");
244 MachineBasicBlock *UseMBB = Indexes->getMBBFromIndex(Use.getPrevSlot());
245 assert(UseMBB && "No MBB at Use");
248 if (LR.extendInBlock(Indexes->getMBBStartIdx(UseMBB), Use))
251 // Find the single reaching def, or determine if Use is jointly dominated by
255 if (findReachingDefs(LR, *UseMBB, Use, PhysReg))
275 SlotIndex Use, unsigned PhysReg) {
292 errs() << "Use of " << PrintReg(PhysReg)
294 const MachineInstr *MI = Indexes->getInstructionFromIndex(Use);
274 findReachingDefs(LiveRange &LR, MachineBasicBlock &UseMBB, SlotIndex Use, unsigned PhysReg) argument
[all...]
H A DDetectDeadLanes.cpp84 /// Given a use regiser operand \p Use and a mask of defined lanes, check
87 void transferDefinedLanesStep(const MachineOperand &Use,
277 void DetectDeadLanes::transferDefinedLanesStep(const MachineOperand &Use, argument
279 if (!Use.readsReg())
283 const MachineInstr &MI = *Use.getParent();
298 unsigned OpNum = MI.getOperandNo(&Use);
300 TRI->reverseComposeSubRegIndexLaneMask(Use.getSubReg(), DefinedLanes);
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp221 NewUses[N] = NewSense::Use(PredReg, HexagonMCInstrInfo::isPredicatedTrue(MCII, MCI));
557 bool HexagonMCChecker::hasValidNewValueDef(const NewSense &Use, argument
564 if (Use.IsNVJ && (Def.IsFloat || Def.PredReg != 0))
573 if (Def.PredReg == Use.PredReg && Def.Cond == Use.Cond)
579 if (Def.PredReg != Use.PredReg || Def.Cond == Use.Cond)
/external/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp39 : Def(false), Use(false) {}
43 Use |= Other.Use;
47 explicit operator bool() const { return Def || Use; }
52 bool Use; member in struct:__anon14511::Reference
138 Ref.Use = true;
352 if (!CCRefs.Use && !SrcRefs && convertToBRCT(MI, Compare, CCUsers)) {
367 if (CCRefs.Use && CCRefs.Def)
/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp282 for (Use &U : Fn.uses()) {
331 /// MarkIfNotLive - This checks Use for liveness in LiveValues. If Use is not
332 /// live, it adds Use to the MaybeLiveUses argument. Returns the determined
333 /// liveness of Use.
335 DeadArgumentEliminationPass::MarkIfNotLive(RetOrArg Use, argument
338 if (LiveFunctions.count(Use.F) || LiveValues.count(Use))
342 // Use becomes live.
343 MaybeLiveUses.push_back(Use);
366 RetOrArg Use = CreateRet(F, RetValNum); local
372 RetOrArg Use = CreateRet(F, i); local
429 RetOrArg Use = CreateArg(F, ArgNo); local
[all...]
/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

Completed in 674 milliseconds

1234