Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcher.h27 class SDNodeInfo; variable
508 SwitchOpcodeMatcher(ArrayRef<std::pair<const SDNodeInfo*, Matcher*> > cases) in SwitchOpcodeMatcher()
H A DCodeGenDAGPatterns.h33 class SDNodeInfo; variable
H A DCodeGenDAGPatterns.cpp1000 SDNodeInfo::SDNodeInfo(Record *R) : Def(R) { in SDNodeInfo() function in SDNodeInfo