Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDNodeInfo.h82 constexpr SDNodeInfo(unsigned NumOpcodes, const SDNodeDesc *Descs, in SDNodeInfo() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h32 class SDNodeInfo; variable
500 SmallVectorImpl<std::pair<const SDNodeInfo *, Matcher *>> &&cases) in SwitchOpcodeMatcher()
H A DCodeGenDAGPatterns.h42 class SDNodeInfo; variable
H A DCodeGenDAGPatterns.cpp1872 SDNodeInfo::SDNodeInfo(const Record *R, const CodeGenHwModes &CGH) : Def(R) { in SDNodeInfo() function in SDNodeInfo