Searched refs:UpdateNodeType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 1456 return NodeToApply->UpdateNodeType(ResNo, VVT, TP); in ApplyTypeConstraint() 1459 return NodeToApply->UpdateNodeType(ResNo, MVT::iPTR, TP); in ApplyTypeConstraint() 1570 return UpdateNodeType(ResNo, MVT::iPTR, TP); in UpdateNodeTypeFromInst() 2009 FragTree->UpdateNodeType(i, getExtType(i), TP); in InlinePatternFragments() 2325 MadeChange |= UpdateNodeType(i, Int->IS.RetVTs[i], TP); in ApplyTypeConstraints() 2334 MadeChange |= getChild(0)->UpdateNodeType(0, MVT::iPTR, TP); in ApplyTypeConstraints() 2341 MadeChange |= getChild(i+1)->UpdateNodeType(0, OpVT, TP); in ApplyTypeConstraints() 2389 MadeChange |= UpdateNodeType(ResNo, VT, TP); in ApplyTypeConstraints() 3201 Slot->UpdateNodeType(0, Pat->getExtType(0), I); in HandleUse() 3202 Pat->UpdateNodeType(0, Slot->getExtType(0), I); in HandleUse() [all …]
|
| H A D | CodeGenDAGPatterns.h | 821 bool UpdateNodeType(unsigned ResNo, const TypeSetByHwMode &InTy, 823 bool UpdateNodeType(unsigned ResNo, MVT::SimpleValueType InTy, 825 bool UpdateNodeType(unsigned ResNo, ValueTypeByHwMode InTy, 971 inline bool TreePatternNode::UpdateNodeType(unsigned ResNo, in UpdateNodeType() function 979 inline bool TreePatternNode::UpdateNodeType(unsigned ResNo, in UpdateNodeType() function 987 inline bool TreePatternNode::UpdateNodeType(unsigned ResNo, in UpdateNodeType() function
|