Home
last modified time | relevance | path

Searched refs:predicate (Results 1 – 25 of 120) sorted by relevance

12345

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SchedPredicates.td9 // This file defines scheduling predicate definitions that are common to
14 // A predicate used to identify dependency-breaking instructions that clear the
15 // content of the destination register. Note that this predicate only checks if
16 // input registers are the same. This predicate doesn't make any assumptions on
21 // A predicate used to identify VPERM that have bits 3 and 7 of their mask set.
28 // A predicate used to check if a LEA instruction uses all three source
58 // This predicate evaluates to true only if the input machine instruction is a
64 // A predicate to check for COND_A and COND_BE CMOVs which have an extra uop
76 // A predicate to check for COND_A and COND_BE SETCCs which have an extra uop
88 // A predicate used to check if an instruction has a LOCK prefix.
/freebsd/contrib/llvm-project/libcxx/include/__concepts/
H A Drelation.h27predicate<_Rp, _Tp, _Tp> && predicate<_Rp, _Up, _Up> && predicate<_Rp, _Tp, _Up> && predicate<_Rp,…
H A Dpredicate.h28 concept predicate = regular_invocable<_Fn, _Args...> && __boolean_testable<invoke_result_t<_Fn, _Ar… variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaOperands.td24 // imm8 predicate - Immediate in the range [-128,127]
31 // imm8_sh8 predicate - Immediate in the range [-32768,32512] with (bits[7-0] == 0)
40 // imm12 predicate - Immediate in the range [-2048,2047]
47 // imm12m predicate - Immediate for MOV operation
54 // uimm4 predicate - Immediate in the range [0,15]
61 // uimm5 predicate - Immediate in the range [0,31]
68 // imm1_16 predicate - Immediate in the range [1,16]
75 // shimm1_31 predicate - Immediate in the range [1,31]
106 // b4const predicate - Branch Immediate 4-bit signed operand
121 // b4constu predicate - Branch Immediate 4-bit unsigned operand
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-death-test.h173 #define ASSERT_EXIT(statement, predicate, matcher) \ argument
174 GTEST_DEATH_TEST_(statement, predicate, matcher, GTEST_FATAL_FAILURE_)
178 #define EXPECT_EXIT(statement, predicate, matcher) \ argument
179 GTEST_DEATH_TEST_(statement, predicate, matcher, GTEST_NONFATAL_FAILURE_)
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td21 // The syntax for MCInstPredicate is declarative, and predicate definitions can
30 // example, `CheckOpcode` is a special type of predicate used to describe a
58 // know how to expand a predicate. For each MCInstPredicate class, there must be
61 // For example, a `CheckOpcode` predicate is expanded using method
73 // A generic machine instruction predicate.
76 class MCTrue : MCInstPredicate; // A predicate that always evaluates to True.
77 class MCFalse : MCInstPredicate; // A predicate that always evaluates to False.
81 // A predicate used to negate the outcome of another predicate.
126 // register R. This predicate assume
[all...]
H A DTargetCallingConv.td22 /// CCPredicateAction - Instances of this class check some predicate, then
23 /// delegate to another action if the predicate is true.
34 /// CCIf - If the predicate matches, apply A.
35 class CCIf<string predicate, CCAction A> : CCPredicateAction<A> {
36 string Predicate = predicate;
H A DTargetMacroFusion.td30 // FusionPredicate with raw code predicate.
67 // A predicate for wildcard. The generated code will be like:
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dconcepts.h191 indirectly_readable<_It> && copy_constructible<_Fp> && predicate<_Fp&, iter_value_t<_It>&> &&
192 predicate<_Fp&, iter_reference_t<_It>>;
197 predicate<_Fp&, iter_value_t<_It1>&, iter_value_t<_It2>&> &&
198 predicate<_Fp&, iter_value_t<_It1>&, iter_reference_t<_It2>> &&
199 predicate<_Fp&, iter_reference_t<_It1>, iter_value_t<_It2>&> &&
200 predicate<_Fp&, iter_reference_t<_It1>, iter_reference_t<_It2>>;
/freebsd/cddl/usr.sbin/dwatch/
H A Ddwatch747 predicate="strstr(execname, \"${name#\*}\") != NULL" ;;
749 predicate="strstr(execname, \"$name\") == (execname +"
750 predicate="$predicate strlen(execname) - ${#name})" ;;
751 *\*) predicate="strstr(execname, \"${OPTARG%\*}\") == execname" ;;
752 *) predicate="execname == \"$OPTARG\""
754 EVENT_TEST="$predicate${EVENT_TEST:+ ||
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dconcepts.cppm
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DAlarm.cpp143 const auto predicate = [this] { return m_exit || m_recompute_next_alarm; }; in AlarmThread() local
161 if (!m_alarm_cv.wait_until(alarm_lock, *next_alarm, predicate)) { in AlarmThread()
182 m_alarm_cv.wait(alarm_lock, predicate); in AlarmThread()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp675 double rhs_shadow, int predicate, bool result, in __nsan_fcmp_fail_float_d() argument
677 fCmpFailFT(lhs, rhs, lhs_shadow, rhs_shadow, predicate, result, in __nsan_fcmp_fail_float_d()
683 __float128 rhs_shadow, int predicate, bool result, in __nsan_fcmp_fail_double_q() argument
685 fCmpFailFT(lhs, rhs, lhs_shadow, rhs_shadow, predicate, result, in __nsan_fcmp_fail_double_q()
691 long double rhs_shadow, int predicate, bool result, in __nsan_fcmp_fail_double_l() argument
693 fCmpFailFT(lhs, rhs, lhs_shadow, rhs_shadow, predicate, result, in __nsan_fcmp_fail_double_l()
700 int predicate, bool result, bool shadow_result) { in __nsan_fcmp_fail_longdouble_q() argument
701 fCmpFailFT(lhs, rhs, lhs_shadow, rhs_shadow, predicate, result, in __nsan_fcmp_fail_longdouble_q()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dconcepts113 // [concept.predicate], concept predicate
115 concept predicate = see below;
150 # include <__concepts/predicate.h>
/freebsd/contrib/googletest/docs/reference/
H A Dassertions.md351 Verifies that the predicate *`pred`* returns `true` when passed the given values
384 Note that if the given predicate is an overloaded function or a function
408 If a template has multiple parameters, wrap the predicate in parentheses so the
431 Verifies that the predicate *`pred_formatter`* succeeds when passed the given
434 The parameter *`pred_formatter`* is a *predicate-formatter*, which is a function
448 where *`val1`*, *`val2`*, ..., *`valn`* are the values of the predicate
466 // A predicate-formatter for asserting that two integers are mutually prime.
487 In the above example, the final assertion fails and the predicate-formatter
600 `EXPECT_EXIT(`*`statement`*`,`*`predicate`*`,`*`matcher`*`)` \
601 `ASSERT_EXIT(`*`statement`*`,`*`predicate`*`,`*`matcher`*`)`
[all …]
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h221 #define GTEST_DEATH_TEST_(statement, predicate, regex_or_matcher, fail) \ argument
235 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagon.td188 // Generate mapping table to relate non-predicate instructions with their
196 // Instructions with the same predicate sense form a column.
205 // Generate mapping table to relate predicate-true instructions with their
206 // predicate-false forms
217 // Generate mapping table to relate predicate-false instructions with their
218 // predicate-true forms
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp289 TSAN_INTERCEPTOR(void, dispatch_once, dispatch_once_t *predicate, in TSAN_INTERCEPTOR() argument
291 SCOPED_INTERCEPTOR_RAW(dispatch_once, predicate, block); in TSAN_INTERCEPTOR()
292 atomic_uint32_t *a = reinterpret_cast<atomic_uint32_t *>(predicate); in TSAN_INTERCEPTOR()
311 TSAN_INTERCEPTOR(void, dispatch_once_f, dispatch_once_t *predicate, in TSAN_INTERCEPTOR() argument
313 SCOPED_INTERCEPTOR_RAW(dispatch_once_f, predicate, context, function); in TSAN_INTERCEPTOR()
315 WRAP(dispatch_once)(predicate, ^(void) { in TSAN_INTERCEPTOR()
/freebsd/contrib/tcsh/
H A Dcsh-mode.el784 (predicate
820 (completion (try-completion pattern csh-completion-list predicate)))
839 (let ((list (all-completions pattern csh-completion-list predicate))
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3431 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst() argument
3438 setPredicate((Predicate)predicate); in CmpInst()
3444 CmpInst *CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, in Create() argument
3448 return new ICmpInst(InsertBefore, CmpInst::Predicate(predicate), in Create()
3451 return new ICmpInst(CmpInst::Predicate(predicate), in Create()
3456 return new FCmpInst(InsertBefore, CmpInst::Predicate(predicate), in Create()
3459 return new FCmpInst(CmpInst::Predicate(predicate), in Create()
3743 bool CmpInst::isUnsigned(Predicate predicate) { in isUnsigned() argument
3744 switch (predicate) { in isUnsigned()
3751 bool CmpInst::isSigned(Predicate predicate) { in isSigned() argument
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetOSMacros.def12 // to be available for the predicate.
/freebsd/cddl/usr.sbin/dwatch/examples/
H A Dprofile_template43 # Optional predicate which must be true before the event action will run
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedPredNeoverse.td9 // This file defines scheduling predicate definitions that are used by the
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h921 static bool isStrictPredicate(Predicate predicate);
930 static bool isNonStrictPredicate(Predicate predicate);
1068 static bool isUnsigned(Predicate predicate);
1072 static bool isSigned(Predicate predicate);
1075 static bool isOrdered(Predicate predicate);
1078 static bool isUnordered(Predicate predicate);
1081 static bool isTrueWhenEqual(Predicate predicate);
1084 static bool isFalseWhenEqual(Predicate predicate);
/freebsd/usr.bin/dtc/
H A Dfdt.hh666 inline void delete_children_if(std::function<bool(node_ptr &)> predicate) in delete_children_if() argument
668 children.erase(std::remove_if(children.begin(), children.end(), predicate), children.end()); in delete_children_if()

12345