Lines Matching refs:IsVector
32 bool IsVector = VT->getValueAsBit("isVector"); in vTtoGetLlvmTyString() local
44 if (IsVector) in vTtoGetLlvmTyString()
48 auto OutputVT = IsVector ? VT->getValueAsDef("ElementType") : VT; in vTtoGetLlvmTyString()
86 if (IsVector) in vTtoGetLlvmTyString()
132 bool IsVector = VT->getValueAsBit("isVector"); in run() local
137 int64_t NElem = IsVector ? VT->getValueAsInt("nElem") : 0; in run()
138 StringRef EltName = IsVector ? VT->getValueAsDef("ElementType")->getName() in run()
142 IsInteger && IsVector && !IsScalable); in run()
146 IsFP && IsVector && !IsScalable); in run()
148 UpdateVTRange("FIXEDLEN_VECTOR_VALUETYPE", Name, IsVector && !IsScalable); in run()
151 UpdateVTRange("VECTOR_VALUETYPE", Name, IsVector); in run()
152 UpdateVTRange("INTEGER_VALUETYPE", Name, IsInteger && !IsVector); in run()
153 UpdateVTRange("FP_VALUETYPE", Name, IsFP && !IsVector); in run()
164 << IsVector << ", " in run()
204 bool IsVector = VT->getValueAsBit("isVector"); in run() local
208 if (!IsInteger && !IsVector && !IsFP && !IsRISCVVecTuple) in run()