Lines Matching refs:VVT
71 for (const ValueTypeByHwMode &VVT : VTList) in TypeSetByHwMode() local
72 insert(VVT); in TypeSetByHwMode()
88 ValueTypeByHwMode VVT; in getValueTypeByHwMode() local
91 VVT.getOrCreateTypeForMode(I.first, T); in getValueTypeByHwMode()
93 return VVT; in getValueTypeByHwMode()
103 bool TypeSetByHwMode::insert(const ValueTypeByHwMode &VVT) { in insert() argument
109 for (const auto &P : VVT) { in insert()
599 const ValueTypeByHwMode &VVT) { in EnforceVectorEltTypeIs() argument
600 TypeSetByHwMode Tmp(VVT); in EnforceVectorEltTypeIs()
1360 VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH); in SDTypeConstraint()
1361 for (const auto &P : VVT) in SDTypeConstraint()
1392 VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH); in SDTypeConstraint()
1393 for (const auto &P : VVT) { in SDTypeConstraint()
1456 return NodeToApply->UpdateNodeType(ResNo, VVT, TP); in ApplyTypeConstraint()
1488 auto VVT = getValueTypeByHwMode(DI->getDef(), T.getHwModes()); in ApplyTypeConstraint() local
1489 TypeSetByHwMode TypeListTmp(VVT); in ApplyTypeConstraint()
1528 return TI.EnforceVectorEltTypeIs(NodeToApply->getExtType(ResNo), VVT); in ApplyTypeConstraint()
1665 if (Constraint.VVT.isSimple()) in getKnownType()
1666 return Constraint.VVT.getSimple().SimpleTy; in getKnownType()
2291 ValueTypeByHwMode VVT = TP.getInfer().getConcrete(Types[0], false); in ApplyTypeConstraints() local
2292 for (auto &P : VVT) { in ApplyTypeConstraints()