Home
last modified time | relevance | path

Searched refs:getDAG (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.h147 SelectionDAG *getDAG() const { return &DAG; } in getDAG() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp605 : SelectionDAG::DAGUpdateListener(dtl.getDAG()), in NodeUpdateListener()
H A DLegalizeTypes.h206 SelectionDAG &getDAG() const { return DAG; } in getDAG() function
H A DDAGCombiner.cpp849 SelectionDAG &getDAG() const { return DAG; } in getDAG() function in __anon666e37100111::DAGCombiner
880 : SelectionDAG::DAGUpdateListener(dc.getDAG()), DC(dc) {} in WorklistRemover()
892 : SelectionDAG::DAGUpdateListener(dc.getDAG()), DC(dc) {} in WorklistInserter()
19807 SelectionDAG &DAG = DC->getDAG(); in ShrinkLoadReplaceStoreWithStore()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDPatternMatch.h42 const SelectionDAG *getDAG() const { return DAG; } in getDAG() function