| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | MergeICmps.cpp | 395 BCECmpBlock &&Comparison) { in enqueueBlock() argument 396 LLVM_DEBUG(dbgs() << "Block '" << Comparison.BB->getName() in enqueueBlock() 397 << "': Found cmp of " << Comparison.SizeBits() in enqueueBlock() 398 << " bits between " << Comparison.Lhs().BaseId << " + " in enqueueBlock() 399 << Comparison.Lhs().Offset << " and " in enqueueBlock() 400 << Comparison.Rhs().BaseId << " + " in enqueueBlock() 401 << Comparison.Rhs().Offset << "\n"); in enqueueBlock() 403 Comparisons.push_back(std::move(Comparison)); in enqueueBlock() 445 BCECmpBlock Comparison = visitCmpBlock(Phi.getIncomingValueForBlock(Block), in BCECmpChain() local 447 Comparison.BB = Block; in BCECmpChain() [all …]
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | cond-cmp-string.exp | 5 make: "cond-cmp-string.mk" line 118: Comparison with '<' requires both operands 'string' and 'string' to be numeric 6 make: "cond-cmp-string.mk" line 126: Comparison with '<=' requires both operands 'string' and 'string' to be numeric 7 make: "cond-cmp-string.mk" line 134: Comparison with '>' requires both operands 'string' and 'string' to be numeric 8 make: "cond-cmp-string.mk" line 142: Comparison with '>=' requires both operands 'string' and 'string' to be numeric
|
| H A D | cond-cmp-numeric.exp | 2 make: "cond-cmp-numeric.mk" line 15: Comparison with '>' requires both operands 'INF' and '1e100' to be numeric 4 make: "cond-cmp-numeric.mk" line 21: Comparison with '>' requires both operands 'NaN' and 'NaN' to be numeric 12 make: "cond-cmp-numeric.mk" line 54: Comparison with '<' requires both operands '123 ' and '124' to be numeric
|
| H A D | cond-op-parentheses.exp | 1 make: "cond-op-parentheses.mk" line 22: Comparison with '>' requires both operands '3' and '(2' to be numeric
|
| H A D | cond-short.exp | 10 make: "cond-short.mk" line 231: Comparison with '<' requires both operands '' and '42' to be numeric
|
| H A D | varmod-ifelse.exp | 21 make: "varmod-ifelse.mk" line 163: Comparison with '>=' requires both operands 'no' and '10' to be numeric
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonHardwareLoops.cpp | 130 struct Comparison { struct 187 Comparison::Kind getComparisonKind(unsigned CondOpc, 207 int64_t IVBump, Comparison::Kind Cmp) const; 507 HexagonHardwareLoops::Comparison::Kind 512 Comparison::Kind Cmp = (Comparison::Kind)0; in getComparisonKind() 517 Cmp = Comparison::EQ; in getComparisonKind() 521 Cmp = Comparison::NE; in getComparisonKind() 524 Cmp = Comparison::LTs; in getComparisonKind() 527 Cmp = Comparison::LTu; in getComparisonKind() 531 Cmp = Comparison::LEs; in getComparisonKind() [all …]
|
| H A D | HexagonConstPropagation.cpp | 328 struct Comparison { struct in __anonfdfc6f5f0111::MachineConstEvaluator 1125 uint32_t NegCmp = Comparison::negate(Cmp); in evaluateCMPrr() 1188 uint32_t NegCmp = Comparison::negate(Cmp); in evaluateCMPrp() 1207 if (Cmp == Comparison::NE) { in evaluateCMPii() 1211 if (Cmp == Comparison::EQ) { in evaluateCMPii() 1215 if (Cmp & Comparison::EQ) { in evaluateCMPii() 1219 assert((Cmp & (Comparison::L | Comparison::G)) && "Malformed comparison"); in evaluateCMPii() 1225 if (Cmp & Comparison::U) { in evaluateCMPii() 1228 if (Cmp & Comparison::L) in evaluateCMPii() 1230 else if (Cmp & Comparison::G) in evaluateCMPii() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | compare_two_ftime_report_sets | 403 class Comparison: class 576 print Comparison(sample1, sample2, alpha)
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | compare_two_ftime_report_sets | 403 class Comparison: class 576 print Comparison(sample1, sample2, alpha)
|
| /netbsd-src/external/bsd/nsd/dist/doc/ |
| H A D | differences.tex | 104 \subsection{Comparison of responses to root queries} 107 Comparison between NSD 3.0.0 and BIND 9.3.2 for a root trace. 145 \subsection{Comparison of responses to NL TLD queries} 148 Comparison between NSD 3.0.0 and BIND 9.3.2, for a trace for .nl. 627 \subsection{Comparison of responses in root trace} 646 \subsection{Comparison of responses in NL TLD trace} 705 \subsection{Comparison of responses in root trace} 735 \subsection{Comparison of responses in NL TLD trace}
|
| /netbsd-src/share/man/tools/ |
| H A D | mcmp | 22 echo "Comparison of $MANDIR/man$dir and $DIR2/man$dir:">>$TMPDIR/tmp3.$$
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | PredicateInfo.cpp | 379 void collectCmpOps(CmpInst *Comparison, SmallVectorImpl<Value *> &CmpOperands) { in collectCmpOps() argument 380 auto *Op0 = Comparison->getOperand(0); in collectCmpOps() 381 auto *Op1 = Comparison->getOperand(1); in collectCmpOps()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/ |
| H A D | t-avrlibc | 15 # Comparison:
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/ |
| H A D | t-avrlibc | 15 # Comparison:
|
| /netbsd-src/external/gpl3/binutils/dist/cpu/ |
| H A D | mep-fmax.cpu | 249 ; Comparison with no exceptions 279 ; Comparison with no exceptions 289 ; Comparison with exceptions
|
| /netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
| H A D | mep-fmax.cpu | 249 ; Comparison with no exceptions 279 ; Comparison with no exceptions 289 ; Comparison with exceptions
|
| /netbsd-src/external/gpl3/gdb/dist/cpu/ |
| H A D | mep-fmax.cpu | 249 ; Comparison with no exceptions 279 ; Comparison with no exceptions 289 ; Comparison with exceptions
|
| /netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
| H A D | mep-fmax.cpu | 249 ; Comparison with no exceptions 279 ; Comparison with no exceptions 289 ; Comparison with exceptions
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.td | 1517 // Comparison 1524 // Comparison with a register. 1529 // Comparison with a high register. 1535 // Comparison with a signed 16-bit immediate. CHIMux expands to CHI or CIH, 1542 // Comparison with a signed 32-bit immediate. CFIMux expands to CFI or CIH, 1551 // Comparison with memory. 1567 // Comparison between memory and a signed 16-bit immediate. 1576 // Comparison with a register. 1581 // Comparison with a high register. 1587 // Comparison with an unsigned 32-bit immediate. CLFIMux expands to CLFI [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | arm_fp16.td | 90 // Comparison
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 627 Expr *Comparison = in create_OSAtomicCompareAndSwap() local 664 /* Var=*/nullptr, Comparison, in create_OSAtomicCompareAndSwap()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 9383 enum class Comparison { Equal, Better, Worse }; enum 9397 static Comparison compareEnableIfAttrs(const Sema &S, const FunctionDecl *Cand1, in compareEnableIfAttrs() 9404 return Comparison::Equal; in compareEnableIfAttrs() 9405 return Cand1Attr ? Comparison::Better : Comparison::Worse; in compareEnableIfAttrs() 9419 return Comparison::Worse; in compareEnableIfAttrs() 9421 return Comparison::Better; in compareEnableIfAttrs() 9429 return Comparison::Worse; in compareEnableIfAttrs() 9432 return Comparison::Equal; in compareEnableIfAttrs() 9435 static Comparison 9440 return Comparison::Equal; in isBetterMultiversionCandidate() [all …]
|
| /netbsd-src/external/lgpl3/mpfr/dist/doc/ |
| H A D | mpfr.info | 913 * Comparison Functions:: 1488 File: mpfr.info, Node: Arithmetic Functions, Next: Comparison Functions, Prev: Conversion Functi… 1726 File: mpfr.info, Node: Comparison Functions, Next: Transcendental Functions, Prev: Arithmetic Fu… 1728 5.6 Comparison Functions 1812 …e: Transcendental Functions, Next: Input and Output Functions, Prev: Comparison Functions, Up: … 4553 * Comparison functions: Comparison Functions. (line 3) 4731 * mpfr_cmp: Comparison Functions. 4733 * mpfr_cmpabs: Comparison Functions. 4735 * mpfr_cmpabs_ui: Comparison Functions. 4737 * mpfr_cmp_d: Comparison Functions. [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mmix/ |
| H A D | predicates.md | 60 /* Comparison operators usually don't have a mode, but let's try and get
|