Lines Matching refs:VT
37 for (auto *VT : ValueTypes) { in run() local
38 auto Number = VT->getValueAsInt("Value"); in run()
42 VTsByNumber[Number] = VT; in run()
66 for (const auto *VT : VTsByNumber) { in run() local
67 if (!VT) in run()
69 auto Name = VT->getValueAsString("LLVMName"); in run()
70 auto Value = VT->getValueAsInt("Value"); in run()
71 bool IsInteger = VT->getValueAsInt("isInteger"); in run()
72 bool IsFP = VT->getValueAsInt("isFP"); in run()
73 bool IsVector = VT->getValueAsInt("isVector"); in run()
74 bool IsScalable = VT->getValueAsInt("isScalable"); in run()
94 << VT->getValueAsInt("Size") << ", " in run()
95 << VT->getValueAsInt("isOverloaded") << ", " in run()
113 for (const auto *VT : VTsByNumber) { in run() local
114 if (!VT || !VT->getValueAsInt("isVector")) in run()
116 const auto *ElTy = VT->getValueAsDef("ElementType"); in run()
120 << VT->getValueAsString("LLVMName") << ", " in run()
121 << VT->getValueAsInt("isScalable") << ", " in run()
122 << VT->getValueAsInt("nElem") << ", " in run()