Searched defs:SDNodeInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h27 class SDNodeInfo;
480 const SDNodeInfo &Opcode;
482 CheckOpcodeMatcher(const SDNodeInfo &opcode)
485 const SDNodeInfo &getOpcode() const { return Opcode; }
505 SmallVector<std::pair<const SDNodeInfo*, Matcher*>, 8> Cases;
507 SwitchOpcodeMatcher(ArrayRef<std::pair<const SDNodeInfo*, Matcher*> > cases) argument
517 const SDNodeInfo &getCaseOpcode(unsigned i) const { return *Cases[i].first; }
H A DCodeGenDAGPatterns.cpp851 const SDNodeInfo &NodeInfo,
876 const SDNodeInfo &NodeInfo,
998 // SDNodeInfo implementation
1000 SDNodeInfo::SDNodeInfo(Record *R) : Def(R) { function in class:SDNodeInfo
1050 MVT::SimpleValueType SDNodeInfo::getKnownType(unsigned ResNo) const {
1642 const SDNodeInfo &NI = CDP.getSDNodeInfo(getOperator());
1833 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(getOperator());
2595 const SDNodeInfo &OpInfo = CDP.getSDNodeInfo(N1->getOperator());
3512 const SDNodeInfo
[all...]

Completed in 109 milliseconds