| /freebsd/contrib/bmake/unit-tests/ |
| H A D | cond-cmp-string.exp | 5 make: cond-cmp-string.mk:118: Comparison with "<" requires both operands "string" and "string" to b… 6 make: cond-cmp-string.mk:126: Comparison with "<=" requires both operands "string" and "string" to … 7 make: cond-cmp-string.mk:134: Comparison with ">" requires both operands "string" and "string" to b… 8 make: cond-cmp-string.mk:142: Comparison with ">=" requires both operands "string" and "string" to …
|
| H A D | cond-cmp-numeric.exp | 2 make: cond-cmp-numeric.mk:15: Comparison with ">" requires both operands "INF" and "1e100" to be nu… 4 make: cond-cmp-numeric.mk:21: Comparison with ">" requires both operands "NaN" and "NaN" to be nume… 12 make: cond-cmp-numeric.mk:54: Comparison with "<" requires both operands "123 " and "124" to be num…
|
| H A D | cond-op-parentheses.exp | 1 make: cond-op-parentheses.mk:22: Comparison with ">" requires both operands "3" and "(2" to be nume…
|
| H A D | cond-short.exp | 10 make: cond-short.mk:231: Comparison with "<" requires both operands "" and "42" to be numeric
|
| H A D | varmod-ifelse.exp | 20 make: varmod-ifelse.mk:162: Comparison with ">=" requires both operands "no" and "10" to be numeric
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MergeICmps.cpp | 388 BCECmpBlock &&Comparison) { in enqueueBlock() argument 389 LLVM_DEBUG(dbgs() << "Block '" << Comparison.BB->getName() in enqueueBlock() 390 << "': Found cmp of " << Comparison.SizeBits() in enqueueBlock() 391 << " bits between " << Comparison.Lhs().BaseId << " + " in enqueueBlock() 392 << Comparison.Lhs().Offset << " and " in enqueueBlock() 393 << Comparison.Rhs().BaseId << " + " in enqueueBlock() 394 << Comparison.Rhs().Offset << "\n"); in enqueueBlock() 396 Comparison.OrigOrder = Comparisons.size(); in enqueueBlock() 397 Comparisons.push_back(std::move(Comparison)); in enqueueBlock() 486 std::optional<BCECmpBlock> Comparison = visitCmpBlock( in BCECmpChain() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonHardwareLoops.cpp | 123 struct Comparison { struct 180 Comparison::Kind getComparisonKind(unsigned CondOpc, 200 int64_t IVBump, Comparison::Kind Cmp) const; 503 HexagonHardwareLoops::Comparison::Kind 508 Comparison::Kind Cmp = (Comparison::Kind)0; in getComparisonKind() 513 Cmp = Comparison::EQ; in getComparisonKind() 517 Cmp = Comparison::NE; in getComparisonKind() 520 Cmp = Comparison::LTs; in getComparisonKind() 523 Cmp = Comparison::LTu; in getComparisonKind() 527 Cmp = Comparison::LEs; in getComparisonKind() [all …]
|
| H A D | HexagonConstPropagation.cpp | 307 struct Comparison { struct in __anonfe19b4d40111::MachineConstEvaluator 1099 uint32_t NegCmp = Comparison::negate(Cmp); in evaluateCMPrr() 1164 uint32_t NegCmp = Comparison::negate(Cmp); in evaluateCMPrp() 1183 if (Cmp == Comparison::NE) { in evaluateCMPii() 1187 if (Cmp == Comparison::EQ) { in evaluateCMPii() 1191 if (Cmp & Comparison::EQ) { in evaluateCMPii() 1195 assert((Cmp & (Comparison::L | Comparison::G)) && "Malformed comparison"); in evaluateCMPii() 1201 if (Cmp & Comparison::U) { in evaluateCMPii() 1204 if (Cmp & Comparison::L) in evaluateCMPii() 1206 else if (Cmp & Comparison::G) in evaluateCMPii() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BitwiseShiftChecker.cpp | 136 BinaryOperator::Opcode Comparison, in assumeRequirement() argument 145 auto ResultVal = SVB.evalBinOp(FoldedState, Comparison, OperandVal, LimitVal, in assumeRequirement() 158 recordAssumption(Side, Comparison, Limit); in assumeRequirement() 298 BinaryOperator::Opcode Comparison, in recordAssumption() argument 300 switch (Comparison) { in recordAssumption()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | DXILABI.h | 90 Comparison = 1, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | PredicateInfo.cpp | 330 void collectCmpOps(CmpInst *Comparison, SmallVectorImpl<Value *> &CmpOperands) { in collectCmpOps() argument 331 auto *Op0 = Comparison->getOperand(0); in collectCmpOps() 332 auto *Op1 = Comparison->getOperand(1); in collectCmpOps()
|
| /freebsd/contrib/googletest/docs/reference/ |
| H A D | assertions.md | 141 ## Binary Comparison {#binary-comparison} 159 See also the [Floating-Point Comparison](#floating-point) assertions to compare 220 ## String Comparison {#c-strings} 261 ## Floating-Point Comparison {#floating-point}
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | system_error | 126 // Comparison operators:
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | system_error | 126 // Comparison operators:
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 657 Expr *Comparison = in create_OSAtomicCompareAndSwap() local 693 /* Var=*/nullptr, Comparison, in create_OSAtomicCompareAndSwap()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_fp16.td | 96 // Comparison
|
| H A D | arm_neon.td | 344 // E.3.4 Comparison 915 // Comparison 1503 // Scalar Integer Comparison 1519 // Scalar Floating-point Comparison 1669 // Comparison 1712 // Comparison
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.td | 1596 // Comparison 1603 // Comparison with a register. 1608 // Comparison with a high register. 1614 // Comparison with a signed 16-bit immediate. CHIMux expands to CHI or CIH, 1621 // Comparison with a signed 32-bit immediate. CFIMux expands to CFI or CIH, 1630 // Comparison with memory. 1646 // Comparison between memory and a signed 16-bit immediate. 1655 // Comparison with a register. 1660 // Comparison with a high register. 1666 // Comparison with an unsigned 32-bit immediate. CLFIMux expands to CLFI [all …]
|
| H A D | SystemZISelLowering.cpp | 46 struct Comparison { struct 47 Comparison(SDValue Op0In, SDValue Op1In, SDValue ChainIn) in Comparison() function 2817 static void adjustZeroCmp(SelectionDAG &DAG, const SDLoc &DL, Comparison &C) { in adjustZeroCmp() 2838 Comparison &C) { in adjustSubwordCmp() 2935 static bool shouldSwapCmpOperands(const Comparison &C) { in shouldSwapCmpOperands() 2997 Comparison &C) { in adjustForSubtraction() 3019 static void adjustForFNeg(Comparison &C) { in adjustForFNeg() 3042 static void adjustForLTGFR(Comparison &C) { in adjustForLTGFR() 3065 Comparison &C) { in adjustICmpTruncate() 3197 Comparison &C) { in adjustForTestUnderMask() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | HLSLRootSignatureTokenKinds.def | 214 // Comparison Func Enums:
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 10492 enum class Comparison { Equal, Better, Worse }; enum 10506 static Comparison compareEnableIfAttrs(const Sema &S, const FunctionDecl *Cand1, in compareEnableIfAttrs() 10513 return Comparison::Equal; in compareEnableIfAttrs() 10514 return Cand1Attr ? Comparison::Better : Comparison::Worse; in compareEnableIfAttrs() 10528 return Comparison::Worse; in compareEnableIfAttrs() 10530 return Comparison::Better; in compareEnableIfAttrs() 10538 return Comparison::Worse; in compareEnableIfAttrs() 10541 return Comparison::Equal; in compareEnableIfAttrs() 10544 static Comparison 10549 return Comparison::Equal; in isBetterMultiversionCandidate() [all …]
|
| /freebsd/lib/libc/softfloat/ |
| H A D | softfloat.txt | 57 Comparison Functions 300 Comparison Functions
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | README.md | 65 ### Pass references instead of pointers (**Comparison functions**).
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | DXContainerConstants.def | 26 SHADER_FEATURE_FLAG(7, 14, LEVEL9ComparisonFiltering, "Comparison filtering for feature level 9")
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DXILResource.cpp | 177 case SamplerType::Comparison: in getSamplerTypeName() 705 SamplerCmpOrHasCounter = RTI.getSamplerType() == SamplerType::Comparison; in getAnnotateProps()
|