Home
last modified time | relevance | path

Searched refs:RVVType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp71 RVVType::RVVType(BasicType BT, int Log2LMUL, in RVVType() function in clang::RISCV::RVVType
104 bool RVVType::verifyType() const { in verifyType()
138 void RVVType::initBuiltinStr() { in initBuiltinStr()
228 void RVVType::initClangBuiltinStr() { in initClangBuiltinStr()
256 void RVVType::initTypeStr() { in initTypeStr()
331 void RVVType::initShortStr() { in initShortStr()
364 void RVVType::applyBasicType() { in applyBasicType()
669 void RVVType::applyModifier(const PrototypeDescriptor &Transformer) { in applyModifier()
871 void RVVType::applyLog2EEW(unsigned Log2EEW) { in applyLog2EEW()
880 void RVVType::applyFixedSEW(unsigned NewSEW) { in applyFixedSEW()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h245 class RVVType; variable
246 using RVVTypePtr = RVVType *;
251 class RVVType {
275 RVVType(BasicType BT, int Log2LMUL, const PrototypeDescriptor &Profile);
357 std::unordered_map<uint64_t, RVVType> LegalTypes;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp113 static QualType RVVType2Qual(ASTContext &Context, const RVVType *Type) { in RVVType2Qual()
410 RVVType *ReturnType = Sigs[0]; in CreateRVVIntrinsicDecl()