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

/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h27 class SDNodeInfo;
450 const SDNodeInfo &Opcode;
452 CheckOpcodeMatcher(const SDNodeInfo &opcode)
455 const SDNodeInfo &getOpcode() const { return Opcode; }
475 SmallVector<std::pair<const SDNodeInfo*, Matcher*>, 8> Cases;
477 SwitchOpcodeMatcher(const std::pair<const SDNodeInfo*, Matcher*> *cases, argument
487 const SDNodeInfo &getCaseOpcode(unsigned i) const { return *Cases[i].first; }
H A DCodeGenDAGPatterns.cpp813 const SDNodeInfo &NodeInfo,
839 const SDNodeInfo &NodeInfo,
922 // SDNodeInfo implementation
924 SDNodeInfo::SDNodeInfo(Record *R) : Def(R) { function in class:SDNodeInfo
974 MVT::SimpleValueType SDNodeInfo::getKnownType(unsigned ResNo) const {
1503 const SDNodeInfo &NI = CDP.getSDNodeInfo(getOperator());
1676 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(getOperator());
2397 const SDNodeInfo &OpInfo = CDP.getSDNodeInfo(N1->getOperator());
2430 const SDNodeInfo
[all...]

Completed in 307 milliseconds