Searched refs:SDNodeInfo (Results 1 – 5 of 5) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 33 class SDNodeInfo; variable 192 bool ApplyTypeConstraint(TreePatternNode *N, const SDNodeInfo &NodeInfo, 199 class SDNodeInfo { 208 SDNodeInfo(Record *R); // Parse the specified record. 685 std::map<Record*, SDNodeInfo, LessRecordByID> SDNodes; 709 const SDNodeInfo &getSDNodeInfo(Record *R) const { in getSDNodeInfo()
|
D | DAGISelMatcher.h | 27 class SDNodeInfo; variable 448 const SDNodeInfo &Opcode; 450 CheckOpcodeMatcher(const SDNodeInfo &opcode) in CheckOpcodeMatcher() 453 const SDNodeInfo &getOpcode() const { return Opcode; } in getOpcode() 473 SmallVector<std::pair<const SDNodeInfo*, Matcher*>, 8> Cases; 475 SwitchOpcodeMatcher(const std::pair<const SDNodeInfo*, Matcher*> *cases, in SwitchOpcodeMatcher() argument 485 const SDNodeInfo &getCaseOpcode(unsigned i) const { return *Cases[i].first; } in getCaseOpcode()
|
D | DAGISelMatcherGen.cpp | 207 const SDNodeInfo &NI = CGP.getSDNodeInfo(CGP.getSDNodeNamed("imm")); in EmitLeafMatchCode() 280 const SDNodeInfo &CInfo = CGP.getSDNodeInfo(N->getOperator()); in EmitOperatorMatchCode() 374 const SDNodeInfo &PInfo = CGP.getSDNodeInfo(Root->getOperator()); in EmitOperatorMatchCode()
|
D | CodeGenDAGPatterns.cpp | 847 const SDNodeInfo &NodeInfo, in getOperandNum() 872 const SDNodeInfo &NodeInfo, in ApplyTypeConstraint() 996 SDNodeInfo::SDNodeInfo(Record *R) : Def(R) { in SDNodeInfo() function in SDNodeInfo 1046 MVT::SimpleValueType SDNodeInfo::getKnownType(unsigned ResNo) const { in getKnownType() 1602 const SDNodeInfo &NI = CDP.getSDNodeInfo(getOperator()); in ApplyTypeConstraints() 1781 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(getOperator()); in canPatternMatch() 2509 const SDNodeInfo &OpInfo = CDP.getSDNodeInfo(N1->getOperator()); in IsNodeBitcast() 2542 const SDNodeInfo &OpInfo = CDP.getSDNodeInfo(N->getOperator()); in AnalyzeNode() 3418 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(N->getOperator()); in GenerateVariantsOf()
|
D | DAGISelMatcherOpt.cpp | 446 SmallVector<std::pair<const SDNodeInfo*, Matcher*>, 8> Cases; in FactorNodes()
|