Home
last modified time | relevance | path

Searched refs:RootNodes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h239 std::vector<const Record *> RootNodes; variable
251 ArrayRef<const Record *> getRootNodes() const { return RootNodes; } in getRootNodes()
H A DCodeGenTarget.cpp347 RootNodes = R->getValueAsListOfDefs("RootNodes"); in ComplexPattern()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td2221 // to pattern match the max. pattern; RootNodes are the list of possible root nodes
2231 list<SDNode> RootNodes = roots;