Home
last modified time | relevance | path

Searched refs:getSlot (Results 1 – 23 of 23) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DSlotIndexes.h99 return entry().getIndex() | getSlot();
103 Slot getSlot() const {
196 return getSlot() == LOAD;
201 return getSlot() == DEF;
206 return getSlot() == USE;
211 return getSlot() == STORE;
259 Slot s = getSlot();
269 return SlotIndex(entry().getNext(), getSlot());
279 Slot s = getSlot();
289 return SlotIndex(entry().getPrev(), getSlot());
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp188 unsigned getSlot(unsigned RegNo) const { in getSlot() function
195 unsigned Slot = getSlot(RegNo); in isLive()
222 return StackTop - 1 - getSlot(RegNo) + llvm::X86::ST0; in getSTReg()
234 bool isAtTop(unsigned RegNo) const { return getSlot(RegNo) == StackTop-1; } in isAtTop()
848 unsigned OldSlot = getSlot(FPRegNo); in freeStackSlotBefore()
878 std::swap(Stack[getSlot(KReg)], Stack[getSlot(DReg)]); in adjustLiveRegs()
1221 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP()
1321 unsigned Slot = getSlot(SrcFP); in handleSpecialFP()
1343 unsigned Slot = getSlot(SrcFP); in handleSpecialFP()
1361 unsigned Slot = getSlot(SrcFP); in handleSpecialFP()
/external/webkit/Source/JavaScriptCore/runtime/
DWeakGCMap.h68 std::pair<KeyType, HandleSlot> getSlot() const { return *m_iterator; } in getSlot() function
119 HandleSlot getSlot(const KeyType& key) const in getSlot() function
DObjectConstructor.cpp232 PropertySlot getSlot(description); in toPropertyDescriptor() local
233 if (description->getPropertySlot(exec, exec->propertyNames().get, getSlot)) { in toPropertyDescriptor()
234 JSValue get = getSlot.getValue(exec, exec->propertyNames().get); in toPropertyDescriptor()
/external/llvm/lib/VMCore/
DAttributes.cpp237 const AttributeWithIndex &AttrListPtr::getSlot(unsigned Slot) const { in getSlot() function in AttrListPtr
348 const AttributeWithIndex &PAWI = getSlot(i); in dump()
DVerifier.cpp566 const AttributeWithIndex &Attr = Attrs.getSlot(i); in VerifyFunctionAttrs()
605 unsigned LastIndex = Attrs.getSlot(LastSlot).Index; in VerifyAttributeCount()
608 && (LastSlot == 0 || Attrs.getSlot(LastSlot - 1).Index <= Params))) in VerifyAttributeCount()
/external/webkit/Source/WebCore/bridge/jni/
Djni_jsobject.h88 jobject getSlot(jint index) const;
Djni_jsobject.mm232 result.l = JavaJSObject(nativeHandle).getSlot(context->index);
379 jobject JavaJSObject::getSlot(jint index) const function
381 LOG(LiveConnect, "JavaJSObject::getSlot index = %ld", static_cast<long>(index));
/external/llvm/lib/CodeGen/
DSlotIndexes.cpp169 os << entry().getIndex() << "LudS"[getSlot()]; in print()
/external/llvm/include/llvm/
DAttributes.h294 const AttributeWithIndex &getSlot(unsigned Slot) const;
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp235 if (!PAL.isEmpty() && PAL.getSlot(PAL.getNumSlots() - 1).Index > NumArgs) { in DeleteDeadVarargs()
237 for (unsigned i = 0; PAL.getSlot(i).Index <= NumArgs; ++i) in DeleteDeadVarargs()
238 AttributesVec.push_back(PAL.getSlot(i)); in DeleteDeadVarargs()
DGlobalOpt.cpp1870 if ((Attrs.getSlot(i).Attrs & Attribute::Nest) == 0) in StripNest()
1874 return Attrs.removeAttr(Attrs.getSlot(i).Index, Attribute::Nest); in StripNest()
/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp461 << cast<EmitConvertToTargetMatcher>(N)->getSlot() << ",\n"; in EmitMatcher()
489 << XF->getSlot() << ','; in EmitMatcher()
DDAGISelMatcher.h854 unsigned getSlot() const { return Slot; } in getSlot() function
936 unsigned getSlot() const { return Slot; } in getSlot() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1036 if (CallerPAL.getSlot(i - 1).Index <= FT->getNumParams()) in transformConstExprCastCall()
1038 Attributes PAttrs = CallerPAL.getSlot(i - 1).Attrs; in transformConstExprCastCall()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp454 unsigned index = PAL.getSlot(i).Index; in printAttributes()
455 Attributes attrs = PAL.getSlot(i).Attrs; in printAttributes()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp131 const AttributeWithIndex &PAWI = A.getSlot(i); in WriteAttributeTable()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-145193 (JavaJSObject::getSlot): ditto
8057 (JavaJSObject::getSlot):
8253 (JavaJSObject::getSlot):
15938 (JSObject::getSlot):
17411 (JSObject::getSlot):
18668 (JSObject::getSlot):
20878 (JSObject::getSlot): Changed some %d to %ld where the parameters where long ints.
23487 (-[JavaScriptObject getSlot:]):
24436 (-[JavaScriptObject getSlot:]):
25096 (KJS::Bindings::JSObject::getSlot):
[all …]
DChangeLog7522 (JSC::WeakGCMap::iterator::getSlot):
7530 (JSC::WeakGCMap::getSlot):
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1614215 (JavaJSObject::getSlot):
57849 (JavaJSObject::getSlot):
77210 (JavaJSObject::getSlot): Ditto.
95462 (JavaJSObject::getSlot):
DChangeLog-2008-08-101653 (JavaJSObject::getSlot):
7261 (JavaJSObject::getSlot):
DChangeLog-2010-05-2445798 (JavaJSObject::getSlot):
DChangeLog-2010-01-2980298 (JavaJSObject::getSlot):