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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h     [all...]
SelectionDAGISel.h 181 class ISelUpdater : public SelectionDAG::DAGUpdateListener {
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 227 /// A DAGUpdateListener automatically registers itself with DAG when it is
229 struct DAGUpdateListener {
230 DAGUpdateListener *const Next;
233 explicit DAGUpdateListener(SelectionDAG &D)
238 virtual ~DAGUpdateListener() {
252 struct DAGNodeDeletedListener : public DAGUpdateListener {
256 : DAGUpdateListener(DAG), Callback(Callback) {}
268 /// DAGUpdateListener is a friend so it can manipulate the listener stack.
269 friend struct DAGUpdateListener;
271 /// Linked list of registered DAGUpdateListener instances
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAG.h 278 /// A DAGUpdateListener automatically registers itself with DAG when it is
280 struct DAGUpdateListener {
281 DAGUpdateListener *const Next;
284 explicit DAGUpdateListener(SelectionDAG &D)
289 virtual ~DAGUpdateListener() {
303 struct DAGNodeDeletedListener : public DAGUpdateListener {
308 : DAGUpdateListener(DAG), Callback(std::move(Callback)) {}
321 /// DAGUpdateListener is a friend so it can manipulate the listener stack.
322 friend struct DAGUpdateListener;
324 /// Linked list of registered DAGUpdateListener instances
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 591 /// This class is a DAGUpdateListener that listens for updates to nodes and
593 class NodeUpdateListener : public SelectionDAG::DAGUpdateListener {
599 : SelectionDAG::DAGUpdateListener(dtl.getDAG()),
    [all...]
SelectionDAGISel.cpp     [all...]
SelectionDAG.cpp 87 void SelectionDAG::DAGUpdateListener::NodeDeleted(SDNode*, SDNode*) {}
88 void SelectionDAG::DAGUpdateListener::NodeUpdated(SDNode*) {}
689 for (DAGUpdateListener *DUL = UpdateListeners; DUL; DUL = DUL->Next)
898 for (DAGUpdateListener *DUL = UpdateListeners; DUL; DUL = DUL->Next)
906 for (DAGUpdateListener *DUL = UpdateListeners; DUL; DUL = DUL->Next)
    [all...]
DAGCombiner.cpp 611 /// This class is a DAGUpdateListener that removes any deleted
613 class WorklistRemover : public SelectionDAG::DAGUpdateListener {
618 : SelectionDAG::DAGUpdateListener(dc.getDAG()), DC(dc) {}
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 645 /// This class is a DAGUpdateListener that listens for updates to nodes and
647 class NodeUpdateListener : public SelectionDAG::DAGUpdateListener {
653 : SelectionDAG::DAGUpdateListener(dtl.getDAG()),
    [all...]
SelectionDAGISel.cpp     [all...]
SelectionDAG.cpp 64 void SelectionDAG::DAGUpdateListener::NodeDeleted(SDNode*, SDNode*) {}
65 void SelectionDAG::DAGUpdateListener::NodeUpdated(SDNode*) {}
595 for (DAGUpdateListener *DUL = UpdateListeners; DUL; DUL = DUL->Next)
802 for (DAGUpdateListener *DUL = UpdateListeners; DUL; DUL = DUL->Next)
810 for (DAGUpdateListener *DUL = UpdateListeners; DUL; DUL = DUL->Next)
    [all...]
DAGCombiner.cpp 517 /// This class is a DAGUpdateListener that removes any deleted
519 class WorklistRemover : public SelectionDAG::DAGUpdateListener {
523 : SelectionDAG::DAGUpdateListener(dc.getDAG()), DC(dc) {}
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 74 SelectionDAG::DAGUpdateListener::~DAGUpdateListener() {}
536 DAGUpdateListener *UpdateListener) {
565 void SelectionDAG::RemoveDeadNode(SDNode *N, DAGUpdateListener *UpdateListener){
670 DAGUpdateListener *UpdateListener) {
    [all...]
LegalizeTypes.cpp 627 /// NodeUpdateListener - This class is a DAGUpdateListener that listens for
629 class NodeUpdateListener : public SelectionDAG::DAGUpdateListener {
    [all...]
DAGCombiner.cpp 307 /// WorkListRemover - This class is a DAGUpdateListener that removes any deleted
309 class WorkListRemover : public SelectionDAG::DAGUpdateListener {
    [all...]

Completed in 1055 milliseconds