Searched refs:SDNodeInfo (Results 1 – 5 of 5) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 33 class SDNodeInfo; variable 196 bool ApplyTypeConstraint(TreePatternNode *N, const SDNodeInfo &NodeInfo, 203 class SDNodeInfo { 212 SDNodeInfo(Record *R); // Parse the specified record. 702 std::map<Record*, SDNodeInfo, LessRecordByID> SDNodes; 726 const SDNodeInfo &getSDNodeInfo(Record *R) const { in getSDNodeInfo()
|
D | DAGISelMatcher.h | 27 class SDNodeInfo; variable 480 const SDNodeInfo &Opcode; 482 CheckOpcodeMatcher(const SDNodeInfo &opcode) in CheckOpcodeMatcher() 485 const SDNodeInfo &getOpcode() const { return Opcode; } in getOpcode() 505 SmallVector<std::pair<const SDNodeInfo*, Matcher*>, 8> Cases; 507 SwitchOpcodeMatcher(ArrayRef<std::pair<const SDNodeInfo*, Matcher*> > cases) in SwitchOpcodeMatcher() argument 517 const SDNodeInfo &getCaseOpcode(unsigned i) const { return *Cases[i].first; } in getCaseOpcode()
|
D | DAGISelMatcherGen.cpp | 217 const SDNodeInfo &NI = CGP.getSDNodeInfo(CGP.getSDNodeNamed("imm")); in EmitLeafMatchCode() 310 const SDNodeInfo &CInfo = CGP.getSDNodeInfo(N->getOperator()); in EmitOperatorMatchCode() 404 const SDNodeInfo &PInfo = CGP.getSDNodeInfo(Root->getOperator()); in EmitOperatorMatchCode()
|
D | CodeGenDAGPatterns.cpp | 851 const SDNodeInfo &NodeInfo, in getOperandNum() 876 const SDNodeInfo &NodeInfo, in ApplyTypeConstraint() 1000 SDNodeInfo::SDNodeInfo(Record *R) : Def(R) { in SDNodeInfo() function in SDNodeInfo 1050 MVT::SimpleValueType SDNodeInfo::getKnownType(unsigned ResNo) const { in getKnownType() 1642 const SDNodeInfo &NI = CDP.getSDNodeInfo(getOperator()); in ApplyTypeConstraints() 1833 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(getOperator()); in canPatternMatch() 2595 const SDNodeInfo &OpInfo = CDP.getSDNodeInfo(N1->getOperator()); in IsNodeBitcast() 3512 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(N->getOperator()); in GenerateVariantsOf()
|
D | DAGISelMatcherOpt.cpp | 454 SmallVector<std::pair<const SDNodeInfo*, Matcher*>, 8> Cases; in FactorNodes()
|