Searched refs:UpdateNodeType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.h | 829 bool UpdateNodeType(unsigned ResNo, const TypeSetByHwMode &InTy, 831 bool UpdateNodeType(unsigned ResNo, MVT::SimpleValueType InTy, 833 bool UpdateNodeType(unsigned ResNo, ValueTypeByHwMode InTy, 979 inline bool TreePatternNode::UpdateNodeType(unsigned ResNo, in UpdateNodeType() function 987 inline bool TreePatternNode::UpdateNodeType(unsigned ResNo, in UpdateNodeType() function 995 inline bool TreePatternNode::UpdateNodeType(unsigned ResNo, in UpdateNodeType() function
|
| H A D | CodeGenDAGPatterns.cpp | 1598 return NodeToApply->UpdateNodeType(ResNo, VVT, TP); in ApplyTypeConstraint() 1601 return NodeToApply->UpdateNodeType(ResNo, MVT::iPTR, TP); in ApplyTypeConstraint() 1712 return UpdateNodeType(ResNo, MVT::iPTR, TP); in UpdateNodeTypeFromInst() 2154 FragTree->UpdateNodeType(i, getExtType(i), TP); in InlinePatternFragments() 2471 MadeChange |= UpdateNodeType(i, Int->IS.RetVTs[i], TP); in ApplyTypeConstraints() 2480 MadeChange |= getChild(0)->UpdateNodeType(0, MVT::iPTR, TP); in ApplyTypeConstraints() 2487 MadeChange |= getChild(i+1)->UpdateNodeType(0, OpVT, TP); in ApplyTypeConstraints() 2535 MadeChange |= UpdateNodeType(ResNo, VT, TP); in ApplyTypeConstraints() 3377 Slot->UpdateNodeType(0, Pat->getExtType(0), I); in HandleUse() 3378 Pat->UpdateNodeType(0, Slot->getExtType(0), I); in HandleUse() [all …]
|