Lines Matching refs:VVT
81 for (const ValueTypeByHwMode &VVT : VTList) in TypeSetByHwMode() local
82 insert(VVT); in TypeSetByHwMode()
98 ValueTypeByHwMode VVT; in getValueTypeByHwMode() local
99 VVT.PtrAddrSpace = AddrSpace; in getValueTypeByHwMode()
103 VVT.getOrCreateTypeForMode(I.first, T); in getValueTypeByHwMode()
105 return VVT; in getValueTypeByHwMode()
115 bool TypeSetByHwMode::insert(const ValueTypeByHwMode &VVT) { in insert() argument
120 for (const auto &P : VVT) { in insert()
135 if (!VVT.hasMode(I.first)) in insert()
640 const ValueTypeByHwMode &VVT) { in EnforceVectorEltTypeIs() argument
641 TypeSetByHwMode Tmp(VVT); in EnforceVectorEltTypeIs()
1537 VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH); in SDTypeConstraint()
1538 for (const auto &P : VVT) in SDTypeConstraint()
1568 VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH); in SDTypeConstraint()
1569 for (const auto &P : VVT) { in SDTypeConstraint()
1633 return NodeToApply.UpdateNodeType(ResNo, VVT, TP); in ApplyTypeConstraint()
1667 auto VVT = getValueTypeByHwMode(DI->getDef(), T.getHwModes()); in ApplyTypeConstraint() local
1668 TypeSetByHwMode TypeListTmp(VVT); in ApplyTypeConstraint()
1704 return TI.EnforceVectorEltTypeIs(NodeToApply.getExtType(ResNo), VVT); in ApplyTypeConstraint()
1839 if (Constraint.VVT.isSimple()) in getKnownType()
1840 return Constraint.VVT.getSimple().SimpleTy; in getKnownType()
2474 ValueTypeByHwMode VVT = TP.getInfer().getConcrete(Types[0], false); in ApplyTypeConstraints() local
2475 for (auto &P : VVT) { in ApplyTypeConstraints()
2706 const ValueTypeByHwMode VVT = getValueTypeByHwMode(T, CGH); in ApplyTypeConstraints() local
2714 if (!VVT.isSimple() || VVT.getSimple() != MVT::Untyped) in ApplyTypeConstraints()
2715 MadeChange |= UpdateNodeType(0, VVT, TP); in ApplyTypeConstraints()