Lines Matching refs:VVT

70   for (const ValueTypeByHwMode &VVT : VTList) {  in TypeSetByHwMode()  local
71 insert(VVT); in TypeSetByHwMode()
72 AddrSpaces.push_back(VVT.PtrAddrSpace); in TypeSetByHwMode()
89 ValueTypeByHwMode VVT; in getValueTypeByHwMode() local
94 VVT.getOrCreateTypeForMode(I.first, T); in getValueTypeByHwMode()
96 VVT.PtrAddrSpace = *ASI++; in getValueTypeByHwMode()
98 return VVT; in getValueTypeByHwMode()
108 bool TypeSetByHwMode::insert(const ValueTypeByHwMode &VVT) { in insert() argument
113 for (const auto &P : VVT) { in insert()
128 if (!VVT.hasMode(I.first)) in insert()
607 const ValueTypeByHwMode &VVT) { in EnforceVectorEltTypeIs() argument
608 TypeSetByHwMode Tmp(VVT); in EnforceVectorEltTypeIs()
1501 VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH); in SDTypeConstraint()
1502 for (const auto &P : VVT) in SDTypeConstraint()
1533 VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH); in SDTypeConstraint()
1534 for (const auto &P : VVT) { in SDTypeConstraint()
1598 return NodeToApply->UpdateNodeType(ResNo, VVT, TP); in ApplyTypeConstraint()
1630 auto VVT = getValueTypeByHwMode(DI->getDef(), T.getHwModes()); in ApplyTypeConstraint() local
1631 TypeSetByHwMode TypeListTmp(VVT); in ApplyTypeConstraint()
1670 return TI.EnforceVectorEltTypeIs(NodeToApply->getExtType(ResNo), VVT); in ApplyTypeConstraint()
1807 if (Constraint.VVT.isSimple()) in getKnownType()
1808 return Constraint.VVT.getSimple().SimpleTy; in getKnownType()
2437 ValueTypeByHwMode VVT = TP.getInfer().getConcrete(Types[0], false); in ApplyTypeConstraints() local
2438 for (auto &P : VVT) { in ApplyTypeConstraints()