Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DAttributes.cpp873 AttrSet.emplace_back(getSlotAttributes(I++)); in addAttribute()
877 AttrBuilder B(getSlotAttributes(I), *IdxI); in addAttribute()
886 AttrSet.emplace_back(getSlotAttributes(I++)); in addAttribute()
915 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in addAttributes()
919 AttrSet.push_back(getSlotAttributes(I)); in addAttributes()
938 AttrSet.push_back(getSlotAttributes(I)); in addAttributes()
972 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in removeAttributes()
976 AttrSet.push_back(getSlotAttributes(I)); in removeAttributes()
985 B.removeAttributes(Attrs.pImpl->getSlotAttributes(I), Index); in removeAttributes()
993 AttrSet.push_back(getSlotAttributes(I)); in removeAttributes()
[all …]
DAttributeImpl.h297 AttributeSet getSlotAttributes(unsigned Slot) const { in getSlotAttributes() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h413 AttributeSet getSlotAttributes(unsigned Slot) const;
/external/llvm/include/llvm/IR/
DAttributes.h411 AttributeSet getSlotAttributes(unsigned Slot) const;
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp173 AttributesVec.push_back(PAL.getSlotAttributes(i)); in DeleteDeadVarargs()
DGlobalOpt.cpp1992 if (!Attrs.getSlotAttributes(i).hasAttribute(Index, Attribute::Nest)) in StripNest()
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp900 AttributeSet AS = PAL.getSlotAttributes(i); in EnumerateAttributes()
DBitcodeWriter.cpp693 AttributeSet A = AS.getSlotAttributes(i); in writeAttributeGroupTable()
740 Record.push_back(VE.getAttributeGroupID(A.getSlotAttributes(i))); in writeAttributeTable()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2749 AttributeSet PAttrs = CallerPAL.getSlotAttributes(i - 1); in transformConstExprCastCall()