Home
last modified time | relevance | path

Searched defs:VType (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVBaseInfo.h325 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()
DRISCVBaseInfo.cpp140 void RISCVVType::printVType(unsigned VType, raw_ostream &OS) { in printVType()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVInsertVSETVLI.cpp113 void setVTYPE(unsigned VType) { in setVTYPE()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp452 VectorType *VType = dyn_cast<VectorType>(MatrixVal->getType()); in getMatrix() local
978 auto *VType = cast<VectorType>(Ty); in loadMatrix() local
1071 auto VType = cast<VectorType>(Ty); in storeMatrix() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp264 VType, enumerator
295 struct VTypeOp VType; member
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp1084 const char *Name) -> Value * { in EmitIntegerSignChangeCheckHelper()
1810 llvm::VectorType *VType = in VisitInitListExpr() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaInit.cpp851 } else if (const VectorType *VType = ILE->getType()->getAs<VectorType>()) { in FillInEmptyInitializations() local
3107 } else if (const VectorType *VType = CurrentObjectType->getAs<VectorType>()) { in createInitListExpr() local
DSemaOpenMP.cpp9094 QualType VType = LastIteration.get()->getType(); in checkOpenMPLoop() local