Searched defs:isVector (Results 1 – 13 of 13) sorted by relevance
466 bool isVector = aType->isVectorTy(); in optimizeBitInsert() local664 bool isVector = aType->isVectorTy(); in optimizeBitExtract() local954 bool isVector = aType->isVectorTy(); in expandSigned24BitOps() local987 bool isVector = aType->isVectorTy(); in expandSigned24BitOps() local
43 bool R600InstrInfo::isVector(const MachineInstr &MI) const { in isVector() function in R600InstrInfo
160 inline bool isVector() const { return rows()==1 || cols()==1; } in isVector() function
185 bool isVector() const { in isVector() function634 bool isVector() const { in isVector() function
201 bool isVector() const { return size > 1 && !matrix; } in isVector() function
254 bool isVector() const { return type.isVector(); } in isVector() function
181 bool isVector() const { return Kind == Vector; } in isVector() function
113 def __init__(self, index, isVector, elementType, size): argument
282 bool isVector() const { in isVector() function
1344 bool isVector) { in EmitRegSave()
1877 bool LLParser::ParseArrayVectorType(Type *&Result, bool isVector) { in ParseArrayVectorType()
38 static inline bool isVector(MVT::SimpleValueType VT) { in isVector() function
3045 bool isVector, SmallVector<SDValue, 8> &MemOpChains, in LowerMemOpCallTo()