Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc412 case UnorderedMatcherRequire::Subset: in DescribeToImpl()
454 case UnorderedMatcherRequire::Subset: in DescribeNegationToImpl()
509 if (match_flags() & UnorderedMatcherRequire::Subset) { in VerifyMatchMatrix()
546 if ((match_flags() & UnorderedMatcherRequire::Subset) && in FindPairing()
/freebsd-13.1/contrib/llvm-project/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 "
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp766 const FunctionProtoType *Subset, in CheckExceptionSpecSubset() argument
783 Subset = ResolveExceptionSpec(SubLoc, Subset); in CheckExceptionSpecSubset()
784 if (!Subset) in CheckExceptionSpecSubset()
788 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType(); in CheckExceptionSpecSubset()
801 CanThrowResult SubCanThrow = Subset->canThrow(); in CheckExceptionSpecSubset()
808 Subset, SubLoc); in CheckExceptionSpecSubset()
834 for (QualType SubI : Subset->exceptions()) { in CheckExceptionSpecSubset()
861 Subset, SubLoc); in CheckExceptionSpecSubset()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterInfo.td422 // Subset of SPR which can be used as a source of NEON scalars for 16-bit
451 // Subset of DPR that are accessible with VFP2 (and so that also have
458 // Subset of DPR which can be used as a source of NEON scalars for 16-bit
476 // Subset of QPR that have 32-bit SPR subregs.
482 // Subset of QPR that have DPR_8 and SPR_8 subregs.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6078 auto Subset = ArrayRef<InstructionVFPair>(); in selectVectorizationFactor() local
6080 if (Subset.empty()) in selectVectorizationFactor()
6081 Subset = Tail.take_front(1); in selectVectorizationFactor()
6083 Instruction *I = Subset.front().first; in selectVectorizationFactor()
6090 if (Subset == Tail || Tail[Subset.size()].first != I) { in selectVectorizationFactor()
6093 assert(!Subset.empty() && "Unexpected empty range"); in selectVectorizationFactor()
6095 for (auto &Pair : Subset) in selectVectorizationFactor()
6096 OS << (Pair.second == Subset.front().second ? "" : ", ") in selectVectorizationFactor()
6105 Tail = Tail.drop_front(Subset.size()); in selectVectorizationFactor()
6106 Subset = {}; in selectVectorizationFactor()
[all …]
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3678 Subset = 1 << 1,
3679 ExactMatch = Superset | Subset,
5060 internal::UnorderedMatcherRequire::Subset, first, last);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.td608 // Subset of SReg_32 without M0 for SMRD instructions and alike.
/freebsd-13.1/crypto/heimdal/doc/
H A Dlayman.asc1 A Layman's Guide to a Subset of ASN.1, BER, and DER
/freebsd-13.1/contrib/googletest/googletest/docs/
H A Dadvanced.md2019 #### Running a Subset of the Tests
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2047 const FunctionProtoType *Subset,