Searched refs:SDNodeInfo (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DCodeGenDAGPatterns.h33 class SDNodeInfo;
192 bool ApplyTypeConstraint(TreePatternNode *N, const SDNodeInfo &NodeInfo,
196 /// SDNodeInfo - One of these records is created for each SDNode instance in
199 class SDNodeInfo {
208 SDNodeInfo(Record *R); // Parse the specified record.
670 std::map<Record*, SDNodeInfo, LessRecordByID> SDNodes;
694 const SDNodeInfo &getSDNodeInfo(Record *R) const {
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 DDAGISelMatcherGen.cpp211 const SDNodeInfo &NI = CGP.getSDNodeInfo(CGP.getSDNodeNamed("imm"));
270 const SDNodeInfo &CInfo = CGP.getSDNodeInfo(N->getOperator());
364 const SDNodeInfo &PInfo = CGP.getSDNodeInfo(Root->getOperator());
H A DCodeGenDAGPatterns.cpp809 const SDNodeInfo &NodeInfo,
835 const SDNodeInfo &NodeInfo,
918 // SDNodeInfo implementation
920 SDNodeInfo::SDNodeInfo(Record *R) : Def(R) { function in class:SDNodeInfo
970 MVT::SimpleValueType SDNodeInfo::getKnownType(unsigned ResNo) const {
1499 const SDNodeInfo &NI = CDP.getSDNodeInfo(getOperator());
1672 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(getOperator());
2393 const SDNodeInfo &OpInfo = CDP.getSDNodeInfo(N1->getOperator());
2426 const SDNodeInfo
[all...]
H A DDAGISelMatcherOpt.cpp446 SmallVector<std::pair<const SDNodeInfo*, Matcher*>, 8> Cases;

Completed in 178 milliseconds