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

/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h27 class SDNodeInfo;
481 const SDNodeInfo &Opcode;
483 CheckOpcodeMatcher(const SDNodeInfo &opcode)
486 const SDNodeInfo &getOpcode() const { return Opcode; }
506 SmallVector<std::pair<const SDNodeInfo*, Matcher*>, 8> Cases;
508 SwitchOpcodeMatcher(ArrayRef<std::pair<const SDNodeInfo*, Matcher*> > cases) argument
518 const SDNodeInfo &getCaseOpcode(unsigned i) const { return *Cases[i].first; }
H A DCodeGenDAGPatterns.cpp962 const SDNodeInfo &NodeInfo,
988 const SDNodeInfo &NodeInfo,
1130 // SDNodeInfo implementation
1132 SDNodeInfo::SDNodeInfo(Record *R) : Def(R) { function in class:SDNodeInfo
1181 MVT::SimpleValueType SDNodeInfo::getKnownType(unsigned ResNo) const {
1805 const SDNodeInfo &NI = CDP.getSDNodeInfo(getOperator());
2023 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(getOperator());
2779 const SDNodeInfo &OpInfo = CDP.getSDNodeInfo(N1->getOperator());
3670 const SDNodeInfo
[all...]

Completed in 132 milliseconds