Home
last modified time | relevance | path

Searched defs:getDAG (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.h147 SelectionDAG *getDAG() const { return &DAG; } in getDAG() function
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h206 SelectionDAG &getDAG() const { return DAG; } in getDAG() function
H A DDAGCombiner.cpp844 SelectionDAG &getDAG() const { return DAG; } getDAG() function in __anon791abb430111::DAGCombiner
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DSDPatternMatch.h42 const SelectionDAG *getDAG() const { return DAG; } in getDAG() function