Home
last modified time | relevance | path

Searched refs:getNumAttributes (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/llvm/tools/llvm-reduce/deltas/
DReduceAttributes.cpp100 AttrsToPreserve.reserve(AS.getNumAttributes()); in visitAttributeSet()
135 AttributeCount += AS.getNumAttributes(); in visitAttributeSet()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h105 size_t getNumAttributes() const { in getNumAttributes() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h105 size_t getNumAttributes() const { in getNumAttributes() function
/external/llvm-project/mlir/include/mlir/TableGen/
DOperator.h130 int getNumAttributes() const { return attributes.size(); } in getNumAttributes() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributeImpl.h200 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
DAttributes.cpp650 unsigned AttributeSet::getNumAttributes() const { in getNumAttributes() function in AttributeSet
651 return SetNode ? SetNode->getNumAttributes() : 0; in getNumAttributes()
DCore.cpp2395 return AS.getNumAttributes(); in LLVMGetAttributeCountAtIndex()
2805 return AS.getNumAttributes(); in LLVMGetCallSiteAttributeCount()
DVerifier.cpp1594 Assert(Attrs.getNumAttributes() == 1, in verifyParameterAttrs()
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpDocGen.cpp100 if (op.getNumAttributes() != 0) { in emitOpDoc()
/external/llvm-project/llvm/lib/IR/
DAttributeImpl.h239 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
DAttributes.cpp718 unsigned AttributeSet::getNumAttributes() const { in getNumAttributes() function in AttributeSet
719 return SetNode ? SetNode->getNumAttributes() : 0; in getNumAttributes()
DCore.cpp2431 return AS.getNumAttributes(); in LLVMGetAttributeCountAtIndex()
2841 return AS.getNumAttributes(); in LLVMGetCallSiteAttributeCount()
DVerifier.cpp1696 Assert(Attrs.getNumAttributes() == 1, in verifyParameterAttrs()
/external/llvm/lib/IR/
DAttributeImpl.h181 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp710 Index = AbbrDecl->getNumAttributes(); in attribute_iterator()
722 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp674 Index = AbbrDecl->getNumAttributes(); in attribute_iterator()
686 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp212 size_t getNumAttributes (void) const;
369 const size_t numAttributes = getNumAttributes(); in VertexInputTest()
447 size_t VertexInputTest::getNumAttributes (void) const in getNumAttributes() function in vkt::pipeline::__anon78e82cd70111::VertexInputTest
488 const size_t numAttributes = getNumAttributes(); in createInstance()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h271 unsigned getNumAttributes() const;
/external/llvm-project/llvm/include/llvm/IR/
DAttributes.h296 unsigned getNumAttributes() const;
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp1779 if (it->getNumAttributes() == 0) in TEST()