Searched defs:getSlot (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp185 /// getSlot - Return the stack slot number a particular register number is
187 unsigned getSlot(unsigned RegNo) const { function in struct:__anon7698::FPS
194 unsigned Slot = getSlot(RegNo);
221 return StackTop - 1 - getSlot(RegNo) + X86::ST0;
233 bool isAtTop(unsigned RegNo) const { return getSlot(RegNo) == StackTop-1; }
867 unsigned OldSlot = getSlot(FPRegNo);
897 std::swap(Stack[getSlot(KReg)], Stack[getSlot(DReg)]);
1244 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS);
1345 unsigned Slot = getSlot(SrcF
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
H A DFrameBuffer.java128 public int getSlot() { method in class:FrameBuffer.RenderBuffer
/external/llvm/lib/VMCore/
H A DAttributes.cpp239 /// getSlot - Return the AttributeWithIndex at the specified slot. This
241 const AttributeWithIndex &AttrListPtr::getSlot(unsigned Slot) const { function in class:AttrListPtr
352 const AttributeWithIndex &PAWI = getSlot(i);
/external/webkit/Source/JavaScriptCore/runtime/
H A DWeakGCMap.h68 std::pair<KeyType, HandleSlot> getSlot() const { return *m_iterator; } function in struct:JSC::WeakGCMap::iterator
119 HandleSlot getSlot(const KeyType& key) const function in class:JSC::WeakGCMap
/external/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h129 return listEntry()->getIndex() | getSlot();
133 Slot getSlot() const { function in class:llvm::SlotIndex
230 bool isBlock() const { return getSlot() == Slot_Block; }
233 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
237 bool isRegister() const { return getSlot() == Slot_Register; }
240 bool isDead() const { return getSlot() == Slot_Dead; }
274 Slot s = getSlot();
284 return SlotIndex(listEntry()->getNextNode(), getSlot());
294 Slot s = getSlot();
304 return SlotIndex(listEntry()->getPrevNode(), getSlot());
[all...]
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h855 unsigned getSlot() const { return Slot; } function in class:llvm::EmitConvertToTargetMatcher
937 unsigned getSlot() const { return Slot; } function in class:llvm::EmitNodeXFormMatcher
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 73 milliseconds