/external/llvm-project/llvm/tools/llvm-reduce/deltas/ |
D | ReduceAttributes.cpp | 100 AttrsToPreserve.reserve(AS.getNumAttributes()); in visitAttributeSet() 135 AttributeCount += AS.getNumAttributes(); in visitAttributeSet()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.h | 105 size_t getNumAttributes() const { in getNumAttributes() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.h | 105 size_t getNumAttributes() const { in getNumAttributes() function
|
/external/llvm-project/mlir/include/mlir/TableGen/ |
D | Operator.h | 130 int getNumAttributes() const { return attributes.size(); } in getNumAttributes() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AttributeImpl.h | 200 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
|
D | Attributes.cpp | 650 unsigned AttributeSet::getNumAttributes() const { in getNumAttributes() function in AttributeSet 651 return SetNode ? SetNode->getNumAttributes() : 0; in getNumAttributes()
|
D | Core.cpp | 2395 return AS.getNumAttributes(); in LLVMGetAttributeCountAtIndex() 2805 return AS.getNumAttributes(); in LLVMGetCallSiteAttributeCount()
|
D | Verifier.cpp | 1594 Assert(Attrs.getNumAttributes() == 1, in verifyParameterAttrs()
|
/external/llvm-project/mlir/tools/mlir-tblgen/ |
D | OpDocGen.cpp | 100 if (op.getNumAttributes() != 0) { in emitOpDoc()
|
/external/llvm-project/llvm/lib/IR/ |
D | AttributeImpl.h | 239 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
|
D | Attributes.cpp | 718 unsigned AttributeSet::getNumAttributes() const { in getNumAttributes() function in AttributeSet 719 return SetNode ? SetNode->getNumAttributes() : 0; in getNumAttributes()
|
D | Core.cpp | 2431 return AS.getNumAttributes(); in LLVMGetAttributeCountAtIndex() 2841 return AS.getNumAttributes(); in LLVMGetCallSiteAttributeCount()
|
D | Verifier.cpp | 1696 Assert(Attrs.getNumAttributes() == 1, in verifyParameterAttrs()
|
/external/llvm/lib/IR/ |
D | AttributeImpl.h | 181 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDie.cpp | 710 Index = AbbrDecl->getNumAttributes(); in attribute_iterator() 722 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDie.cpp | 674 Index = AbbrDecl->getNumAttributes(); in attribute_iterator() 686 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineVertexInputTests.cpp | 212 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/ |
D | Attributes.h | 271 unsigned getNumAttributes() const;
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Attributes.h | 296 unsigned getNumAttributes() const;
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugInfoTest.cpp | 1779 if (it->getNumAttributes() == 0) in TEST()
|