Searched refs:RVVType (Results 1 – 3 of 3) sorted by relevance
74 RVVType::RVVType(BasicType BT, int Log2LMUL, in RVVType() function in clang::RISCV::RVVType107 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 …]
245 class RVVType; variable246 using RVVTypePtr = RVVType *;251 class RVVType {275 RVVType(BasicType BT, int Log2LMUL, const PrototypeDescriptor &Profile);357 std::unordered_map<uint64_t, RVVType> LegalTypes;
93 static QualType RVVType2Qual(ASTContext &Context, const RVVType *Type) { in RVVType2Qual()420 RVVType *ReturnType = Sigs[0]; in CreateRVVIntrinsicDecl()