Home
last modified time | relevance | path

Searched refs:SetNode (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAttributes.cpp573 return SetNode ? SetNode->getNumAttributes() : 0; in getNumAttributes()
577 return SetNode ? SetNode->hasAttribute(Kind) : false; in hasAttribute()
581 return SetNode ? SetNode->hasAttribute(Kind) : false; in hasAttribute()
585 return SetNode ? SetNode->getAttribute(Kind) : Attribute(); in getAttribute()
589 return SetNode ? SetNode->getAttribute(Kind) : Attribute(); in getAttribute()
593 return SetNode ? SetNode->getAlignment() : 0; in getAlignment()
597 return SetNode ? SetNode->getStackAlignment() : 0; in getStackAlignment()
601 return SetNode ? SetNode->getDereferenceableBytes() : 0; in getDereferenceableBytes()
605 return SetNode ? SetNode->getDereferenceableOrNullBytes() : 0; in getDereferenceableOrNullBytes()
609 return SetNode ? SetNode->getAllocSizeArgs() in getAllocSizeArgs()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAttributes.h214 AttributeSetNode *SetNode = nullptr; variable
217 explicit AttributeSet(AttributeSetNode *ASN) : SetNode(ASN) {} in AttributeSet()
228 bool operator==(const AttributeSet &O) const { return SetNode == O.SetNode; }
261 bool hasAttributes() const { return SetNode != nullptr; } in hasAttributes()
308 return (unsigned((uintptr_t)AS.SetNode) >> 4) ^
309 (unsigned((uintptr_t)AS.SetNode) >> 9);
/external/tensorflow/tensorflow/core/framework/
Ddataset.h538 void SetNode(std::shared_ptr<model::Node> node) { node_ = node.get(); } in SetNode() function
622 (*iterator)->SetNode(model->AddNode(MakeNodeFactory(ctx, iterator->get()), in MakeIterator()