Searched defs:VType (Results 1 – 8 of 8) sorted by relevance
325 inline static RISCVII::VLMUL getVLMUL(unsigned VType) { in getVLMUL()338 inline static unsigned getSEW(unsigned VType) { in getSEW()343 inline static bool isTailAgnostic(unsigned VType) { return VType & 0x40; } in isTailAgnostic()345 inline static bool isMaskAgnostic(unsigned VType) { return VType & 0x80; } in isMaskAgnostic()
140 void RISCVVType::printVType(unsigned VType, raw_ostream &OS) { in printVType()
113 void setVTYPE(unsigned VType) { in setVTYPE()
452 VectorType *VType = dyn_cast<VectorType>(MatrixVal->getType()); in getMatrix() local978 auto *VType = cast<VectorType>(Ty); in loadMatrix() local1071 auto VType = cast<VectorType>(Ty); in storeMatrix() local
264 VType, enumerator295 struct VTypeOp VType; member
1084 const char *Name) -> Value * { in EmitIntegerSignChangeCheckHelper()1810 llvm::VectorType *VType = in VisitInitListExpr() local
851 } else if (const VectorType *VType = ILE->getType()->getAs<VectorType>()) { in FillInEmptyInitializations() local3107 } else if (const VectorType *VType = CurrentObjectType->getAs<VectorType>()) { in createInitListExpr() local
9094 QualType VType = LastIteration.get()->getType(); in checkOpenMPLoop() local