/external/llvm/lib/IR/ |
D | Attributes.cpp | 649 for (unsigned I = 0, E = getNumSlots(); I != E; ++I) { in Raw() 828 AttrNodeVec.append(A0->getNode(0), A0->getNode(A0->getNumSlots())); in get() 839 *AE = AS->getNode(AS->getNumSlots()); in get() 867 unsigned I = 0, E = pImpl ? pImpl->getNumSlots() : 0; in addAttribute() 910 uint64_t NumAttrs = pImpl->getNumSlots(); in addAttributes() 926 for (unsigned I = 0, E = Attrs.pImpl->getNumSlots(); I != E; ++I) in addAttributes() 967 uint64_t NumAttrs = pImpl->getNumSlots(); in removeAttributes() 983 for (unsigned I = 0, E = Attrs.pImpl->getNumSlots(); I != E; ++I) in removeAttributes() 1008 uint64_t NumAttrs = pImpl->getNumSlots(); in removeAttributes() 1115 for (unsigned I = 0, E = pImpl->getNumSlots(); I != E; ++I) in hasAttrSomewhere() [all …]
|
D | AttributeImpl.h | 284 unsigned getNumSlots() const { return NumSlots; } in getNumSlots() function 318 Profile(ID, makeArrayRef(getNode(0), getNumSlots())); in Profile()
|
D | Function.cpp | 193 assert(AS.getNumSlots() <= 1 && in addAttr() 203 assert(AS.getNumSlots() <= 1 && in removeAttr()
|
D | Verifier.cpp | 1260 for (unsigned I = 0, E = Attrs.getNumSlots(); I != E; ++I) in verifyAttributeTypes() 1448 for (unsigned i = 0, e = Attrs.getNumSlots(); i != e; ++i) { in verifyFunctionAttrs() 1660 if (Attrs.getNumSlots() == 0) in verifyAttributeCount() 1663 unsigned LastSlot = Attrs.getNumSlots() - 1; in verifyAttributeCount()
|
/external/libese/apps/weaver/card/src/com/android/weaver/ |
D | Weaver.java | 105 getNumSlots(apdu); in process() 136 private void getNumSlots(APDU apdu) { in getNumSlots() method in Weaver 145 Util.setShort(buffer, (short) 2, mSlots.getNumSlots()); in getNumSlots()
|
D | Slots.java | 21 short getNumSlots(); in getNumSlots() method
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Attributes.cpp | 231 unsigned AttrListPtr::getNumSlots() const { in getNumSlots() function in AttrListPtr 347 for (unsigned i = 0; i < getNumSlots(); ++i) { in dump()
|
D | Verifier.cpp | 580 for (unsigned i = 0, e = Attrs.getNumSlots(); i != e; ++i) { in VerifyFunctionAttrs() 619 unsigned LastSlot = Attrs.getNumSlots() - 1; in VerifyAttributeCount()
|
/external/libese/apps/weaver/tests/ |
D | weaver_test.cpp | 56 TEST_F(WeaverTest, getNumSlots) { in TEST_F() argument
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 401 return getNumSlots() == 0; in isEmpty() 407 unsigned getNumSlots() const;
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 399 return getNumSlots() == 0; in isEmpty() 405 unsigned getNumSlots() const;
|
/external/libese/apps/weaver/card/src/com/android/weaver/core/ |
D | CoreSlots.java | 48 public short getNumSlots() { in getNumSlots() method in CoreSlots
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Attributes.h | 289 unsigned getNumSlots() const;
|
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 526 if (int Res = cmpNumbers(L.getNumSlots(), R.getNumSlots())) in cmpAttrs() 529 for (unsigned i = 0, e = L.getNumSlots(); i != e; ++i) { in cmpAttrs() 1626 if (Attrs.getNumSlots()) in replaceDirectCallers()
|
D | DeadArgumentElimination.cpp | 170 if (!PAL.isEmpty() && PAL.getSlotIndex(PAL.getNumSlots() - 1) > NumArgs) { in DeleteDeadVarargs()
|
D | GlobalOpt.cpp | 1990 for (unsigned i = 0, e = Attrs.getNumSlots(); i != e; ++i) { in StripNest()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1109 for (unsigned i = CallerPAL.getNumSlots(); i; --i) { in transformConstExprCastCall() 1285 NewAttrs.reserve(Attrs.getNumSlots() + 1); in transformCallThroughTrampoline()
|
/external/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 111 if (attrs.getNumSlots() > 0) in CloneFunctionInto()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 235 if (!PAL.isEmpty() && PAL.getSlot(PAL.getNumSlots() - 1).Index > NumArgs) { in DeleteDeadVarargs()
|
/external/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 899 for (unsigned i = 0, e = PAL.getNumSlots(); i != e; ++i) { in EnumerateAttributes()
|
D | BitcodeWriter.cpp | 692 for (unsigned i = 0, e = AS.getNumSlots(); i != e; ++i) { in writeAttributeGroupTable() 739 for (unsigned i = 0, e = A.getNumSlots(); i != e; ++i) in writeAttributeTable()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 2743 for (unsigned i = CallerPAL.getNumSlots(); i; --i) { in transformConstExprCastCall() 2931 NewAttrs.reserve(Attrs.getNumSlots() + 1); in transformCallThroughTrampoline()
|
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 443 for (unsigned i = 0; i < PAL.getNumSlots(); ++i) { in printAttributes()
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1107 for (unsigned Slot = 0; Slot < AS.getNumSlots(); Slot++) { in legalizeCallAttributes()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 167 for (unsigned i = 0, e = A.getNumSlots(); i != e; ++i) { in WriteAttributeTable()
|