Home
last modified time | relevance | path

Searched defs:getDAG (Results 1 – 4 of 4) 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.h206 SelectionDAG &getDAG() const { return DAG; } in getDAG() function
H A DDAGCombiner.cpp849 SelectionDAG &getDAG() const { return DAG; } in getDAG() function in __anon666e37100111::DAGCombiner
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDPatternMatch.h42 const SelectionDAG *getDAG() const { return DAG; } in getDAG() function