HomeSort by relevance Sort by last modified time
    Searched defs:Top (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/lib/Analysis/
CFG.cpp 41 std::pair<const BasicBlock*, succ_const_iterator> &Top = VisitStack.back();
42 const BasicBlock *ParentBB = Top.first;
43 succ_const_iterator &I = Top.second;
  /external/v8/src/compiler/
state-values-utils.cc 212 StateValuesAccess::iterator::StatePos* StateValuesAccess::iterator::Top() {
238 Top()->index++;
243 Node* node = Top()->node;
244 int index = Top()->index;
253 Top()->index++;
267 return Top()->node->InputAt(Top()->index);
272 Node* state = Top()->node;
279 return (*types)[Top()->index];
ast-graph-builder.h 504 Node* Top() {
  /frameworks/base/libs/hwui/
BakedOpState.h 32 Top = 0x2,
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
stack.h 129 T* Top() {
  /external/clang/lib/Basic/
Module.cpp 173 auto *Top = getTopLevelModule();
175 // A top-level module implicitly uses itself.
176 if (Requested->isSubModuleOf(Top))
179 for (auto *Use : Top->DirectUses)
VirtualFileSystem.cpp     [all...]
  /external/llvm/include/llvm/ADT/
DepthFirstIterator.h 75 // VisitStack - Used to maintain the ordering. Top = current block
104 std::pair<PointerIntTy, ChildItTy> &Top = VisitStack.back();
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/
BitTracker.h 107 Top, // Bit not yet defined.
116 // x <= Top,
144 BitValue(ValueType T = Top) : Type(T) {}
168 // (4) x.T = x (i.e. T = "top")
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) {
282 // Generate a "top" cell of given size.
283 static RegisterCell top(uint16_t Width)
    [all...]
HexagonMachineScheduler.h 93 /// top-level schedule() driver.
194 // State of the top and bottom scheduled instruction boundaries.
195 VLIWSchedBoundary Top;
199 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
207 : DAG(nullptr), SchedModel(nullptr), Top(TopQID, "TopQ"),
221 return Top.ResourceModel->getTotalPackets() +
  /external/v8/src/
effects.h 241 Effects<Var, kNoVar> Top() { return node_->effects; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetaheader.h 61 INT16 Top;
  /art/runtime/gc/space/
region_space.h 436 uint8_t* Top() const {
  /external/giflib/
gif_lib.h 48 GifWord Left, Top, Width, Height; /* Current image dimensions. */
  /external/llvm/lib/Target/AMDGPU/
R600ControlFlowFinalizer.cpp 187 CFStack::StackItem Top = BranchStack.back();
188 if (Top == CFStack::ENTRY)
191 CurrentSubEntries-= getSubEntrySize(Top);
  /external/llvm/lib/IR/
LegacyPassManager.cpp 496 /// Initialize top level manager. Create first pass manager.
679 // top level manager. Set up analysis resolver to connect them.
756 // Print passes managed by this top level manager.
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp     [all...]
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 194 void Set(baseType left, baseType top, baseType width, baseType height) {
195 FXT_RECT::left = left, FXT_RECT::top = top, FXT_RECT::width = width, member in class:CFX_RTemplate::FXT_RECT
198 void Set(baseType left, baseType top, const FXT_SIZE& size) {
199 FXT_RECT::left = left, FXT_RECT::top = top, FXT_RECT::Size(size); member in class:CFX_RTemplate::FXT_RECT
213 FXT_RECT::left = FXT_RECT::top = FXT_RECT::width = FXT_RECT::height = 0;
216 left += p.x, top += p.y;
220 left -= p.x, top -= p.y;
224 baseType bottom() const { return top + height;
264 FXT_RECT::top += top; member in class:CFX_RTemplate::FXT_RECT
413 baseType left, top; member in class:CFX_RTemplate
426 int top; member in struct:FX_RECT
606 FX_FLOAT top; member in class:CFX_FloatRect
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 154 // Allow the scheduler to force top-down or bottom-up scheduling. If neither
196 /// schedule the node at the top of the unscheduled region. Otherwise it will
208 /// top-down scheduling.
241 /// The top of the unscheduled zone.
297 MachineBasicBlock::iterator top() const { return CurrentTop; } function in class:llvm::ScheduleDAGMI
324 // Top-Level entry points for the schedule() driver...
368 // liveness during bottom-up scheduling. Top-down scheduling may proceed but
382 /// The top of the unscheduled zone.
406 /// Get current register pressure for the top scheduled instructions.
450 // Top-Level entry points for the schedule() driver..
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincon.h 22 SHORT Top;
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
  /external/v8/src/crankshaft/
hydrogen.h 628 HValue* Top() const { return ExpressionStackAt(0); }
648 // environment is the outer environment but the top expression stack
    [all...]
  /prebuilts/tools/common/m2/repository/org/abego/treelayout/org.abego.treelayout.core/1.0.1/
org.abego.treelayout.core-1.0.1.jar 
  /prebuilts/tools/common/offline-m2/org/abego/treelayout/org.abego.treelayout.core/1.0.1/
org.abego.treelayout.core-1.0.1.jar 

Completed in 549 milliseconds

1 2