Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h84 inline static RISCVII::VLMUL getVLMUL(unsigned VType) { in getVLMUL()
108 inline static unsigned getSEW(unsigned VType) { in getSEW()
113 inline static bool isTailAgnostic(unsigned VType) { return VType & 0x40; } in isTailAgnostic()
115 inline static bool isMaskAgnostic(unsigned VType) { return VType & 0x80; } in isMaskAgnostic()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp189 void printVType(unsigned VType, raw_ostream &OS) { in printVType()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp668 void setVTYPE(unsigned VType) { in setVTYPE()
1635 auto VType = MI.getOperand(2).getImm(); in canMutatePriorConfig() local
H A DRISCVInstrInfo.cpp239 unsigned VType = MBBI->getOperand(2).getImm(); in isConvertibleToVMV_V_V() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp554 VectorType *VType = dyn_cast<VectorType>(MatrixVal->getType()); in getMatrix() local
1126 auto *VType = cast<VectorType>(Ty); in loadMatrix() local
1208 auto VType = cast<VectorType>(Ty); in storeMatrix() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp1337 auto *VType = cast<FixedVectorType>(II->getOperand(0)->getType()); in shouldExpandReduction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp339 VType, enumerator
401 struct VTypeOp VType; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1121 static llvm::Value *EmitIsNegativeTestHelper(Value *V, QualType VType, in EmitIsNegativeTestHelper()
2037 llvm::VectorType *VType = in VisitInitListExpr() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp923 } else if (const VectorType *VType = ILE->getType()->getAs<VectorType>()) { in FillInEmptyInitializations() local
3406 } else if (const VectorType *VType = CurrentObjectType->getAs<VectorType>()) { in createInitListExpr() local
H A DSemaOpenMP.cpp9767 QualType VType = LastIteration.get()->getType(); in checkOpenMPLoop() local