Home
last modified time | relevance | path

Searched refs:getNumAttrSets (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAttributes.h629 unsigned getNumAttrSets() const;
633 unsigned index_end() const { return getNumAttrSets() - 1; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAttributes.cpp1014 MaxSize = std::max(MaxSize, List.getNumAttrSets()); in get()
1150 if (WithoutIndex >= getNumAttrSets()) in removeAttributes()
1281 if (!pImpl || Index >= getNumAttrSets()) in getAttributes()
1298 unsigned AttributeList::getNumAttrSets() const { in getNumAttrSets() function in AttributeList
DVerifier.cpp1853 return Attrs.getNumAttrSets() <= Params + 2; in verifyAttributeCount()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DAttributesTest.cpp167 EXPECT_EQ(2U, AL.getNumAttrSets()); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp106 if (int Res = cmpNumbers(L.getNumAttrSets(), R.getNumAttrSets())) in cmpAttrs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp927 for (unsigned I = 0; I + 2 < Attrs.getNumAttrSets(); ++I) in applyICallBranchFunnel()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp269 ie = CallSiteAttrs.getNumAttrSets(); i<ie; ++i) { in TransformFunctionAttributes()