Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h325 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()
H A DRISCVBaseInfo.cpp124 void RISCVVType::printVType(unsigned VType, raw_ostream &OS) { in printVType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp423 VectorType *VType = dyn_cast<VectorType>(MatrixVal->getType()); in getMatrix() local
805 auto *VType = cast<VectorType>(Ty); in loadMatrix() local
898 auto VType = cast<VectorType>(Ty); in storeMatrix() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp264 VType, enumerator
295 struct VTypeOp VType; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp1082 const char *Name) -> Value * { in EmitIntegerSignChangeCheckHelper()
1789 llvm::VectorType *VType = in VisitInitListExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A 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
H A DSemaOpenMP.cpp9070 QualType VType = LastIteration.get()->getType(); in checkOpenMPLoop() local