Searched refs:UpdateNodeType (Results 1 – 4 of 4) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 999 return NodeToApply->UpdateNodeType(ResNo, x.SDTCisVT_Info.VT, TP); in ApplyTypeConstraint() 1002 return NodeToApply->UpdateNodeType(ResNo, MVT::iPTR, TP); in ApplyTypeConstraint() 1016 return NodeToApply->UpdateNodeType(ResNo, OtherNode->getExtType(OResNo),TP)| in ApplyTypeConstraint() 1017 OtherNode->UpdateNodeType(OResNo,NodeToApply->getExtType(ResNo),TP); in ApplyTypeConstraint() 1108 return UpdateNodeType(ResNo, getValueType(Operand->getValueAsDef("Type")), in UpdateNodeTypeFromInst() 1113 return UpdateNodeType(ResNo, MVT::iPTR, TP); in UpdateNodeTypeFromInst() 1125 return UpdateNodeType(ResNo, Tgt.getRegisterClass(RC).getValueTypes(), TP); in UpdateNodeTypeFromInst() 1456 FragTree->UpdateNodeType(i, getExtType(i), TP); in InlinePatternFragments() 1709 MadeChange |= UpdateNodeType(i, getImplicitType(DI->getDef(), i, in ApplyTypeConstraints() 1759 MadeChange |= Child->UpdateNodeType(0, SetVal->getExtType(i), TP); in ApplyTypeConstraints() [all …]
|
D | CodeGenDAGPatterns.h | 487 bool UpdateNodeType(unsigned ResNo, const EEVT::TypeSet &InTy, in UpdateNodeType() function 492 bool UpdateNodeType(unsigned ResNo, MVT::SimpleValueType InTy, in UpdateNodeType() function
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 1552 return NodeToApply->UpdateNodeType(ResNo, VVT, TP); in ApplyTypeConstraint() 1555 return NodeToApply->UpdateNodeType(ResNo, MVT::iPTR, TP); in ApplyTypeConstraint() 1569 return NodeToApply->UpdateNodeType(ResNo, OtherNode->getExtType(OResNo),TP)| in ApplyTypeConstraint() 1570 OtherNode->UpdateNodeType(OResNo,NodeToApply->getExtType(ResNo),TP); in ApplyTypeConstraint() 1661 return UpdateNodeType(ResNo, getValueTypeByHwMode(R, T.getHwModes()), TP); in UpdateNodeTypeFromInst() 1666 return UpdateNodeType(ResNo, MVT::iPTR, TP); in UpdateNodeTypeFromInst() 1678 return UpdateNodeType(ResNo, Tgt.getRegisterClass(RC).getValueTypes(), TP); in UpdateNodeTypeFromInst() 2105 FragTree->UpdateNodeType(i, getExtType(i), TP); in InlinePatternFragments() 2373 MadeChange |= UpdateNodeType(i, getImplicitType(DI->getDef(), i, in ApplyTypeConstraints() 2422 MadeChange |= UpdateNodeType(i, Int->IS.RetVTs[i], TP); in ApplyTypeConstraints() [all …]
|
D | CodeGenDAGPatterns.h | 831 bool UpdateNodeType(unsigned ResNo, const TypeSetByHwMode &InTy, 833 bool UpdateNodeType(unsigned ResNo, MVT::SimpleValueType InTy, 835 bool UpdateNodeType(unsigned ResNo, ValueTypeByHwMode InTy, 981 inline bool TreePatternNode::UpdateNodeType(unsigned ResNo, in UpdateNodeType() function 989 inline bool TreePatternNode::UpdateNodeType(unsigned ResNo, in UpdateNodeType() function 997 inline bool TreePatternNode::UpdateNodeType(unsigned ResNo, in UpdateNodeType() function
|