Searched defs:isVector (Results 1 – 8 of 8) sorted by relevance
190 bool isVector() const { in isVector() function661 bool isVector() const { in isVector() function
116 bool isVector) { in emitRegSave()470 bool isVector) { in emitRegSave()
188 bool isVector() const { return Kind == Vector; } in isVector() function
314 bool isVector() const { return (getFlags() & FlagVector) != 0; } in isVector() function
45 bool R600InstrInfo::isVector(const MachineInstr &MI) const { in isVector() function in R600InstrInfo
38 static inline bool isVector(MVT::SimpleValueType VT) { in isVector() function
1924 bool LLParser::ParseArrayVectorType(Type *&Result, bool isVector) { in ParseArrayVectorType()
3139 bool isVector, SmallVectorImpl<SDValue> &MemOpChains, in LowerMemOpCallTo()