Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h431 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()
H A DRISCVBaseInfo.cpp165 void RISCVVType::printVType(unsigned VType, raw_ostream &OS) { in printVType()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp375 void setVTYPE(unsigned VType) { in setVTYPE()
1284 auto VType = MI.getOperand(2).getImm(); in canMutatePriorConfig() local
H A DRISCVInstrInfo.cpp178 unsigned VType = MBBI->getOperand(2).getImm(); in isConvertibleToVMV_V_V() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp494 VectorType *VType = dyn_cast<VectorType>(MatrixVal->getType()); in getMatrix() local
1099 auto *VType = cast<VectorType>(Ty); in loadMatrix() local
1193 auto VType = cast<VectorType>(Ty); in storeMatrix() local
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp278 VType, enumerator
311 struct VTypeOp VType; member
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp1115 const char *Name) -> Value * { in EmitIntegerSignChangeCheckHelper()
1852 llvm::VectorType *VType = in VisitInitListExpr() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp864 } else if (const VectorType *VType = ILE->getType()->getAs<VectorType>()) { in FillInEmptyInitializations() local
3147 } else if (const VectorType *VType = CurrentObjectType->getAs<VectorType>()) { in createInitListExpr() local
H A DSemaOpenMP.cpp9707 QualType VType = LastIteration.get()->getType(); in checkOpenMPLoop() local