HomeSort by: relevance | last modified time | path
    Searched refs:RegionNode (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/utilities/
utaddress.c 60 * RegionNode - OpRegion namespace node
82 ACPI_NAMESPACE_NODE *RegionNode)
106 RangeInfo->RegionNode = RegionNode;
113 AcpiUtGetNodeName (RangeInfo->RegionNode),
126 * RegionNode - OpRegion namespace node
141 ACPI_NAMESPACE_NODE *RegionNode)
161 if (RangeInfo->RegionNode == RegionNode)
174 AcpiUtGetNodeName (RangeInfo->RegionNode),
    [all...]
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsfield.c 524 * RegionNode - Object for the containing Operation Region
536 ACPI_NAMESPACE_NODE *RegionNode,
551 if (!RegionNode)
555 ACPI_NS_SEARCH_PARENT, WalkState, &RegionNode);
558 Arg->Common.Value.Name, WalkState, &RegionNode);
579 Info.RegionNode = RegionNode;
587 if (Info.RegionNode->Object->Region.SpaceId == ACPI_ADR_SPACE_PLATFORM_COMM)
589 RegionNode->Object->Field.InternalPccBuffer =
590 ACPI_ALLOCATE_ZEROED(Info.RegionNode->Object->Region.Length)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
RegionPrinter.cpp 39 struct DOTGraphTraits<RegionNode*> : public DefaultDOTGraphTraits {
44 std::string getNodeLabel(RegionNode *Node, RegionNode *Graph) {
62 struct DOTGraphTraits<RegionInfo *> : public DOTGraphTraits<RegionNode *> {
65 : DOTGraphTraits<RegionNode*>(isSimple) {}
69 std::string getNodeLabel(RegionNode *Node, RegionInfo *G) {
70 return DOTGraphTraits<RegionNode *>::getNodeLabel(
71 Node, reinterpret_cast<RegionNode *>(G->getTopLevelRegion()));
74 std::string getEdgeAttributes(RegionNode *srcNode,
77 RegionNode *destNode = *CI
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 79 using RNVector = SmallVector<RegionNode *, 8>;
98 using NodeRef = std::pair<RegionNode *, SmallDenseSet<RegionNode *> *>;
99 using BaseSuccIterator = GraphTraits<RegionNode *>::ChildIteratorType;
108 SmallDenseSet<RegionNode *> *Nodes;
111 WrappedSuccIterator(BaseSuccIterator It, SmallDenseSet<RegionNode *> *Nodes)
133 {GraphTraits<RegionNode *>::child_begin(N.first), N.second},
134 {GraphTraits<RegionNode *>::child_end(N.first), N.second}),
251 SmallVector<RegionNode *, 8> Order;
265 RegionNode *PrevNode
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
RegionIterator.h 28 /// Hierarchical RegionNode successor iterator.
30 /// This iterator iterates over all successors of a RegionNode.
32 /// For a BasicBlock RegionNode it skips all BasicBlocks that are not part of
34 /// RegionNode representing the subregion is returned.
36 /// For a subregion RegionNode there is just one successor. The RegionNode
55 // In region mode there is only one successor, thats the regionnode mapping
56 // to the exit block of the regionnode
57 ItRgBegin, // At the beginning of the regionnode successor.
58 ItRgEnd // At the end of the regionnode successor
    [all...]
RegionInfo.h 69 class RegionNode;
89 using RegionNodeT = RegionNode;
109 /// selected for SubRegions just one RegionNode containing the subregion is
114 /// A RegionNode represents a subregion or a BasicBlock that is part of a
126 /// BasicBlock RegionNode, then entry is just the basic block, that this
127 /// RegionNode represents. Otherwise it is the entry of this (Sub)RegionNode.
133 /// Use one bit to save, if this RegionNode is a subregion or BasicBlock
134 /// RegionNode.
137 /// The parent Region of this RegionNode
    [all...]
  /src/sys/external/bsd/acpica/dist/executer/
exprep.c 455 if (!Info->RegionNode)
457 ACPI_ERROR ((AE_INFO, "Null RegionNode"));
461 Type = AcpiNsGetType (Info->RegionNode);
497 ObjDesc->Field.RegionObj = AcpiNsGetAttachedObject (Info->RegionNode);
562 AcpiNsGetAttachedObject (Info->RegionNode);
  /src/sys/external/bsd/acpica/dist/include/
acdispat.h 148 ACPI_NAMESPACE_NODE *RegionNode,
154 ACPI_NAMESPACE_NODE *RegionNode,
160 ACPI_NAMESPACE_NODE *RegionNode,
acutils.h 1096 ACPI_NAMESPACE_NODE *RegionNode);
1101 ACPI_NAMESPACE_NODE *RegionNode);
aclocal.h 305 ACPI_NAMESPACE_NODE *RegionNode;
860 ACPI_NAMESPACE_NODE *RegionNode;
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aetests.c 539 Status = AcpiGetName (Current->RegionNode, ACPI_SINGLE_NAME, &ReturnBuffer);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ControlHeightReduction.cpp 817 for (RegionNode *E : R->elements()) {

Completed in 102 milliseconds