Home
last modified time | relevance | path

Searched refs:ISelPosition (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAGISel.h176 SelectionDAG::allnodes_iterator ISelPosition; variable
182 SelectionDAG::allnodes_iterator &ISelPosition; variable
185 : ISelPosition(isp) {} in ISelUpdater()
192 if (ISelPosition == SelectionDAG::allnodes_iterator(N)) in NodeDeleted()
193 ++ISelPosition; in NodeDeleted()
203 ISelUpdater ISU(ISelPosition); in ReplaceUses()
210 ISelUpdater ISU(ISelPosition); in ReplaceUses()
217 ISelUpdater ISU(ISelPosition); in ReplaceUses()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp902 SelectionDAG::allnodes_iterator &ISelPosition; member in __anonab064bb60111::ISelUpdater
905 : SelectionDAG::DAGUpdateListener(DAG), ISelPosition(isp) {} in ISelUpdater()
911 if (ISelPosition == SelectionDAG::allnodes_iterator(N)) in NodeDeleted()
912 ++ISelPosition; in NodeDeleted()
933 SelectionDAG::allnodes_iterator ISelPosition (CurDAG->getRoot().getNode()); in DoInstructionSelection() local
934 ++ISelPosition; in DoInstructionSelection()
938 ISelUpdater ISU(*CurDAG, ISelPosition); in DoInstructionSelection()
944 while (ISelPosition != CurDAG->allnodes_begin()) { in DoInstructionSelection()
945 SDNode *Node = &*--ISelPosition; in DoInstructionSelection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp947 SelectionDAG::allnodes_iterator &ISelPosition; member in __anonf28ba4ee0111::ISelUpdater
951 : SelectionDAG::DAGUpdateListener(DAG), ISelPosition(isp) {} in ISelUpdater()
957 if (ISelPosition == SelectionDAG::allnodes_iterator(N)) in NodeDeleted()
958 ++ISelPosition; in NodeDeleted()
1032 SelectionDAG::allnodes_iterator ISelPosition (CurDAG->getRoot().getNode()); in DoInstructionSelection() local
1033 ++ISelPosition; in DoInstructionSelection()
1037 ISelUpdater ISU(*CurDAG, ISelPosition); in DoInstructionSelection()
1043 while (ISelPosition != CurDAG->allnodes_begin()) { in DoInstructionSelection()
1044 SDNode *Node = &*--ISelPosition; in DoInstructionSelection()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp642 ISelPosition = SelectionDAG::allnodes_iterator(CurDAG->getRoot().getNode()); in DoInstructionSelection()
643 ++ISelPosition; in DoInstructionSelection()
649 while (ISelPosition != CurDAG->allnodes_begin()) { in DoInstructionSelection()
650 SDNode *Node = --ISelPosition; in DoInstructionSelection()
672 ISelUpdater ISU(ISelPosition); in DoInstructionSelection()
1530 ISelUpdater ISU(ISelPosition); in UpdateChainsAndGlue()