Searched refs:CheckAll (Results 1 – 12 of 12) sorted by relevance
566 void CheckAll(uint64_t v) { in CheckAll() function574 CheckAll(i); in TestFastPrints()577 CheckAll(std::numeric_limits<uint64_t>::max()); in TestFastPrints()578 CheckAll(std::numeric_limits<uint64_t>::max() - 1); in TestFastPrints()579 CheckAll(std::numeric_limits<int64_t>::min()); in TestFastPrints()580 CheckAll(std::numeric_limits<int64_t>::min() + 1); in TestFastPrints()581 CheckAll(std::numeric_limits<uint32_t>::max()); in TestFastPrints()582 CheckAll(std::numeric_limits<uint32_t>::max() - 1); in TestFastPrints()583 CheckAll(std::numeric_limits<int32_t>::min()); in TestFastPrints()584 CheckAll(std::numeric_limits<int32_t>::min() + 1); in TestFastPrints()[all …]
23 def ZeroIdiomVPERMPredicate : CheckAll<[30 def IsThreeOperandsLEAPredicate: CheckAll<[41 CheckAll<[125 def IsAtomicCompareAndSwap_8 : CheckAll<[130 def IsAtomicCompareAndSwap : CheckAll<[135 def IsAtomicCompareAndSwap8B : CheckAll<[140 def IsAtomicCompareAndSwap16B : CheckAll<[
938 CheckAll<[
1951 CheckAll<[
18 CheckAll<29 CheckAll<[CheckOpcode<[BLR]>,40 CheckAll<85 CheckAll<132 CheckAll<145 CheckAll<[CheckOpcode<[EXTRWrri, EXTRXrri]>,
64 def CheckHForm : CheckAll<[CheckIsRegOperand<0>,99 def CheckSForm : CheckAll<[CheckIsRegOperand<0>,134 def CheckDForm : CheckAll<[CheckIsRegOperand<0>,169 def CheckQForm : CheckAll<[CheckIsRegOperand<0>,352 CheckAll<366 CheckAll<421 CheckAll<434 CheckAll<
67 if (!state.CheckAll()) in iterate()77 if (!state.CheckAll()) in iterate()85 if (!state.CheckAll()) in iterate()
62 if (!state.CheckAll()) in iterate()
97 bool CheckAll();
198 bool DrawBuffersIndexedBase::BlendMaskStateMachine::CheckAll() in CheckAll() function in glcts::DrawBuffersIndexedBase::BlendMaskStateMachine
16 // def MCInstPredicateExample : CheckAll<[24 // The `CheckAll` from the example defines a composition of three different181 // A sequence of predicates. It is used as the base class for CheckAll, and188 class CheckAll<list<MCInstPredicate> Sequence>