Home
last modified time | relevance | path

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

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