Searched defs:IsVector (Results 1 – 8 of 8) sorted by relevance
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()