Searched refs:getSlotAttributes (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DAttributes.cpp684 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
688 AttrSet.push_back(getSlotAttributes(I));
707 AttrSet.push_back(getSlotAttributes(I));
737 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
741 AttrSet.push_back(getSlotAttributes(I));
750 B.removeAttributes(Attrs.pImpl->getSlotAttributes(I), Index);
758 AttrSet.push_back(getSlotAttributes(I));
895 AttributeSet AttributeSet::getSlotAttributes(unsigned Slot) const { function in class:AttributeSet
898 return pImpl->getSlotAttributes(Slot);
H A DAttributeImpl.h238 AttributeSet getSlotAttributes(unsigned Slot) const { function in class:llvm::AttributeSetImpl
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DAttributes.h351 AttributeSet getSlotAttributes(unsigned Slot) const;
/freebsd-10.0-release/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp434 AttributeSet AS = PAL.getSlotAttributes(i);
H A DBitcodeWriter.cpp175 AttributeSet A = AS.getSlotAttributes(i);
223 Record.push_back(VE.getAttributeGroupID(A.getSlotAttributes(i)));
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp278 AttributesVec.push_back(PAL.getSlotAttributes(i));
H A DGlobalOpt.cpp2075 if (!Attrs.getSlotAttributes(i).hasAttribute(Index, Attribute::Nest))
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1113 AttributeSet PAttrs = CallerPAL.getSlotAttributes(i - 1);
/freebsd-10.0-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp477 AttrBuilder attrs(PAL.getSlotAttributes(i), index);

Completed in 195 milliseconds