Searched defs:VType (Results 1 – 9 of 9) sorted by relevance
431 inline static RISCVII::VLMUL getVLMUL(unsigned VType) { in getVLMUL()455 inline static unsigned getSEW(unsigned VType) { in getSEW()460 inline static bool isTailAgnostic(unsigned VType) { return VType & 0x40; } in isTailAgnostic()462 inline static bool isMaskAgnostic(unsigned VType) { return VType & 0x80; } in isMaskAgnostic()
165 void RISCVVType::printVType(unsigned VType, raw_ostream &OS) { in printVType()
375 void setVTYPE(unsigned VType) { in setVTYPE()1284 auto VType = MI.getOperand(2).getImm(); in canMutatePriorConfig() local
178 unsigned VType = MBBI->getOperand(2).getImm(); in isConvertibleToVMV_V_V() local
494 VectorType *VType = dyn_cast<VectorType>(MatrixVal->getType()); in getMatrix() local1099 auto *VType = cast<VectorType>(Ty); in loadMatrix() local1193 auto VType = cast<VectorType>(Ty); in storeMatrix() local
278 VType, enumerator311 struct VTypeOp VType; member
1115 const char *Name) -> Value * { in EmitIntegerSignChangeCheckHelper()1852 llvm::VectorType *VType = in VisitInitListExpr() local
864 } else if (const VectorType *VType = ILE->getType()->getAs<VectorType>()) { in FillInEmptyInitializations() local3147 } else if (const VectorType *VType = CurrentObjectType->getAs<VectorType>()) { in createInitListExpr() local
9707 QualType VType = LastIteration.get()->getType(); in checkOpenMPLoop() local