Searched refs:UpdateNodeType (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 1651 return NodeToApply->UpdateNodeType(ResNo, VVT, TP); in ApplyTypeConstraint() 1654 return NodeToApply->UpdateNodeType(ResNo, MVT::iPTR, TP); in ApplyTypeConstraint() 1668 return (int)NodeToApply->UpdateNodeType(ResNo, in ApplyTypeConstraint() 1670 (int)OtherNode->UpdateNodeType(OResNo, in ApplyTypeConstraint() 1763 return UpdateNodeType(ResNo, getValueTypeByHwMode(R, T.getHwModes()), TP); in UpdateNodeTypeFromInst() 1768 return UpdateNodeType(ResNo, MVT::iPTR, TP); in UpdateNodeTypeFromInst() 1780 return UpdateNodeType(ResNo, Tgt.getRegisterClass(RC).getValueTypes(), TP); in UpdateNodeTypeFromInst() 2210 FragTree->UpdateNodeType(i, getExtType(i), TP); in InlinePatternFragments() 2480 MadeChange |= UpdateNodeType(i, getImplicitType(DI->getDef(), i, in ApplyTypeConstraints() 2529 MadeChange |= UpdateNodeType(i, Int->IS.RetVTs[i], TP); in ApplyTypeConstraints() [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
|