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.cpp924 const SDNodeInfo &NodeInfo,
949 const SDNodeInfo &NodeInfo,
1083 // SDNodeInfo implementation
1085 SDNodeInfo::SDNodeInfo(Record *R) : Def(R) { function in class:SDNodeInfo
1135 MVT::SimpleValueType SDNodeInfo::getKnownType(unsigned ResNo) const {
1760 const SDNodeInfo &NI = CDP.getSDNodeInfo(getOperator());
1978 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(getOperator());
2735 const SDNodeInfo &OpInfo = CDP.getSDNodeInfo(N1->getOperator());
3642 const SDNodeInfo
[all...]

Completed in 82 milliseconds