Searched refs:getSlot (Results 1 - 20 of 20) sorted by relevance

/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/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
H A DObjectConstructor.cpp232 PropertySlot getSlot(description);
233 if (description->getPropertySlot(exec, exec->propertyNames().get, getSlot)) {
234 JSValue get = getSlot.getValue(exec, exec->propertyNames().get);
/external/llvm/lib/CodeGen/
H A DSlotIndexes.cpp168 os << listEntry()->getIndex() << "Berd"[getSlot()];
/external/webkit/Source/WebCore/bridge/jni/
H A Djni_jsobject.h88 jobject getSlot(jint index) const;
H A Djni_jsobject.mm232 result.l = JavaJSObject(nativeHandle).getSlot(context->index);
379 jobject JavaJSObject::getSlot(jint index) const
381 LOG(LiveConnect, "JavaJSObject::getSlot index = %ld", static_cast<long>(index));
/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/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);
H A DVerifier.cpp576 const AttributeWithIndex &Attr = Attrs.getSlot(i);
615 unsigned LastIndex = Attrs.getSlot(LastSlot).Index;
618 && (LastSlot == 0 || Attrs.getSlot(LastSlot - 1).Index <= Params)))
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
H A DFrameBuffer.java128 public int getSlot() { method in class:FrameBuffer.RenderBuffer
/external/llvm/include/llvm/
H A DAttributes.h395 /// getSlot - Return the AttributeWithIndex at the specified slot. This
397 const AttributeWithIndex &getSlot(unsigned Slot) const;
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
H A DLwjglRenderer.java1256 int attachment = convertAttachmentSlot(rb.getSlot());
1407 convertAttachmentSlot(rb.getSlot()),
1425 convertAttachmentSlot(rb.getSlot()),
1585 if (context.boundDrawBuf != rb.getSlot()) {
1586 glDrawBuffer(GL_COLOR_ATTACHMENT0_EXT + rb.getSlot());
1587 context.boundDrawBuf = rb.getSlot();
1616 if (context.boundReadBuf != rb.getSlot()) {
1617 glReadBuffer(GL_COLOR_ATTACHMENT0_EXT + rb.getSlot());
1618 context.boundReadBuf = rb.getSlot();
/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp235 if (!PAL.isEmpty() && PAL.getSlot(PAL.getNumSlots() - 1).Index > NumArgs) {
237 for (unsigned i = 0; PAL.getSlot(i).Index <= NumArgs; ++i)
238 AttributesVec.push_back(PAL.getSlot(i));
H A DGlobalOpt.cpp2064 if ((Attrs.getSlot(i).Attrs & Attribute::Nest) == 0)
2068 return Attrs.removeAttr(Attrs.getSlot(i).Index, Attribute::Nest);
/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
H A DDAGISelMatcherEmitter.cpp461 << cast<EmitConvertToTargetMatcher>(N)->getSlot() << ",\n";
489 << XF->getSlot() << ',';
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1101 if (CallerPAL.getSlot(i - 1).Index <= FT->getNumParams())
1103 Attributes PAttrs = CallerPAL.getSlot(i - 1).Attrs;
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp476 unsigned index = PAL.getSlot(i).Index;
477 Attributes attrs = PAL.getSlot(i).Attrs;
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp178 const AttributeWithIndex &PAWI = A.getSlot(i);
/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 314 milliseconds