Searched defs:IsVector (Results 1 – 11 of 11) sorted by relevance
91 static bool IsVector(const reflection::BaseType base_type) { in IsVector() function
176 bool IsVector = TII->isVector(MI); in runOnMachineFunction() local
213 bool IsVector(const std::vector<int64_t> &shape) { return (shape.size() == 1); } in IsVector() function
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
143 inline bool IsVector (BaseType t) { return t == BASE_TYPE_VECTOR || in IsVector() function540 inline bool IsVector(const Type &type) { return IsVector(type.base_type); } in IsVector() function
430 bool IsVector() const { return type_ == FBT_VECTOR || type_ == FBT_MAP; } in IsVector() function
260 bool IsVector() const { return HasLaneSize() && (size_ != lane_size_); } in IsVector() function
1453 bool IsVector) { in emitRegSave()
767 def IsVector(self): member in Ref
11203 bool ARMAsmParser::parseDirectiveRegSave(SMLoc L, bool IsVector) { in parseDirectiveRegSave()