Searched defs:IsVector (Results 1 – 10 of 10) sorted by relevance
74 struct IsVector { struct80 struct IsVector<std::vector<int64_t>> { struct100 } else if constexpr (IsVector<T>::value) { in ConvertAttr() argument
162 struct IsVector struct167 struct IsVector<std::vector<T, A> > struct
176 bool IsVector = TII->isVector(MI); in runOnMachineFunction() local
417 bool IsVector() const { in IsVector() function
1907 const bool IsVector = isVectorType(Ty); in emitSingleDestSingleSource() local2253 const bool IsVector = isVectorType(Ty); in emit() local2281 const bool IsVector = isVectorType(Ty); in emit() local2309 const bool IsVector = isVectorType(Ty); in emit() local
1453 bool IsVector) { in emitRegSave()
478 inline bool IsVector(const Type &type) { in IsVector() function
404 bool IsVector() const { return type_ == FBT_VECTOR || type_ == FBT_MAP; } in IsVector() function
758 def IsVector(self): member in Ref
11203 bool ARMAsmParser::parseDirectiveRegSave(SMLoc L, bool IsVector) { in parseDirectiveRegSave()