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.cpp1648 return NodeToApply.UpdateNodeType(ResNo, VVT, TP); in ApplyTypeConstraint()
1651 return NodeToApply.UpdateNodeType(ResNo, MVT::iPTR, TP); in ApplyTypeConstraint()
1665 return (int)NodeToApply.UpdateNodeType(ResNo, OtherNode.getExtType(OResNo), in ApplyTypeConstraint()
1667 (int)OtherNode.UpdateNodeType(OResNo, NodeToApply.getExtType(ResNo), in ApplyTypeConstraint()
1806 return UpdateNodeType(ResNo, getValueTypeByHwMode(R, T.getHwModes()), TP); in UpdateNodeTypeFromInst()
1811 return UpdateNodeType(ResNo, MVT::iPTR, TP); in UpdateNodeTypeFromInst()
1823 return UpdateNodeType(ResNo, Tgt.getRegisterClass(RC).getValueTypes(), TP); in UpdateNodeTypeFromInst()
2269 FragTree->UpdateNodeType(i, getExtType(i), TP); in InlinePatternFragments()
2535 MadeChange |= UpdateNodeType( in ApplyTypeConstraints()
2581 MadeChange |= UpdateNodeType( in ApplyTypeConstraints()
[all …]
H A DCodeGenDAGPatterns.h851 bool UpdateNodeType(unsigned ResNo, const TypeSetByHwMode &InTy,
853 bool UpdateNodeType(unsigned ResNo, MVT::SimpleValueType InTy,
855 bool UpdateNodeType(unsigned ResNo, const ValueTypeByHwMode &InTy,
996 inline bool TreePatternNode::UpdateNodeType(unsigned ResNo, in UpdateNodeType() function
1004 inline bool TreePatternNode::UpdateNodeType(unsigned ResNo, in UpdateNodeType() function
1012 inline bool TreePatternNode::UpdateNodeType(unsigned ResNo, in UpdateNodeType() function