Home
last modified time | relevance | path

Searched defs:SDNodeInfo (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcher.h26 class SDNodeInfo; variable
476 SwitchOpcodeMatcher(ArrayRef<std::pair<const SDNodeInfo*, Matcher*> > cases) in SwitchOpcodeMatcher()
H A DCodeGenDAGPatterns.h39 class SDNodeInfo; variable
H A DCodeGenDAGPatterns.cpp1829 SDNodeInfo::SDNodeInfo(Record *R, const CodeGenHwModes &CGH) : Def(R) { in SDNodeInfo() function in SDNodeInfo