Lines Matching refs:IsVector
33 bool IsVector = VT->getValueAsBit("isVector"); in VTtoGetLLVMTyString() local
34 if (IsVector) in VTtoGetLLVMTyString()
38 auto OutputVT = IsVector ? VT->getValueAsDef("ElementType") : VT; in VTtoGetLLVMTyString()
75 if (IsVector) in VTtoGetLLVMTyString()
120 bool IsVector = VT->getValueAsBit("isVector"); in run() local
123 int64_t NElem = IsVector ? VT->getValueAsInt("nElem") : 0; in run()
124 StringRef EltName = IsVector ? VT->getValueAsDef("ElementType")->getName() in run()
128 IsInteger && IsVector && !IsScalable); in run()
132 IsFP && IsVector && !IsScalable); in run()
134 UpdateVTRange("FIXEDLEN_VECTOR_VALUETYPE", Name, IsVector && !IsScalable); in run()
136 UpdateVTRange("VECTOR_VALUETYPE", Name, IsVector); in run()
137 UpdateVTRange("INTEGER_VALUETYPE", Name, IsInteger && !IsVector); in run()
138 UpdateVTRange("FP_VALUETYPE", Name, IsFP && !IsVector); in run()
149 << IsVector << ", " in run()
186 bool IsVector = VT->getValueAsBit("isVector"); in run() local
189 if (!IsInteger && !IsVector && !IsFP) in run()