Home
last modified time | relevance | path

Searched refs:Subset (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMips.td89 "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 "
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp772 const FunctionProtoType *Subset, in CheckExceptionSpecSubset() argument
789 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()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMRegisterInfo.td436 // Subset of SPR which can be used as a source of NEON scalars for 16-bit
465 // Subset of DPR that are accessible with VFP2 (and so that also have
472 // Subset of DPR which can be used as a source of NEON scalars for 16-bit
490 // Subset of QPR that have 32-bit SPR subregs.
496 // Subset of QPR that have DPR_8 and SPR_8 subregs.
/openbsd/gnu/usr.bin/perl/lib/unicore/
H A DNamedSequences.txt64 # Subset 1: Originally requested for a Latin orthography
74 # Subset 2: Originally requested for a Latin orthography
92 # Subset 3: Originally requested for Pinyin forms noted
100 # Subset 4: Prominent use cases pulled from examples
H A DIndex.txt4435 Relations, Subset and Superset 2ABD
5090 Subset and Superset Relations 2ABD
5093 Subset Signs, Superset and 2282
5131 Superset and Subset Signs 2282
5134 Superset Relations, Subset and 2ABD
H A DNamesList.txt17971 @ Subset and superset relations
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5416 auto Subset = ArrayRef<InstructionVFPair>(); in selectVectorizationFactor() local
5418 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 …]
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.td757 // Subset of SReg_32 without M0 for SMRD instructions and alike.
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h2151 const FunctionProtoType *Subset,