Searched refs:Use (Results 51 - 75 of 660) sorted by relevance

1234567891011>>

/external/llvm/include/llvm/IR/
H A DDominators.h94 bool dominates(const Instruction *Def, const Use &U) const;
97 bool dominates(const BasicBlockEdge &BBE, const Use &U) const;
103 /// \brief Provide an overload for a Use.
104 bool isReachableFromEntry(const Use &U) const;
H A DValue.h19 #include "llvm/IR/Use.h"
71 Use *UseList;
92 template <typename UseT> // UseT == 'Use' or 'const Use'
138 use_iterator_impl<Use> UI;
139 explicit user_iterator_impl(Use *U) : UI(U) {}
175 Use &getUse() const { return *UI; }
178 /// FIXME: Replace all callers with a direct call to Use::getOperandNo.
245 typedef use_iterator_impl<Use> use_iterator;
246 typedef use_iterator_impl<const Use> const_use_iterato
[all...]
H A DGlobalObject.h30 GlobalObject(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps,
/external/chromium_org/chrome/browser/chromeos/dbus/
H A Dorg.chromium.LibCrosService.conf5 Use of this source code is governed by a BSD-style license that can be
/external/chromium_org/sdch/open-vcdiff/testdata/
H A Dconfigure.ac.v0.127 Use custom compare function instead of memcmp)
H A Dconfigure.ac.v0.228 Use custom compare function instead of memcmp)
/external/chromium_org/tools/vim/
H A Dclang-format.vim2 " Use of this source code is governed by a BSD-style license that can be
/external/valgrind/main/memcheck/tests/
H A Dpartiallydefinedeq.stderr.exp18 Use --track-origins=yes to see where uninitialised values come from
/external/chromium_org/net/proxy/
H A Dproxy_info.h2 // Use of this source code is governed by a BSD-style license that can be
28 void Use(const ProxyInfo& proxy_info);
49 // Use the proxies from the given list.
/external/chromium_org/v8/src/compiler/
H A Draw-machine-assembler.cc2 // Use of this source code is governed by a BSD-style license that can be
64 schedule()->AddGoto(CurrentBlock(), Use(label));
73 schedule()->AddBranch(CurrentBlock(), branch, Use(true_val), Use(false_val));
134 BasicBlock* RawMachineAssembler::Use(Label* label) { function in class:v8::internal::compiler::RawMachineAssembler
/external/llvm/lib/Analysis/
H A DNoAliasAnalysis.cpp75 void addEscapingUse(Use &U) override {}
/external/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp332 // Use the global register ID when querying APIs external to this
561 /// Build the Use to Defs information and filter out obvious non-LOH candidates.
736 static bool registerADRCandidate(const MachineInstr &Use, argument
745 if (Use.getOpcode() != AArch64::ADDXri &&
746 (Use.getOpcode() != AArch64::LDRXui ||
747 !(Use.getOperand(2).getTargetFlags() & AArch64II::MO_GOT)))
749 InstrToInstrs::const_iterator It = UseToDefs.find(&Use);
767 assert((!InvolvedInLOHs || InvolvedInLOHs->insert(&Use)) &&
769 DEBUG(dbgs() << "Record AdrpAdd\n" << Def << '\n' << Use << '\n'); local
773 Args.push_back(&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
44 void CFX_GEModule::Use(CFX_GEModule* pModule) function in class:CFX_GEModule
/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp147 Liveness MarkIfNotLive(RetOrArg Use, UseVector &MaybeLiveUses);
148 Liveness SurveyUse(const Use *U, UseVector &MaybeLiveUses,
356 for (Use &U : Fn.uses()) {
387 /// MarkIfNotLive - This checks Use for liveness in LiveValues. If Use is not
388 /// live, it adds Use to the MaybeLiveUses argument. Returns the determined
389 /// liveness of Use.
390 DAE::Liveness DAE::MarkIfNotLive(RetOrArg Use, UseVector &MaybeLiveUses) { argument
392 if (LiveFunctions.count(Use.F) || LiveValues.count(Use))
417 RetOrArg Use = CreateRet(RI->getParent()->getParent(), RetValNum); local
462 RetOrArg Use = CreateArg(F, ArgNo); local
[all...]
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp669 static void DiagUninitUse(Sema &S, const VarDecl *VD, const UninitUse &Use, argument
673 switch (Use.getKind()) {
675 S.Diag(Use.getUser()->getLocStart(), diag::warn_uninit_var)
677 << Use.getUser()->getSourceRange();
684 << (Use.getKind() == UninitUse::AfterDecl ? 4 : 5)
687 S.Diag(Use.getUser()->getLocStart(), diag::note_uninit_var_use)
688 << IsCapturedByBlock << Use.getUser()->getSourceRange();
699 for (UninitUse::branch_iterator I = Use.branch_begin(), E = Use.branch_end();
701 assert(Use
841 DiagnoseUninitializedUse(Sema &S, const VarDecl *VD, const UninitUse &Use, bool alwaysReportSelfInit = false) argument
1399 UninitUse Use = hasSelfInit ? UninitUse(U.getUser(), false) : U; local
[all...]
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp308 Use, enumerator in enum:__anon17787::ClassifyRefs::Class
391 classify(BO->getLHS(), Use);
400 classify(UO->getSubExpr(), Use);
415 classify(CE->getSubExpr(), Use);
468 UninitUse Use(ex, isAlwaysUninit(v));
471 if (Use.getKind() == UninitUse::Always)
472 return Use;
532 Use.setUninitAfterCall();
551 Use.setUninitAfterDecl();
601 Use
[all...]
/external/chromium_org/android_webview/
H A Dwebview_pak.mk2 # Use of this source code is governed by a BSD-style license that can be
/external/chromium_org/media/base/simd/
H A Dmedia_export.asm2 ; Use of this source code is governed by a BSD-style license that can be
/external/chromium_org/mojo/public/python/mojo/
H A Dc_environment.pxd2 # Use of this source code is governed by a BSD-style license that can be
/external/chromium_org/mojo/python/system/mojo/
H A Dembedder.pyx2 # Use of this source code is governed by a BSD-style license that can be
/external/chromium_org/ppapi/native_client/tests/nacl_browser/browser_dynamic_library/
H A Dnacl.scons3 # Use of this source code is governed by a BSD-style license that can be
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
H A Dsunspider-compare-results43 --ubench Use microbenchmark suite instead of regular tests. Same as --suite=ubench
44 --v8-suite Use the V8 benchmark suite. Same as --suite=v8-v4
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dplatform_altivec.asm4 ; Use of this source code is governed by a BSD-style license
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Demms.asm4 ; Use of this source code is governed by a BSD-style license
/external/chromium_org/third_party/skia/
H A Dmake.bat3 @rem Use of this source code is governed by a BSD-style license that can be

Completed in 1482 milliseconds

1234567891011>>