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.cpp74 RVVType::RVVType(BasicType BT, int Log2LMUL, in RVVType() function in clang::RISCV::RVVType
107 bool RVVType::verifyType() const { in verifyType()
141 void RVVType::initBuiltinStr() { in initBuiltinStr()
231 void RVVType::initClangBuiltinStr() { in initClangBuiltinStr()
259 void RVVType::initTypeStr() { in initTypeStr()
334 void RVVType::initShortStr() { in initShortStr()
367 void RVVType::applyBasicType() { in applyBasicType()
672 void RVVType::applyModifier(const PrototypeDescriptor &Transformer) { in applyModifier()
874 void RVVType::applyLog2EEW(unsigned Log2EEW) { in applyLog2EEW()
883 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.cpp93 static QualType RVVType2Qual(ASTContext &Context, const RVVType *Type) { in RVVType2Qual()
420 RVVType *ReturnType = Sigs[0]; in CreateRVVIntrinsicDecl()