Searched refs:UpdateNodeType (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.cpp | 1598 return NodeToApply->UpdateNodeType(ResNo, VVT, TP); in ApplyTypeConstraint() 1601 return NodeToApply->UpdateNodeType(ResNo, MVT::iPTR, TP); in ApplyTypeConstraint() 1615 return NodeToApply->UpdateNodeType(ResNo, OtherNode->getExtType(OResNo),TP)| in ApplyTypeConstraint() 1616 OtherNode->UpdateNodeType(OResNo,NodeToApply->getExtType(ResNo),TP); in ApplyTypeConstraint() 1707 return UpdateNodeType(ResNo, getValueTypeByHwMode(R, T.getHwModes()), TP); in UpdateNodeTypeFromInst() 1712 return UpdateNodeType(ResNo, MVT::iPTR, TP); in UpdateNodeTypeFromInst() 1724 return UpdateNodeType(ResNo, Tgt.getRegisterClass(RC).getValueTypes(), TP); in UpdateNodeTypeFromInst() 2154 FragTree->UpdateNodeType(i, getExtType(i), TP); in InlinePatternFragments() 2422 MadeChange |= UpdateNodeType(i, getImplicitType(DI->getDef(), i, in ApplyTypeConstraints() 2471 MadeChange |= UpdateNodeType(i, Int->IS.RetVTs[i], TP); in ApplyTypeConstraints() [all …]
|
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
|