Searched refs:getSlotIndex (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DAttributes.cpp503 if (getSlotIndex(I) != Index) continue;
683 if (getSlotIndex(I) >= Index) {
684 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
696 if (Attrs.getSlotIndex(I) == Index) {
736 if (getSlotIndex(I) >= Index) {
737 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
749 if (Attrs.getSlotIndex(I) == Index) {
860 if (pImpl->getSlotIndex(I) == Index)
889 unsigned AttributeSet::getSlotIndex(unsigned Slot) const { function in class:AttributeSet
892 return pImpl->getSlotIndex(Slo
[all...]
H A DAttributeImpl.h231 unsigned getSlotIndex(unsigned Slot) const { function in class:llvm::AttributeSetImpl
H A DFunction.cpp138 AttrBuilder B(AS, AS.getSlotIndex(0));
148 AttrBuilder B(AS, AS.getSlotIndex(0));
H A DVerifier.cpp660 if (Attrs.getSlotIndex(I) == Idx) {
785 unsigned Idx = Attrs.getSlotIndex(i);
840 unsigned LastIndex = Attrs.getSlotIndex(LastSlot);
843 && (LastSlot == 0 || Attrs.getSlotIndex(LastSlot - 1) <= Params)))
H A DAsmWriter.cpp1617 if (AS.getSlotIndex(Idx) == AttributeSet::FunctionIndex)
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DAttributes.h348 unsigned getSlotIndex(unsigned Slot) const;
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp275 if (!PAL.isEmpty() && PAL.getSlotIndex(PAL.getNumSlots() - 1) > NumArgs) {
277 for (unsigned i = 0; PAL.getSlotIndex(i) <= NumArgs; ++i)
H A DGlobalOpt.cpp2074 unsigned Index = Attrs.getSlotIndex(i);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1108 unsigned Index = CallerPAL.getSlotIndex(i - 1);
/freebsd-10.0-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp178 Record.push_back(AS.getSlotIndex(i));
/freebsd-10.0-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp476 unsigned index = PAL.getSlotIndex(i);

Completed in 222 milliseconds