HomeSort by relevance Sort by last modified time
    Searched refs:Dom (Results 1 - 16 of 16) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/Xml/
XmlRoutines.py 23 import xml.dom.minidom
37 Doc = xml.dom.minidom.Document()
62 # Return a list of XML DOM nodes from the root Dom specified by XPath String.
63 # If the input Dom or String is not valid, then an empty list is returned.
65 # @param Dom The root XML DOM node.
68 def XmlList(Dom, String):
69 if String == None or String == "" or Dom == None or Dom == "":
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/Xml/
XmlRoutines.py 18 import xml.dom.minidom
31 Doc = xml.dom.minidom.Document()
56 # Return a list of XML DOM nodes from the root Dom specified by XPath String.
57 # If the input Dom or String is not valid, then an empty list is returned.
59 # @param Dom The root XML DOM node.
64 def XmlList(Dom, String):
65 if String == None or String == "" or Dom == None or Dom == "":
    [all...]
  /hardware/interfaces/tests/pointer/1.0/
IPointer.hal 27 struct Dom { Cin c; };
51 foo8(Dom d);
74 bar8() generates (Dom d);
  /external/llvm/lib/CodeGen/
SplitKit.cpp 831 DomPair &Dom = NearestDom[ParentVNI->id];
838 Dom = DomPair(ValMBB, VNI->def);
848 if (!Dom.first) {
850 Dom = DomPair(ValMBB, VNI->def);
851 } else if (Dom.first == ValMBB) {
853 if (!Dom.second.isValid() || VNI->def < Dom.second)
854 Dom.second = VNI->def;
858 MDT.findNearestCommonDominator(Dom.first, ValMBB);
861 Dom = DomPair(ValMBB, VNI->def)
    [all...]
ShrinkWrap.cpp 260 DominanceAnalysis &Dom) {
263 IDom = Dom.findNearestCommonDominator(IDom, BB);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SplitKit.cpp 728 DomPair &Dom = NearestDom[ParentVNI->id];
735 Dom = DomPair(ValMBB, VNI->def);
745 if (!Dom.first) {
747 Dom = DomPair(ValMBB, VNI->def);
748 } else if (Dom.first == ValMBB) {
750 if (!Dom.second.isValid() || VNI->def < Dom.second)
751 Dom.second = VNI->def;
755 MDT.findNearestCommonDominator(Dom.first, ValMBB);
758 Dom = DomPair(ValMBB, VNI->def)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
EdkIIWorkspace.py 129 ## Convert XML into a DOM
131 # Parse an XML file into a DOM and return the DOM.
144 # Parse a section of an XML file into a DOM(Document Object Model) and return the DOM.
158 # Save a DOM(Document Object Model) into an XML file.
160 # @param Dom: The Dom to be saved
163 # @retval XmlSaveFile (Dom, self.WorkspaceFile(FileName))
165 def XmlSaveFile (self, Dom, FileName):
    [all...]
  /hardware/interfaces/tests/pointer/1.0/default/
Pointer.h 59 Return<void> foo8(const IPointer::Dom& d) override {
171 IPointer::Dom *d;
180 d = new IPointer::Dom();
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 669 BasicBlock *Dom = cast<BasicBlock>(*I);
672 Dom = B ? DT->findNearestCommonDominator(Dom, B) : 0;
673 if (!Dom)
676 DEBUG(dbgs() << "computed:" << Dom->getName() << '\n');
677 return Dom;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
sparsetreemap.go 53 Dom []*Block // exported data; the dominator of this block.
60 dom := f.Idom()
63 return makeSparseTreeHelper(newSparseTree(f, dom), dom, po, ponums)
70 func makeSparseTreeHelper(sdom SparseTree, dom, po []*Block, ponums []int32) *SparseTreeHelper {
72 Dom: dom,
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
sparsetreemap.go 53 Dom []*Block // exported data; the dominator of this block.
60 dom := f.Idom()
63 return makeSparseTreeHelper(newSparseTree(f, dom), dom, po, ponums)
70 func makeSparseTreeHelper(sdom SparseTree, dom, po []*Block, ponums []int32) *SparseTreeHelper {
72 Dom: dom,
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp     [all...]
GVN.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 2217 milliseconds