Searched refs:SDNodeInfo (Results 1 – 5 of 5) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 33 class SDNodeInfo; variable 216 bool ApplyTypeConstraint(TreePatternNode *N, const SDNodeInfo &NodeInfo, 223 class SDNodeInfo { 232 SDNodeInfo(Record *R); // Parse the specified record. 722 std::map<Record*, SDNodeInfo, LessRecordByID> SDNodes; 746 const SDNodeInfo &getSDNodeInfo(Record *R) const { in getSDNodeInfo()
|
D | DAGISelMatcher.h | 27 class SDNodeInfo; variable 481 const SDNodeInfo &Opcode; 483 CheckOpcodeMatcher(const SDNodeInfo &opcode) in CheckOpcodeMatcher() 486 const SDNodeInfo &getOpcode() const { return Opcode; } in getOpcode() 506 SmallVector<std::pair<const SDNodeInfo*, Matcher*>, 8> Cases; 508 SwitchOpcodeMatcher(ArrayRef<std::pair<const SDNodeInfo*, Matcher*> > cases) in SwitchOpcodeMatcher() argument 518 const SDNodeInfo &getCaseOpcode(unsigned i) const { return *Cases[i].first; } in getCaseOpcode()
|
D | DAGISelMatcherGen.cpp | 215 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 | 962 const SDNodeInfo &NodeInfo, in getOperandNum() 988 const SDNodeInfo &NodeInfo, in ApplyTypeConstraint() 1132 SDNodeInfo::SDNodeInfo(Record *R) : Def(R) { in SDNodeInfo() function in SDNodeInfo 1181 MVT::SimpleValueType SDNodeInfo::getKnownType(unsigned ResNo) const { in getKnownType() 1805 const SDNodeInfo &NI = CDP.getSDNodeInfo(getOperator()); in ApplyTypeConstraints() 2023 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(getOperator()); in canPatternMatch() 2779 const SDNodeInfo &OpInfo = CDP.getSDNodeInfo(N1->getOperator()); in IsNodeBitcast() 3670 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(N->getOperator()); in GenerateVariantsOf()
|
D | DAGISelMatcherOpt.cpp | 454 SmallVector<std::pair<const SDNodeInfo*, Matcher*>, 8> Cases; in FactorNodes()
|