| /src/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
|
| /src/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() 482 std::optional<BCECmpBlock> Comparison = visitCmpBlock( in BCECmpChain() local [all …]
|
| /src/contrib/llvm-project/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; 510 HexagonHardwareLoops::Comparison::Kind 515 Comparison::Kind Cmp = (Comparison::Kind)0; in getComparisonKind() 520 Cmp = Comparison::EQ; in getComparisonKind() 524 Cmp = Comparison::NE; in getComparisonKind() 527 Cmp = Comparison::LTs; in getComparisonKind() 530 Cmp = Comparison::LTu; in getComparisonKind() 534 Cmp = Comparison::LEs; in getComparisonKind() [all …]
|
| H A D | HexagonConstPropagation.cpp | 328 struct Comparison { struct in __anon58b299290111::MachineConstEvaluator 1118 uint32_t NegCmp = Comparison::negate(Cmp); in evaluateCMPrr() 1181 uint32_t NegCmp = Comparison::negate(Cmp); in evaluateCMPrp() 1200 if (Cmp == Comparison::NE) { in evaluateCMPii() 1204 if (Cmp == Comparison::EQ) { in evaluateCMPii() 1208 if (Cmp & Comparison::EQ) { in evaluateCMPii() 1212 assert((Cmp & (Comparison::L | Comparison::G)) && "Malformed comparison"); in evaluateCMPii() 1218 if (Cmp & Comparison::U) { in evaluateCMPii() 1221 if (Cmp & Comparison::L) in evaluateCMPii() 1223 else if (Cmp & Comparison::G) in evaluateCMPii() [all …]
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BitwiseShiftChecker.cpp | 138 BinaryOperator::Opcode Comparison, in assumeRequirement() argument 147 auto ResultVal = SVB.evalBinOp(FoldedState, Comparison, OperandVal, LimitVal, in assumeRequirement() 160 recordAssumption(Side, Comparison, Limit); in assumeRequirement() 299 BinaryOperator::Opcode Comparison, in recordAssumption() argument 301 switch (Comparison) { in recordAssumption()
|
| /src/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | DXILABI.h | 107 Comparison = 1, enumerator
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | PredicateInfo.cpp | 366 void collectCmpOps(CmpInst *Comparison, SmallVectorImpl<Value *> &CmpOperands) { in collectCmpOps() argument 367 auto *Op0 = Comparison->getOperand(0); in collectCmpOps() 368 auto *Op1 = Comparison->getOperand(1); in collectCmpOps()
|
| H A D | DXILResource.cpp | 338 SamplerCmpOrHasCounter = SamplerTy == SamplerType::Comparison; in getAnnotateProps()
|
| /src/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}
|
| /src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | DXContainerConstants.def | 25 SHADER_FEATURE_FLAG(7, 14, LEVEL9ComparisonFiltering, "Comparison filtering for feature level 9")
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | system_error | 126 // Comparison operators:
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_fp16.td | 90 // Comparison
|
| H A D | arm_neon.td | 348 // E.3.4 Comparison 858 // Comparison 1473 // Scalar Integer Comparison 1489 // Scalar Floating-point Comparison 1661 // Comparison 1704 // Comparison
|
| /src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.td | 1570 // Comparison 1577 // Comparison with a register. 1582 // Comparison with a high register. 1588 // Comparison with a signed 16-bit immediate. CHIMux expands to CHI or CIH, 1595 // Comparison with a signed 32-bit immediate. CFIMux expands to CFI or CIH, 1604 // Comparison with memory. 1620 // Comparison between memory and a signed 16-bit immediate. 1629 // Comparison with a register. 1634 // Comparison with a high register. 1640 // Comparison with an unsigned 32-bit immediate. CLFIMux expands to CLFI [all …]
|
| H A D | SystemZISelLowering.cpp | 39 struct Comparison { struct 40 Comparison(SDValue Op0In, SDValue Op1In, SDValue ChainIn) in Comparison() function 2466 static void adjustZeroCmp(SelectionDAG &DAG, const SDLoc &DL, Comparison &C) { in adjustZeroCmp() 2487 Comparison &C) { in adjustSubwordCmp() 2584 static bool shouldSwapCmpOperands(const Comparison &C) { in shouldSwapCmpOperands() 2646 Comparison &C) { in adjustForSubtraction() 2671 static void adjustForFNeg(Comparison &C) { in adjustForFNeg() 2694 static void adjustForLTGFR(Comparison &C) { in adjustForLTGFR() 2717 Comparison &C) { in adjustICmpTruncate() 2849 Comparison &C) { in adjustForTestUnderMask() [all …]
|
| /src/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()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 10025 enum class Comparison { Equal, Better, Worse }; enum 10039 static Comparison compareEnableIfAttrs(const Sema &S, const FunctionDecl *Cand1, in compareEnableIfAttrs() 10046 return Comparison::Equal; in compareEnableIfAttrs() 10047 return Cand1Attr ? Comparison::Better : Comparison::Worse; in compareEnableIfAttrs() 10061 return Comparison::Worse; in compareEnableIfAttrs() 10063 return Comparison::Better; in compareEnableIfAttrs() 10071 return Comparison::Worse; in compareEnableIfAttrs() 10074 return Comparison::Equal; in compareEnableIfAttrs() 10077 static Comparison 10082 return Comparison::Equal; in isBetterMultiversionCandidate() [all …]
|
| /src/lib/libc/softfloat/ |
| H A D | softfloat.txt | 57 Comparison Functions 300 Comparison Functions
|
| /src/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | README.md | 65 ### Pass references instead of pointers (**Comparison functions**).
|
| /src/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchFloat32InstrInfo.td | 61 // Comparison Instructions
|
| H A D | LoongArchFloat64InstrInfo.td | 44 // Comparison Instructions
|