Searched refs:constraint (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-13-stable/contrib/libucl/src/
H A Ducl_schema.c310 double constraint, val; local
316 constraint = ucl_object_todouble (elt);
317 if (constraint <= 0) {
324 if (fabs (remainder (val, constraint)) > alpha) {
327 val, constraint, remainder (val, constraint));
334 constraint = ucl_object_todouble (elt);
340 if (val > constraint || (exclusive && val >= constraint)) {
343 val, constraint);
376 int64_t constraint; local
887 int64_t constraint, i; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h42 /// Construct a ConditionTruthVal indicating the constraint is constrained
44 ConditionTruthVal(bool constraint) : Val(constraint) {} argument
46 /// Construct a ConstraintVal indicating the constraint is underconstrained.
55 /// Return true if the constraint is perfectly constrained to 'true'.
60 /// Return true if the constraint is perfectly constrained to 'false'.
71 /// if the constraint is true of value.
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dsymbol.h127 struct constraint_spec *constraint; member in struct:type
H A Dasn1parse.c2127 assert(Constraint.u.constraint.type == octetstring|bitstring-w/o-NamedBitList); // remember to check type reference too
2128 if (Constraint.u.constraint.type) {
2129 assert((Constraint.u.constraint.type.length % 8) == 0);
2132 if (Constraint.u.constraint.encoding) {
2159 lex_error_message("Non-OID used in ENCODED BY constraint");
2170 lex_error_message("Non-OID used in ENCODED BY constraint");
H A Dgen.c752 i.constraint = NULL;
853 i.constraint = NULL;
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DOutputSections.h88 ConstraintKind constraint = ConstraintKind::NoConstraint; member in class:lld::elf::final
H A DLinkerScript.cpp292 if (sec->constraint != ConstraintKind::NoConstraint)
520 // sections satisfy a given constraint. If not, a directive is handled
525 if (!matchConstraints(v, sec->constraint)) {
H A DScriptParser.cpp843 cmd->constraint = ConstraintKind::ReadOnly;
845 cmd->constraint = ConstraintKind::ReadWrite;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h175 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption) argument
176 : Constraint(constraint), Assumption(assumption),
190 /// Checks if the constraint is valid in the current state.
346 /// Track if we found the node where the constraint was first added.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h116 const char *constraint) const override;
H A DAVRISelLowering.cpp1702 AsmOperandInfo &info, const char *constraint) const {
1713 // Look at the constraint type.
1714 switch (*constraint) {
1716 weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint);
1840 assert(VT == MVT::i16 && "inline asm constraint too large");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h79 const char *constraint) const override;
H A DSparcISelLowering.cpp3182 /// getConstraintType - Given a constraint letter, return the type of
3183 /// constraint it is for this target.
3203 const char *constraint) const {
3211 // Look at the constraint type.
3212 switch (*constraint) {
3214 weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint);
3294 // constraint = '{r<d>}'
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h463 const char *constraint) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h464 /// Examine constraint string and operand type and determine a weight value.
467 AsmOperandInfo &info, const char *constraint) const override;
477 /// true it means one of the asm constraint of the inline asm instruction
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h632 /// Examine constraint string and operand type and determine a weight value.
635 AsmOperandInfo &info, const char *constraint) const override;
648 /// true it means one of the asm constraint of the inline asm instruction
H A DMipsISelLowering.cpp3909 /// getConstraintType - Given a constraint letter, return the type of
3910 /// constraint it is for this target.
3945 /// Examine constraint type and operand type and determine a weight value.
3947 /// and the current alternative constraint selected.
3950 AsmOperandInfo &info, const char *constraint) const {
3958 // Look at the constraint type.
3959 switch (*constraint) {
3961 weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint);
4103 /// Given a register class constraint, like 'r', if this corresponds directly
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h911 /// Examine constraint string and operand type and determine a weight value.
915 const char *constraint) const override;
H A DAArch64ISelLowering.cpp4441 // satisfy the same constraint.
6588 // At this point, we have to lower this constraint to something else, so we
6590 // to be in register, while the X constraint is much more permissive.
6624 /// getConstraintType - Given a constraint letter, return the type of
6625 /// constraint it is for this target.
6659 /// Examine constraint type and operand type and determine a weight value.
6661 /// and the current alternative constraint selected.
6664 AsmOperandInfo &info, const char *constraint) const {
6672 // Look at the constraint type.
6673 switch (*constraint) {
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h824 /// Examine constraint string and operand type and determine a weight value.
827 AsmOperandInfo &info, const char *constraint) const override;
H A DPPCISelLowering.cpp15655 /// getConstraintType - Given a constraint, return the type of
15656 /// constraint it is for this target.
15670 // FIXME: While Z does indicate a memory constraint, it specifically
15688 /// Examine constraint type and operand type and determine a weight value.
15690 /// and the current alternative constraint selected.
15693 AsmOperandInfo &info, const char *constraint) const {
15702 // Look at the constraint type.
15703 if (StringRef(constraint) == "wc" && type->isIntegerTy(1))
15705 else if ((StringRef(constraint) == "wa" ||
15706 StringRef(constraint)
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1091 /// Examine constraint string and operand type and determine a weight value.
1095 const char *constraint) const override;
1101 /// constraint of the inline asm instruction being processed is 'm'.
1123 /// Given a physical register constraint
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h113 // constraint.
442 // the constraint that all of the necessary shuffles are legal (as determined
4074 C_Memory, // Memory constraint.
4077 C_Unknown // Unsupported constraint.
4096 /// This contains information for each constraint that we are lowering.
4103 /// Information about the constraint code, e.g. Register, RegisterClass,
4119 /// Return true of this is an input operand that is a matching constraint
4123 /// If this is an input matching constraint, this method returns the output
4130 /// Split up the constraint string from the inline assembly value into the
4132 /// operand values. If this returns an empty vector, and if the constraint
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1559 // Check if in the previous state it was feasible for this constraint
1564 // As a sanity check, make sure that the negation of the constraint
1569 // We found the transition point for the constraint. We now need to
1570 // pretty-print the constraint. (work-in-progress)
2164 // 'BlockEdge' has the same constraint information. We do not want to
2255 // If the constraint information is changed between the current and the
2256 // previous program state we assuming the newly seen constraint information.
2526 // FIXME: If there's already a constraint tracker for this variable,
2866 // This symbol is new, just add the constraint.
2869 // Overwrite the associated constraint o
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4303 /// Try to replace an X constraint, which matches anything, with another that
4407 assert(*(Constraint.end() - 1) == '}' && "Not a brace enclosed constraint?");
4445 /// Return true of this is an input operand that is a matching constraint like
4448 assert(!ConstraintCode.empty() && "No known constraint!");
4452 /// If this is an input matching constraint, this method returns the output
4455 assert(!ConstraintCode.empty() && "No known constraint!");
4459 /// Split up the constraint string from the inline assembly value into the
4462 /// If this returns an empty vector, and if the constraint string itself
4482 // Update multiple alternative constraint count.
4604 // Now select chosen alternative in each constraint
[all...]

Completed in 327 milliseconds

12