Home
last modified time | relevance | path

Searched refs:UpdateNodeType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp1633 return NodeToApply.UpdateNodeType(ResNo, VVT, TP); in ApplyTypeConstraint()
1636 return NodeToApply.UpdateNodeType(ResNo, MVT::iPTR, TP); in ApplyTypeConstraint()
1650 return (int)NodeToApply.UpdateNodeType(ResNo, OtherNode.getExtType(OResNo), in ApplyTypeConstraint()
1652 (int)OtherNode.UpdateNodeType(OResNo, NodeToApply.getExtType(ResNo), in ApplyTypeConstraint()
1738 return UpdateNodeType(ResNo, getValueTypeByHwMode(R, T.getHwModes()), TP); in UpdateNodeTypeFromInst()
1743 return UpdateNodeType(ResNo, MVT::iPTR, TP); in UpdateNodeTypeFromInst()
1755 return UpdateNodeType(ResNo, Tgt.getRegisterClass(RC).getValueTypes(), TP); in UpdateNodeTypeFromInst()
2194 FragTree->UpdateNodeType(i, getExtType(i), TP); in InlinePatternFragments()
2459 MadeChange |= UpdateNodeType( in ApplyTypeConstraints()
2508 MadeChange |= UpdateNodeType( in ApplyTypeConstraints()
[all …]
H A DCodeGenDAGPatterns.h840 bool UpdateNodeType(unsigned ResNo, const TypeSetByHwMode &InTy,
842 bool UpdateNodeType(unsigned ResNo, MVT::SimpleValueType InTy,
844 bool UpdateNodeType(unsigned ResNo, ValueTypeByHwMode InTy, TreePattern &TP);
982 inline bool TreePatternNode::UpdateNodeType(unsigned ResNo, in UpdateNodeType() function
990 inline bool TreePatternNode::UpdateNodeType(unsigned ResNo, in UpdateNodeType() function
998 inline bool TreePatternNode::UpdateNodeType(unsigned ResNo, in UpdateNodeType() function