/external/llvm/include/llvm/CodeGen/ |
D | SlotIndexes.h | 99 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/ |
D | X86FloatingPoint.cpp | 188 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/ |
D | WeakGCMap.h | 68 std::pair<KeyType, HandleSlot> getSlot() const { return *m_iterator; } in getSlot() function 119 HandleSlot getSlot(const KeyType& key) const in getSlot() function
|
D | ObjectConstructor.cpp | 232 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/ |
D | Attributes.cpp | 237 const AttributeWithIndex &AttrListPtr::getSlot(unsigned Slot) const { in getSlot() function in AttrListPtr 348 const AttributeWithIndex &PAWI = getSlot(i); in dump()
|
D | Verifier.cpp | 566 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/ |
D | jni_jsobject.h | 88 jobject getSlot(jint index) const;
|
D | jni_jsobject.mm | 232 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/ |
D | SlotIndexes.cpp | 169 os << entry().getIndex() << "LudS"[getSlot()]; in print()
|
/external/llvm/include/llvm/ |
D | Attributes.h | 294 const AttributeWithIndex &getSlot(unsigned Slot) const;
|
/external/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 235 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()
|
D | GlobalOpt.cpp | 1870 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/ |
D | DAGISelMatcherEmitter.cpp | 461 << cast<EmitConvertToTargetMatcher>(N)->getSlot() << ",\n"; in EmitMatcher() 489 << XF->getSlot() << ','; in EmitMatcher()
|
D | DAGISelMatcher.h | 854 unsigned getSlot() const { return Slot; } in getSlot() function 936 unsigned getSlot() const { return Slot; } in getSlot() function
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1036 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/ |
D | CPPBackend.cpp | 454 unsigned index = PAL.getSlot(i).Index; in printAttributes() 455 Attributes attrs = PAL.getSlot(i).Attrs; in printAttributes()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 131 const AttributeWithIndex &PAWI = A.getSlot(i); in WriteAttributeTable()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 5193 (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 …]
|
D | ChangeLog | 7522 (JSC::WeakGCMap::iterator::getSlot): 7530 (JSC::WeakGCMap::getSlot):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 14215 (JavaJSObject::getSlot): 57849 (JavaJSObject::getSlot): 77210 (JavaJSObject::getSlot): Ditto. 95462 (JavaJSObject::getSlot):
|
D | ChangeLog-2008-08-10 | 1653 (JavaJSObject::getSlot): 7261 (JavaJSObject::getSlot):
|
D | ChangeLog-2010-05-24 | 45798 (JavaJSObject::getSlot):
|
D | ChangeLog-2010-01-29 | 80298 (JavaJSObject::getSlot):
|