Searched refs:getNumSlots (Results 1 – 15 of 15) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 381 return getNumSlots() == 0; in isEmpty() 387 unsigned getNumSlots() const;
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 997 unsigned AttributeSet::getNumSlots() const { in getNumSlots() function in AttributeSet 1021 for (unsigned i = 0, e = getNumSlots(); i < e; ++i) { in dump() 1112 for (unsigned I = 0, E = A.getNumSlots(); I != E; ++I) in removeAttributes() 1223 for (unsigned I = 0, E = A.getNumSlots(); I != E; ++I) in hasAttributes()
|
D | Function.cpp | 186 assert(AS.getNumSlots() <= 1 && in addAttr() 196 assert(AS.getNumSlots() <= 1 && in removeAttr()
|
D | Verifier.cpp | 1231 for (unsigned I = 0, E = Attrs.getNumSlots(); I != E; ++I) in VerifyAttributeTypes() 1384 for (unsigned i = 0, e = Attrs.getNumSlots(); i != e; ++i) { in VerifyFunctionAttrs() 1475 if (Attrs.getNumSlots() == 0) in VerifyAttributeCount() 1478 unsigned LastSlot = Attrs.getNumSlots() - 1; in VerifyAttributeCount()
|
D | AsmWriter.cpp | 2442 for (unsigned E = AS.getNumSlots(); Idx != E; ++Idx) in printFunction()
|
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 437 if (int Res = cmpNumbers(L.getNumSlots(), R.getNumSlots())) in cmpAttrs() 440 for (unsigned i = 0, e = L.getNumSlots(); i != e; ++i) { in cmpAttrs()
|
D | DeadArgumentElimination.cpp | 250 if (!PAL.isEmpty() && PAL.getSlotIndex(PAL.getNumSlots() - 1) > NumArgs) { in DeleteDeadVarargs()
|
D | GlobalOpt.cpp | 1867 for (unsigned i = 0, e = Attrs.getNumSlots(); i != e; ++i) { in StripNest()
|
/external/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 104 if (attrs.getNumSlots() > 0) in CloneFunctionInto()
|
/external/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 707 for (unsigned i = 0, e = PAL.getNumSlots(); i != e; ++i) { in EnumerateAttributes()
|
D | BitcodeWriter.cpp | 264 for (unsigned i = 0, e = AS.getNumSlots(); i != e; ++i) { in WriteAttributeGroupTable() 312 for (unsigned i = 0, e = A.getNumSlots(); i != e; ++i) in WriteAttributeTable()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1593 for (unsigned i = CallerPAL.getNumSlots(); i; --i) { in transformConstExprCastCall() 1784 NewAttrs.reserve(Attrs.getNumSlots() + 1); in transformCallThroughTrampoline()
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1025 for (unsigned Slot = 0; Slot < AS.getNumSlots(); Slot++) { in legalizeCallAttributes()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 485 for (unsigned i = 0; i < PAL.getNumSlots(); ++i) { in printAttributes()
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | findbugs.jar | META-INF/
META-INF/MANIFEST.MF
default.xsl
edu/
edu/umd ... |