Searched defs:Top (Results 1 - 25 of 33) sorted by relevance

12

/external/annotation-tools/annotation-file-utilities/tests/
H A DExtImpl.java4 class Top<X, Y> {} class in class:ExtImpl
10 class C1 extends Top<Object, String> implements Iface<Integer, String> {}
/external/clang/lib/Parse/
H A DParseAST.cpp39 ResetStackCleanup(llvm::CrashRecoveryContext *Context, const void *Top) argument
41 Context, Top) {}
/external/llvm/lib/Support/
H A DPrettyStackTrace.cpp179 void llvm::RestorePrettyStackState(const void *Top) { argument
182 static_cast<PrettyStackTraceEntry *>(const_cast<void *>(Top));
/external/pdfium/xfa/fwl/
H A Dfwl_widgethit.h14 Top, member in class:FWL_WidgetHit
/external/llvm/lib/Analysis/
H A DCFG.cpp41 std::pair<const BasicBlock*, succ_const_iterator> &Top = VisitStack.back(); local
42 const BasicBlock *ParentBB = Top.first;
43 succ_const_iterator &I = Top.second;
/external/clang/lib/Basic/
H A DModule.cpp173 auto *Top = getTopLevelModule(); local
176 if (Requested->isSubModuleOf(Top))
179 for (auto *Use : Top->DirectUses)
H A DVirtualFileSystem.cpp1293 yaml::MappingNode *Top = dyn_cast<yaml::MappingNode>(Root); local
1294 if (!Top) {
1311 for (yaml::MappingNode::iterator I = Top->begin(), E = Top->end(); I != E;
1370 if (!checkMissingKeys(Top, Keys))
/external/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h75 // VisitStack - Used to maintain the ordering. Top = current block
104 std::pair<PointerIntTy, ChildItTy> &Top = VisitStack.back(); local
105 NodeType *Node = Top.first.getPointer();
106 ChildItTy &It = Top.second;
107 if (!Top.first.getInt()) {
110 Top.first.setInt(1);
/external/llvm/lib/Target/Hexagon/
H A DBitTracker.h107 Top, // Bit not yet defined. enumerator in enum:llvm::BitTracker::BitValue::ValueType
116 // x <= Top,
144 BitValue(ValueType T = Top) : Type(T) {} argument
182 if (V.Type == Top) // This.meet(Top) = This
188 // If it is Top, it will become the same as V, otherwise it will
190 if (Type == Top) {
324 RC.Bits[i] = BitValue(BitValue::Top);
H A DHexagonMachineScheduler.h194 VLIWSchedBoundary Top; member in class:llvm::ConvergingVLIWScheduler
206 : DAG(nullptr), SchedModel(nullptr), Top(TopQID, "TopQ"),
220 return Top.ResourceModel->getTotalPackets() +
H A DRDFGraph.cpp743 bool Top) : DS(S) {
744 if (!Top) {
742 Iterator(const DataFlowGraph::DefStack &S, bool Top) argument
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp149 SuccessorList &Top = LoopWorklist.back(); local
150 if (Top.HasNext()) {
151 MachineBasicBlock *Next = Top.Next();
165 RewriteSuccs.insert(Top.getBlock());
169 OnStack.erase(Top.getBlock());
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DDepthFirstIterator.h75 // VisitStack - Used to maintain the ordering. Top = current block
103 std::pair<PointerIntTy, ChildItTy> &Top = VisitStack.back(); local
104 NodeType *Node = Top.first.getPointer();
105 ChildItTy &It = Top.second;
106 if (!Top.first.getInt()) {
109 Top.first.setInt(1);
/external/v8/src/compiler/
H A Dstate-values-utils.cc313 SparseInputMask::InputIterator* StateValuesAccess::iterator::Top() { function in class:v8::internal::compiler::StateValuesAccess::iterator
337 Top()->Advance();
343 SparseInputMask::InputIterator* top = Top();
358 Top()->Advance();
377 Node* StateValuesAccess::iterator::node() { return Top()->Get(nullptr); }
380 Node* parent = Top()->parent();
386 if (Top()->IsEmpty()) {
390 return (*types)[Top()->real_index()];
H A Dast-graph-builder.h447 Node* Top() { function in class:v8::internal::compiler::AstGraphBuilder::Environment
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp624 std::pair<const BasicBlock*, succ_const_iterator> &Top = VisitStack.back(); local
625 const BasicBlock *ParentBB = Top.first;
626 succ_const_iterator &I = Top.second;
/external/v8/src/
H A Deffects.h241 Effects<Var, kNoVar> Top() { return node_->effects; } function in class:v8::internal::NestedEffectsBase
/external/giflib/
H A Degif_lib.c360 const int Top,
381 GifFile->Image.Top = Top;
404 (void)EGifPutWord(Top, GifFile);
1110 sp->ImageDesc.Top,
358 EGifPutImageDesc(GifFileType *GifFile, const int Left, const int Top, const int Width, const int Height, const bool Interlace, const ColorMapObject *ColorMap) argument
H A Dgif_lib.h48 GifWord Left, Top, Width, Height; /* Current image dimensions. */ member in struct:GifImageDesc
/external/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp187 CFStack::StackItem Top = BranchStack.back(); local
188 if (Top == CFStack::ENTRY)
191 CurrentSubEntries-= getSubEntrySize(Top);
/external/llvm/lib/IR/
H A DLegacyPassManager.cpp1775 PMDataManager *Top = this->top(); local
1776 Top->initializeAnalysisInfo();
/external/pdfium/core/fxcrt/css/
H A Dcfx_css.h39 Top, member in class:CFX_CSSPropertyValue
84 Top, member in class:CFX_CSSProperty
162 Top, member in class:CFX_CSSVerticalAlign
/external/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h322 // Top-Level entry points for the schedule() driver...
366 // liveness during bottom-up scheduling. Top-down scheduling may proceed but
454 // Top-Level entry points for the schedule() driver...
463 /// the Top RP tracker in case the region beginning has changed.
882 SchedBoundary Top; member in class:llvm::GenericScheduler
885 /// Candidate last picked from Top boundary.
893 GenericSchedulerBase(C), DAG(nullptr), Top(SchedBoundary::TopQID, "TopQ"),
917 Top.releaseTopNode(SU);
956 SchedBoundary Top; member in class:llvm::PostGenericScheduler
960 GenericSchedulerBase(C), Top(SchedBoundar
[all...]
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1355 uint64_t Top = (Mask >> First) + 1; local
1356 if ((Top & -Top) == Top) {
1358 Length = findFirstSet(Top);
1384 assert(LSB + Length < BitSize && "Top bit must be set");
/external/swiftshader/third_party/subzero/src/
H A DWasmTranslator.cpp485 auto *Top = makeVariable(DestTy); local
490 InstArithmetic::create(Func, InstArithmetic::Shl, Top, Left, Masked));
498 InstArithmetic::create(Func, InstArithmetic::Or, Dest, Top, Bottom));
511 auto *Top = makeVariable(DestTy); local
516 Top, Left, Masked));
524 InstArithmetic::create(Func, InstArithmetic::Or, Dest, Top, Bottom));

Completed in 939 milliseconds

12