Searched refs:Subset (Results 1 – 9 of 9) sorted by relevance
89 "Subset of MIPS-III that is also in MIPS32 "92 "Subset of MIPS-III that is also in MIPS32r2 "100 "Subset of MIPS-IV that is also in MIPS32 "103 "Subset of MIPS-IV that is also in MIPS32r2 "110 "Subset of MIPS-V that is also in MIPS32r2 "
772 const FunctionProtoType *Subset, in CheckExceptionSpecSubset() argument789 Subset = ResolveExceptionSpec(SubLoc, Subset); in CheckExceptionSpecSubset()790 if (!Subset) in CheckExceptionSpecSubset()794 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType(); in CheckExceptionSpecSubset()807 CanThrowResult SubCanThrow = Subset->canThrow(); in CheckExceptionSpecSubset()814 Subset, SubLoc); in CheckExceptionSpecSubset()840 for (QualType SubI : Subset->exceptions()) { in CheckExceptionSpecSubset()867 Subset, SubLoc); in CheckExceptionSpecSubset()
436 // Subset of SPR which can be used as a source of NEON scalars for 16-bit465 // Subset of DPR that are accessible with VFP2 (and so that also have472 // Subset of DPR which can be used as a source of NEON scalars for 16-bit490 // Subset of QPR that have 32-bit SPR subregs.496 // Subset of QPR that have DPR_8 and SPR_8 subregs.
64 # Subset 1: Originally requested for a Latin orthography74 # Subset 2: Originally requested for a Latin orthography92 # Subset 3: Originally requested for Pinyin forms noted100 # Subset 4: Prominent use cases pulled from examples
4435 Relations, Subset and Superset 2ABD5090 Subset and Superset Relations 2ABD5093 Subset Signs, Superset and 22825131 Superset and Subset Signs 22825134 Superset Relations, Subset and 2ABD
17971 @ Subset and superset relations
5416 auto Subset = ArrayRef<InstructionVFPair>(); in selectVectorizationFactor() local5418 if (Subset.empty()) in selectVectorizationFactor()5419 Subset = Tail.take_front(1); in selectVectorizationFactor()5421 Instruction *I = Subset.front().first; in selectVectorizationFactor()5428 if (Subset == Tail || Tail[Subset.size()].first != I) { in selectVectorizationFactor()5431 assert(!Subset.empty() && "Unexpected empty range"); in selectVectorizationFactor()5433 for (const auto &Pair : Subset) in selectVectorizationFactor()5434 OS << (Pair.second == Subset.front().second ? "" : ", ") in selectVectorizationFactor()5443 Tail = Tail.drop_front(Subset.size()); in selectVectorizationFactor()5444 Subset = {}; in selectVectorizationFactor()[all …]
757 // Subset of SReg_32 without M0 for SMRD instructions and alike.
2151 const FunctionProtoType *Subset,