Searched refs:SDNodeInfo (Results 1 – 5 of 5) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 32 class SDNodeInfo; variable 191 bool ApplyTypeConstraint(TreePatternNode *N, const SDNodeInfo &NodeInfo, 198 class SDNodeInfo { 207 SDNodeInfo(Record *R); // Parse the specified record. 674 std::map<Record*, SDNodeInfo, RecordPtrCmp> SDNodes; 698 const SDNodeInfo &getSDNodeInfo(Record *R) const { in getSDNodeInfo()
|
D | DAGISelMatcher.h | 27 class SDNodeInfo; variable 449 const SDNodeInfo &Opcode; 451 CheckOpcodeMatcher(const SDNodeInfo &opcode) in CheckOpcodeMatcher() 454 const SDNodeInfo &getOpcode() const { return Opcode; } in getOpcode() 474 SmallVector<std::pair<const SDNodeInfo*, Matcher*>, 8> Cases; 476 SwitchOpcodeMatcher(const std::pair<const SDNodeInfo*, Matcher*> *cases, in SwitchOpcodeMatcher() argument 486 const SDNodeInfo &getCaseOpcode(unsigned i) const { return *Cases[i].first; } in getCaseOpcode()
|
D | DAGISelMatcherGen.cpp | 211 const SDNodeInfo &NI = CGP.getSDNodeInfo(CGP.getSDNodeNamed("imm")); in EmitLeafMatchCode() 270 const SDNodeInfo &CInfo = CGP.getSDNodeInfo(N->getOperator()); in EmitOperatorMatchCode() 364 const SDNodeInfo &PInfo = CGP.getSDNodeInfo(Root->getOperator()); in EmitOperatorMatchCode()
|
D | CodeGenDAGPatterns.cpp | 810 const SDNodeInfo &NodeInfo, in getOperandNum() 836 const SDNodeInfo &NodeInfo, in ApplyTypeConstraint() 922 SDNodeInfo::SDNodeInfo(Record *R) : Def(R) { in SDNodeInfo() function in SDNodeInfo 972 MVT::SimpleValueType SDNodeInfo::getKnownType(unsigned ResNo) const { in getKnownType() 1507 const SDNodeInfo &NI = CDP.getSDNodeInfo(getOperator()); in ApplyTypeConstraints() 1682 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(getOperator()); in canPatternMatch() 2413 const SDNodeInfo &OpInfo = CDP.getSDNodeInfo(N1->getOperator()); in IsNodeBitcast() 2445 const SDNodeInfo &OpInfo = CDP.getSDNodeInfo(N->getOperator()); in AnalyzeNode() 3113 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(N->getOperator()); in GenerateVariantsOf()
|
D | DAGISelMatcherOpt.cpp | 446 SmallVector<std::pair<const SDNodeInfo*, Matcher*>, 8> Cases; in FactorNodes()
|