HomeSort by relevance Sort by last modified time
    Searched refs:Slot (Results 26 - 50 of 109) sorted by null

12 3 4 5

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 194 unsigned Slot;
198 unsigned Slot, const DILocation *Loc)
199 : Var(Var), Expr(Expr), Slot(Slot), Loc(Loc) {}
422 unsigned Slot, const DILocation *Loc) {
423 VariableDbgInfos.emplace_back(Var, Expr, Slot, Loc);
SlotIndexes.h 1 //===- llvm/CodeGen/SlotIndexes.h - Slot indexes representation -*- C++ -*-===//
34 /// This class represents an entry in the slot index list held in the
95 enum Slot {
98 /// def slot of PHI-defs.
101 /// Early-clobber register use/def slot. A live range defined at
103 /// Slot_Register. Also used as the kill slot for live ranges tied to an
107 /// Normal register use/def slot. Normal instructions kill and define
108 /// register live ranges at this slot.
111 /// Dead def kill point. Kill slot for a live range that is defined by
121 SlotIndex(IndexListEntry *entry, unsigned slot)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 1 //===-- MipsDelaySlotFiller.cpp - Mips Delay Slot Filler ------------------===//
35 #define DEBUG_TYPE "delay-slot-filler"
106 /// Return true if MI cannot be moved to delay slot.
115 /// Memory instructions are not allowed to move to delay slot if this flag
140 /// memory instruction can be moved to a delay slot.
151 /// disqualify the delay slot candidate between V and values in Uses and
174 return "Mips Delay Slot Filler";
184 // instructions to fill delay slot. Without this, -verify-machineinstrs
206 /// This function checks if it is valid to move Candidate to the delay slot
213 /// moved to the delay slot. Returns true on success
    [all...]
  /system/update_engine/
boot_control_chromeos.cc 99 // devices, so we will pretend we have only one slot in that case.
102 << "Booted from a removable device, pretending we have only one slot.";
109 // Search through the slots to see which slot has the partition_num we booted
119 LOG(ERROR) << "Couldn't find the slot number corresponding to the "
128 LOG(INFO) << "Booted from slot " << current_slot_ << " (slot "
138 BootControlInterface::Slot BootControlChromeOS::GetCurrentSlot() const {
143 unsigned int slot,
145 int partition_num = GetPartitionNumber(partition_name, slot);
157 bool BootControlChromeOS::IsSlotBootable(Slot slot) const
    [all...]
  /external/v8/src/
gdb-jit.cc 58 class Slot {
60 Slot(Writer* w, uintptr_t offset) : w_(w), offset_(offset) { }
70 Slot<T> at(int i) {
71 return Slot<T>(w_, offset_ + sizeof(T) * i);
87 Slot<T> SlotAt(uintptr_t offset) {
89 return Slot<T>(this, offset);
93 Slot<T> CreateSlotHere() {
98 Slot<T> CreateSlotsHere(uint32_t count) {
157 template<typename T> friend class Slot;
178 virtual void WriteBody(Writer::Slot<THeader> header, Writer* writer)
    [all...]
  /frameworks/native/include/gui/
ConsumerBase.h 77 status_t detachBuffer(int slot);
131 // freeBufferLocked frees up the given buffer slot. If the slot has been
133 // slot. Otherwise it has no effect.
136 // keep per slot. If it is overridden, the derived class's implementation
148 // state they keep (as opposed to per-slot state). If it is overridden,
168 // updates the buffer slot for the buffer returned.
172 // to a slot. If it is overridden the derived class's implementation must
184 virtual status_t releaseBufferLocked(int slot,
188 // returns true iff the slot still has the graphicBuffer in it
    [all...]
  /external/v8/test/unittests/compiler/
move-optimizer-unittest.cc 134 AddMove(gap, Const(1), Slot(0));
135 AddMove(gap, Const(1), Slot(1));
137 AddMove(gap, Const(1), Slot(2));
147 CHECK(Contains(move, Reg(0), Slot(0)));
148 CHECK(Contains(move, Reg(0), Slot(1)));
149 CHECK(Contains(move, Reg(0), Slot(2)));
instruction-sequence-unittest.h 74 static TestOperand Slot(VReg vreg, int index = kNoValue) {
80 static TestOperand Slot(int index = kNoValue) { return Slot(VReg(), index); }
  /external/libchrome/base/threading/
thread_local_storage.cc 15 // pointer to the destructor for each slot. We keep this array of pointers in a
17 // We use the single OS-level TLS slot (giving us one pointer per thread) to
27 // assigned to the instance variable slot_ in a ThreadLocalStorage::Slot
29 // instance of ThreadLocalStorage::Slot has been freed (i.e., destructor called,
41 // An array of destructor function pointers for the slots. If a slot has a
69 // another TLS slot.
137 // Try to destroy the first-created-slot (which is slot 1) in our last
138 // destructor call. That user was able to function, and define a slot with
145 for (int slot = last_used_tls_key; slot > 0; --slot)
    [all...]
thread_local_storage_unittest.cc 78 ThreadLocalStorage::Slot slot; local
79 slot.Set(reinterpret_cast<void*>(123));
80 int value = reinterpret_cast<intptr_t>(slot.Get());
89 // unsynchronized with the following users of the same TSD slot. This results
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 39 /// We want to use 'dest' as the return slot except under two
41 /// - The destination slot requires garbage collection, so we
43 /// - The destination slot is potentially aliased.
252 /// directly into the return value slot. Otherwise, a final move
555 AggValueSlot Slot = EnsureSlot(E->getType());
556 CGF.EmitAggExpr(E->getInitializer(), Slot);
    [all...]
  /external/llvm/include/llvm/IR/
Attributes.h 322 iterator begin(unsigned Slot) const;
323 iterator end(unsigned Slot) const;
355 /// \brief Return the index for the given slot.
356 unsigned getSlotIndex(unsigned Slot) const;
358 /// \brief Return the attributes at the given slot.
359 AttributeSet getSlotAttributes(unsigned Slot) const;
  /cts/tests/tests/widget/src/android/widget/cts/util/
ListItemFactory.java 77 public enum Slot {
91 public static View horizontalButtonSlots(Context context, int desiredHeight, Slot... slots) {
104 for (Slot slot : slots) {
105 switch (slot) {
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 240 /// ResultNo - The slot number in the RecordedNodes vector that this will be,
271 /// ResultNo - The slot number in the RecordedNodes vector that this will be,
721 /// MatchNumber - This is the recorded nodes slot that contains the node we
728 /// FirstResult - This is the first slot in the RecordedNodes list that the
909 unsigned Slot;
911 EmitConvertToTargetMatcher(unsigned slot)
912 : Matcher(EmitConvertToTarget), Slot(slot) {}
914 unsigned getSlot() const { return Slot; }
923 return cast<EmitConvertToTargetMatcher>(M)->Slot == Slot
    [all...]
DAGISelMatcher.cpp 247 OS.indent(indent) << "EmitConvertToTarget " << Slot << '\n';
261 << " Slot=" << Slot << '\n';
  /frameworks/base/core/tests/coretests/src/android/util/
ListItemFactory.java 77 public enum Slot {
91 public static View horizontalButtonSlots(Context context, int desiredHeight, Slot... slots) {
104 for (Slot slot : slots) {
105 switch (slot) {
  /external/llvm/lib/IR/
Attributes.cpp 839 // Now add the attribute into the correct slot. There may already be an
890 // Now remove the attribute from the correct slot. There may already be an
931 // Now remove the attribute from the correct slot. There may already be an
    [all...]
AsmWriter.cpp 559 // SlotTracker Class: Enumerate slot numbers for unnamed values
561 /// This class provides computation of slot numbers for LLVM Assembly writing.
565 /// ValueMap - A mapping of Values to slot numbers.
569 /// TheModule - The module for which we are holding slot numbers.
572 /// TheFunction - The function for which we are holding slot numbers.
577 /// mMap - The slot map for the module level data.
581 /// fMap - The slot map for the function level data.
589 /// asMap - The slot map for attribute sets.
608 /// Return the slot number of the specified value in it's type
648 /// CreateModuleSlot - Insert the specified GlobalValue* into the slot table
    [all...]
Constants.cpp 571 ConstantInt *&Slot = pImpl->IntConstants[V];
572 if (!Slot) {
575 Slot = new ConstantInt(ITy, V);
577 assert(Slot->getType() == IntegerType::get(Context, V.getBitWidth()));
578 return Slot;
716 ConstantFP *&Slot = pImpl->FPConstants[V];
718 if (!Slot) {
735 Slot = new ConstantFP(Ty, V);
738 return Slot;
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600MachineScheduler.cpp 288 // LDS src registers cannot be used in the Trans slot.
350 DEBUG(dbgs() << "New Slot\n");
351 assert (OccupedSlotsMask && "Slot wasn't filled");
359 void R600SchedStrategy::AssignSlot(MachineInstr* MI, unsigned Slot) {
374 // Constrains the regclass of DestReg to assign it to Slot
375 switch (Slot) {
391 SUnit *R600SchedStrategy::AttemptFillSlot(unsigned Slot, bool AnyAlu) {
393 SUnit *SlotedSU = PopInst(AvailableAlus[IndexToID[Slot]], AnyAlu);
398 AssignSlot(UnslotedSU->getInstr(), Slot);
  /external/llvm/lib/CodeGen/
MIRPrinter.cpp 353 auto StackObjectInfo = StackObjectOperandMapping.find(DebugVar.Slot);
430 int Slot = MST.getLocalSlot(BB);
431 if (Slot == -1)
434 OS << (Twine("%ir-block.") + Twine(Slot)).str();
589 static void printIRSlotNumber(raw_ostream &OS, int Slot) {
590 if (Slot == -1)
593 OS << Slot;
603 int Slot;
605 Slot = MST.getLocalSlot(&BB);
610 Slot = CustomMST.getLocalSlot(&BB)
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 74 /// Maps from slot numbers to function's unnamed basic blocks.
76 /// Maps from slot numbers to function's unnamed values.
216 const BasicBlock *getIRBlock(unsigned Slot);
217 const BasicBlock *getIRBlock(unsigned Slot, const Function &F);
219 const Value *getIRValue(unsigned Slot);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 134 unsigned Slot = 0;
135 for (unsigned e = Vals.size(); e - Slot > 2; Slot += 2, e += 1) {
138 SDValue LHS = Vals[Slot];
139 SDValue RHS = Vals[Slot + 1];
150 Lo = Vals[Slot++];
151 Hi = Vals[Slot++];
172 // Emit a store to the stack slot.
176 // Load the first half from the stack slot.
186 // Load the second half from the stack slot
    [all...]
  /art/runtime/gc/allocator/
rosalloc-inl.h 112 Slot* slot = free_list_.Remove(); local
113 if (kTraceRosAlloc && slot != nullptr) {
115 LOG(INFO) << "RosAlloc::Run::AllocSlot() : " << slot
117 << ", slot_idx=" << SlotIndex(slot);
119 return slot;
  /external/v8/test/mjsunit/compiler/
short-circuit.js 65 // Slot assignment in value/test context.
69 // Slot assignment in test/value context.

Completed in 1110 milliseconds

12 3 4 5