Lines Matching refs:VVT
90 for (const ValueTypeByHwMode &VVT : VTList) in TypeSetByHwMode() local
91 insert(VVT); in TypeSetByHwMode()
107 ValueTypeByHwMode VVT; in getValueTypeByHwMode() local
108 VVT.PtrAddrSpace = AddrSpace; in getValueTypeByHwMode()
112 VVT.getOrCreateTypeForMode(I.first, T); in getValueTypeByHwMode()
114 return VVT; in getValueTypeByHwMode()
124 bool TypeSetByHwMode::insert(const ValueTypeByHwMode &VVT) { in insert() argument
129 for (const auto &P : VVT) { in insert()
144 if (!VVT.hasMode(I.first)) in insert()
646 const ValueTypeByHwMode &VVT) { in EnforceVectorEltTypeIs() argument
647 TypeSetByHwMode Tmp(VVT); in EnforceVectorEltTypeIs()
1535 VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH); in SDTypeConstraint()
1536 for (const auto &P : VVT) in SDTypeConstraint()
1567 VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH); in SDTypeConstraint()
1568 for (const auto &P : VVT) { in SDTypeConstraint()
1632 return NodeToApply->UpdateNodeType(ResNo, VVT, TP); in ApplyTypeConstraint()
1666 auto VVT = getValueTypeByHwMode(DI->getDef(), T.getHwModes()); in ApplyTypeConstraint() local
1667 TypeSetByHwMode TypeListTmp(VVT); in ApplyTypeConstraint()
1707 return TI.EnforceVectorEltTypeIs(NodeToApply->getExtType(ResNo), VVT); in ApplyTypeConstraint()
1844 if (Constraint.VVT.isSimple()) in getKnownType()
1845 return Constraint.VVT.getSimple().SimpleTy; in getKnownType()
2487 ValueTypeByHwMode VVT = TP.getInfer().getConcrete(Types[0], false); in ApplyTypeConstraints() local
2488 for (auto &P : VVT) { in ApplyTypeConstraints()
2719 const ValueTypeByHwMode VVT = getValueTypeByHwMode(T, CGH); in ApplyTypeConstraints() local
2727 if (!VVT.isSimple() || VVT.getSimple() != MVT::Untyped) in ApplyTypeConstraints()
2728 MadeChange |= UpdateNodeType(0, VVT, TP); in ApplyTypeConstraints()