Home
last modified time | relevance | path

Searched refs:IndexAndAttrSet (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h55 using IndexAndAttrSet = std::pair<unsigned, AttributeSet>; variable
109 using AttributeGroupMapType = DenseMap<IndexAndAttrSet, unsigned>;
111 std::vector<IndexAndAttrSet> AttributeGroups;
182 unsigned getAttributeGroupID(IndexAndAttrSet Group) const { in getAttributeGroupID()
222 const std::vector<IndexAndAttrSet> &getAttributeGroups() const { in getAttributeGroups()
H A DDXILValueEnumerator.cpp1013 IndexAndAttrSet Pair = {i, AS}; in EnumerateAttributes()
H A DDXILBitcodeWriter.cpp865 const std::vector<ValueEnumerator::IndexAndAttrSet> &AttrGrps = in writeAttributeGroupTable()
873 for (ValueEnumerator::IndexAndAttrSet Pair : AttrGrps) { in writeAttributeGroupTable()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h52 using IndexAndAttrSet = std::pair<unsigned, AttributeSet>; variable
108 using AttributeGroupMapType = DenseMap<IndexAndAttrSet, unsigned>;
110 std::vector<IndexAndAttrSet> AttributeGroups;
182 unsigned getAttributeGroupID(IndexAndAttrSet Group) const { in getAttributeGroupID()
220 const std::vector<IndexAndAttrSet> &getAttributeGroups() const { in getAttributeGroups()
H A DValueEnumerator.cpp1044 IndexAndAttrSet Pair = {i, AS}; in EnumerateAttributes()
H A DBitcodeWriter.cpp935 const std::vector<ValueEnumerator::IndexAndAttrSet> &AttrGrps = in writeAttributeGroupTable()
942 for (ValueEnumerator::IndexAndAttrSet Pair : AttrGrps) { in writeAttributeGroupTable()