Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-reduce/deltas/
DReduceAttributes.cpp86 AttributeSetsToPreserve.reserve(AL.getNumAttrSets()); in visitAttributeList()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h653 unsigned getNumAttrSets() const;
657 unsigned index_end() const { return getNumAttrSets() - 1; }
/external/llvm-project/llvm/include/llvm/IR/
DAttributes.h701 unsigned getNumAttrSets() const;
705 unsigned index_end() const { return getNumAttrSets() - 1; }
/external/llvm-project/llvm/unittests/IR/
DAttributesTest.cpp172 EXPECT_EQ(2U, AL.getNumAttrSets()); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp1115 MaxSize = std::max(MaxSize, List.getNumAttrSets()); in get()
1251 if (WithoutIndex >= getNumAttrSets()) in removeAttributes()
1386 if (!pImpl || Index >= getNumAttrSets()) in getAttributes()
1403 unsigned AttributeList::getNumAttrSets() const { in getNumAttrSets() function in AttributeList
DVerifier.cpp1964 return Attrs.getNumAttrSets() <= Params + 2; in verifyAttributeCount()
/external/llvm-project/llvm/lib/IR/
DAttributes.cpp1251 MaxSize = std::max(MaxSize, List.getNumAttrSets()); in get()
1387 if (WithoutIndex >= getNumAttrSets()) in removeAttributes()
1522 if (!pImpl || Index >= getNumAttrSets()) in getAttributes()
1539 unsigned AttributeList::getNumAttrSets() const { in getNumAttrSets() function in AttributeList
DVerifier.cpp2088 return Attrs.getNumAttrSets() <= Params + 2; in verifyAttributeCount()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp105 if (int Res = cmpNumbers(L.getNumAttrSets(), R.getNumAttrSets())) in cmpAttrs()
DValueMapper.cpp902 for (unsigned i = 0; i < Attrs.getNumAttrSets(); ++i) { in remapInstruction()
/external/llvm-project/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp110 if (int Res = cmpNumbers(L.getNumAttrSets(), R.getNumAttrSets())) in cmpAttrs()
DAssumeBundleBuilder.cpp208 Idx < AttrList.getNumAttrSets(); Idx++) in addCall()
DValueMapper.cpp899 for (unsigned i = 0; i < Attrs.getNumAttrSets(); ++i) { in remapInstruction()
/external/llvm-project/llvm/lib/Linker/
DIRMover.cpp641 for (unsigned i = 0; i < Attrs.getNumAttrSets(); ++i) { in mapAttributeTypes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp638 for (unsigned i = 0; i < Attrs.getNumAttrSets(); ++i) { in mapAttributeTypes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp1153 for (unsigned I = 0; I + 2 < Attrs.getNumAttrSets(); ++I) in applyICallBranchFunnel()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp309 ie = CallSiteAttrs.getNumAttrSets(); i<ie; ++i) { in TransformFunctionAttributes()
/external/llvm-project/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp1309 for (unsigned I = 0; I + 2 < Attrs.getNumAttrSets(); ++I) in applyICallBranchFunnel()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp270 ie = CallSiteAttrs.getNumAttrSets(); i<ie; ++i) { in TransformFunctionAttributes()