Home
last modified time | relevance | path

Searched refs:getSlotIndex (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/IR/
DAttributes.cpp551 if (getSlotIndex(I) != Index) continue; in Raw()
775 if (getSlotIndex(I) >= Index) { in addAttributes()
776 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in addAttributes()
788 if (Attrs.getSlotIndex(I) == Index) { in addAttributes()
828 if (getSlotIndex(I) >= Index) { in removeAttributes()
829 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in removeAttributes()
841 if (Attrs.getSlotIndex(I) == Index) { in removeAttributes()
972 if (pImpl->getSlotIndex(I) == Index) in getAttributes()
1001 unsigned AttributeSet::getSlotIndex(unsigned Slot) const { in getSlotIndex() function in AttributeSet
1004 return pImpl->getSlotIndex(Slot); in getSlotIndex()
[all …]
DAttributeImpl.h232 unsigned getSlotIndex(unsigned Slot) const { in getSlotIndex() function
DFunction.cpp188 AttrBuilder B(AS, AS.getSlotIndex(0)); in addAttr()
198 AttrBuilder B(AS, AS.getSlotIndex(0)); in removeAttr()
DVerifier.cpp1232 if (Attrs.getSlotIndex(I) == Idx) { in VerifyAttributeTypes()
1385 unsigned Idx = Attrs.getSlotIndex(i); in VerifyFunctionAttrs()
1479 unsigned LastIndex = Attrs.getSlotIndex(LastSlot); in VerifyAttributeCount()
1482 && (LastSlot == 0 || Attrs.getSlotIndex(LastSlot - 1) <= Params))) in VerifyAttributeCount()
DAsmWriter.cpp2443 if (AS.getSlotIndex(Idx) == AttributeSet::FunctionIndex) in printFunction()
/external/llvm/include/llvm/IR/
DAttributes.h390 unsigned getSlotIndex(unsigned Slot) const;
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp250 if (!PAL.isEmpty() && PAL.getSlotIndex(PAL.getNumSlots() - 1) > NumArgs) { in DeleteDeadVarargs()
252 for (unsigned i = 0; PAL.getSlotIndex(i) <= NumArgs; ++i) in DeleteDeadVarargs()
DGlobalOpt.cpp1868 unsigned Index = Attrs.getSlotIndex(i); in StripNest()
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1026 unsigned index = AS.getSlotIndex(Slot); in legalizeCallAttributes()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1594 unsigned Index = CallerPAL.getSlotIndex(i - 1); in transformConstExprCastCall()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp486 unsigned index = PAL.getSlotIndex(i); in printAttributes()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp268 Record.push_back(AS.getSlotIndex(i)); in WriteAttributeGroupTable()