Searched refs:UpdateNodeType (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 1653 return NodeToApply->UpdateNodeType(ResNo, VVT, TP); in ApplyTypeConstraint() 1656 return NodeToApply->UpdateNodeType(ResNo, MVT::iPTR, TP); in ApplyTypeConstraint() 1670 return (int)NodeToApply->UpdateNodeType(ResNo, in ApplyTypeConstraint() 1672 (int)OtherNode->UpdateNodeType(OResNo, in ApplyTypeConstraint() 1770 return UpdateNodeType(ResNo, MVT::iPTR, TP); in UpdateNodeTypeFromInst() 2212 FragTree->UpdateNodeType(i, getExtType(i), TP); in InlinePatternFragments() 2595 MadeChange |= UpdateNodeType(ResNo, VT, TP); in ApplyTypeConstraints() 2736 MadeChange |= UpdateNodeType(0, VVT, TP); in ApplyTypeConstraints() 3454 Slot->UpdateNodeType(0, Pat->getExtType(0), I); in HandleUse() 3455 Pat->UpdateNodeType(0, Slot->getExtType(0), I); in HandleUse() [all …]
|
| H A D | CodeGenDAGPatterns.h | 837 bool UpdateNodeType(unsigned ResNo, const TypeSetByHwMode &InTy, 839 bool UpdateNodeType(unsigned ResNo, MVT::SimpleValueType InTy, 841 bool UpdateNodeType(unsigned ResNo, ValueTypeByHwMode InTy, 987 inline bool TreePatternNode::UpdateNodeType(unsigned ResNo, in UpdateNodeType() function 995 inline bool TreePatternNode::UpdateNodeType(unsigned ResNo, in UpdateNodeType() function 1003 inline bool TreePatternNode::UpdateNodeType(unsigned ResNo, in UpdateNodeType() function
|