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

/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp187 /// getSlot - Return the stack slot number a particular register number is
189 unsigned getSlot(unsigned RegNo) const { function in struct:__anon9018::FPS
196 unsigned Slot = getSlot(RegNo);
223 return StackTop - 1 - getSlot(RegNo) + X86::ST0;
235 bool isAtTop(unsigned RegNo) const { return getSlot(RegNo) == StackTop-1; }
869 unsigned OldSlot = getSlot(FPRegNo);
899 std::swap(Stack[getSlot(KReg)], Stack[getSlot(DReg)]);
1246 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS);
1347 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.cpp238 /// getSlot - Return the AttributeWithIndex at the specified slot. This
240 const AttributeWithIndex &AttrListPtr::getSlot(unsigned Slot) const { function in class:AttrListPtr
351 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.h115 return listEntry()->getIndex() | getSlot();
119 Slot getSlot() const { function in class:llvm::SlotIndex
203 bool isBlock() const { return getSlot() == Slot_Block; }
206 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
210 bool isRegister() const { return getSlot() == Slot_Register; }
213 bool isDead() const { return getSlot() == Slot_Dead; }
247 Slot s = getSlot();
257 return SlotIndex(listEntry()->getNextNode(), getSlot());
267 Slot s = getSlot();
277 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 203 milliseconds