Searched defs:VType (Results 1 – 7 of 7) sorted by relevance
325 inline static RISCVII::VLMUL getVLMUL(unsigned VType) { in getVLMUL()335 inline static unsigned getSEW(unsigned VType) { in getSEW()340 inline static bool isTailAgnostic(unsigned VType) { return VType & 0x40; } in isTailAgnostic()342 inline static bool isMaskAgnostic(unsigned VType) { return VType & 0x80; } in isMaskAgnostic()
124 void RISCVVType::printVType(unsigned VType, raw_ostream &OS) { in printVType()
423 VectorType *VType = dyn_cast<VectorType>(MatrixVal->getType()); in getMatrix() local805 auto *VType = cast<VectorType>(Ty); in loadMatrix() local898 auto VType = cast<VectorType>(Ty); in storeMatrix() local
264 VType, enumerator295 struct VTypeOp VType; member
1082 const char *Name) -> Value * { in EmitIntegerSignChangeCheckHelper()1789 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
9070 QualType VType = LastIteration.get()->getType(); in checkOpenMPLoop() local