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

/external/llvm/lib/IR/
H A DAttributes.cpp501 if (getSlotIndex(I) != Index) continue;
715 if (getSlotIndex(I) >= Index) {
716 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
728 if (Attrs.getSlotIndex(I) == Index) {
768 if (getSlotIndex(I) >= Index) {
769 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
781 if (Attrs.getSlotIndex(I) == Index) {
892 if (pImpl->getSlotIndex(I) == Index)
921 unsigned AttributeSet::getSlotIndex(unsigned Slot) const { function in class:AttributeSet
924 return pImpl->getSlotIndex(Slo
[all...]
H A DAttributeImpl.h230 unsigned getSlotIndex(unsigned Slot) const { function in class:llvm::AttributeSetImpl
H A DFunction.cpp170 AttrBuilder B(AS, AS.getSlotIndex(0));
180 AttrBuilder B(AS, AS.getSlotIndex(0));
H A DVerifier.cpp740 if (Attrs.getSlotIndex(I) == Idx) {
879 unsigned Idx = Attrs.getSlotIndex(i);
1010 unsigned LastIndex = Attrs.getSlotIndex(LastSlot);
1013 && (LastSlot == 0 || Attrs.getSlotIndex(LastSlot - 1) <= Params)))
H A DAsmWriter.cpp1595 if (AS.getSlotIndex(Idx) == AttributeSet::FunctionIndex)
/external/llvm/include/llvm/IR/
H A DAttributes.h358 unsigned getSlotIndex(unsigned Slot) const;
/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp245 if (!PAL.isEmpty() && PAL.getSlotIndex(PAL.getNumSlots() - 1) > NumArgs) {
247 for (unsigned i = 0; PAL.getSlotIndex(i) <= NumArgs; ++i)
H A DGlobalOpt.cpp1874 unsigned Index = Attrs.getSlotIndex(i);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1344 unsigned Index = CallerPAL.getSlotIndex(i - 1);
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp267 Record.push_back(AS.getSlotIndex(i));
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp483 unsigned index = PAL.getSlotIndex(i);

Completed in 3233 milliseconds