Searched refs:getNumSlots (Results 1 – 13 of 13) sorted by relevance
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | Attributes.h | 359 return getNumSlots() == 0; in isEmpty() 365 unsigned getNumSlots() const;
|
/minix/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | Attributes.cpp | 965 unsigned AttributeSet::getNumSlots() const { in getNumSlots() function in AttributeSet 989 for (unsigned i = 0, e = getNumSlots(); i < e; ++i) { in dump() 1075 for (unsigned I = 0, E = A.getNumSlots(); I != E; ++I) in removeAttributes() 1175 for (unsigned I = 0, E = A.getNumSlots(); I != E; ++I) in hasAttributes()
|
H A D | Function.cpp | 186 assert(AS.getNumSlots() <= 1 && in addAttr() 196 assert(AS.getNumSlots() <= 1 && in removeAttr()
|
H A D | Verifier.cpp | 803 for (unsigned I = 0, E = Attrs.getNumSlots(); I != E; ++I) in VerifyAttributeTypes() 942 for (unsigned i = 0, e = Attrs.getNumSlots(); i != e; ++i) { in VerifyFunctionAttrs() 1035 if (Attrs.getNumSlots() == 0) in VerifyAttributeCount() 1038 unsigned LastSlot = Attrs.getNumSlots() - 1; in VerifyAttributeCount()
|
H A D | AsmWriter.cpp | 1889 for (unsigned E = AS.getNumSlots(); Idx != E; ++Idx) in printFunction()
|
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 442 if (int Res = cmpNumbers(L.getNumSlots(), R.getNumSlots())) in cmpAttrs() 445 for (unsigned i = 0, e = L.getNumSlots(); i != e; ++i) { in cmpAttrs()
|
H A D | DeadArgumentElimination.cpp | 250 if (!PAL.isEmpty() && PAL.getSlotIndex(PAL.getNumSlots() - 1) > NumArgs) { in DeleteDeadVarargs()
|
H A D | GlobalOpt.cpp | 1872 for (unsigned i = 0, e = Attrs.getNumSlots(); i != e; ++i) { in StripNest()
|
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 104 if (attrs.getNumSlots() > 0) in CloneFunctionInto()
|
/minix/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.cpp | 711 for (unsigned i = 0, e = PAL.getNumSlots(); i != e; ++i) { in EnumerateAttributes()
|
H A D | BitcodeWriter.cpp | 260 for (unsigned i = 0, e = AS.getNumSlots(); i != e; ++i) { in WriteAttributeGroupTable() 308 for (unsigned i = 0, e = A.getNumSlots(); i != e; ++i) in WriteAttributeTable()
|
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 1503 for (unsigned i = CallerPAL.getNumSlots(); i; --i) { in transformConstExprCastCall() 1694 NewAttrs.reserve(Attrs.getNumSlots() + 1); in transformCallThroughTrampoline()
|
/minix/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/ |
H A D | CPPBackend.cpp | 482 for (unsigned i = 0; i < PAL.getNumSlots(); ++i) { in printAttributes()
|