Searched refs:InputTypes (Results 1 – 1 of 1) sorted by relevance
163 RVVTypes InputTypes; // Builtin input types member in __anond814f6670111::RVVIntrinsic783 InputTypes.assign(OutInTypes.begin() + 1, OutInTypes.end()); in RVVIntrinsic()799 for (const auto &T : InputTypes) { in getBuiltinTypeStr()841 if (!InputTypes.empty()) { in emitIntrinsicMacro()843 for (unsigned i = 0, e = InputTypes.size(); i != e; ++i) in emitIntrinsicMacro()848 if (!InputTypes.empty()) { in emitIntrinsicMacro()850 for (unsigned i = 0, e = InputTypes.size(); i != e; ++i) in emitIntrinsicMacro()851 OS << LS << "(" << InputTypes[i]->getTypeStr() << ")(op" << i << ")"; in emitIntrinsicMacro()861 if (!InputTypes.empty()) { in emitMangledFuncDef()863 for (unsigned i = 0; i < InputTypes.size(); ++i) in emitMangledFuncDef()[all …]