Home
last modified time | relevance | path

Searched refs:NonZero (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.lifetime/
H A Dlarge_aggregate_destroy_21097.d45 static struct NonZero in test_largearray() struct
49 static NonZero[SIZE] s = void; in test_largearray() local
51 assert(s[SIZE/2] == NonZero.init); in test_largearray()
52 s[10] = NonZero(101); in test_largearray()
54 assert(s[10] == NonZero.init); in test_largearray()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DScaledNumber.cpp192 size_t NonZero = Float.find_last_not_of('0'); in stripTrailingZeros() local
193 assert(NonZero != std::string::npos && "no . in floating point string"); in stripTrailingZeros()
195 if (Float[NonZero] == '.') in stripTrailingZeros()
196 ++NonZero; in stripTrailingZeros()
198 return Float.substr(0, NonZero + 1); in stripTrailingZeros()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp63 NonZero = 0x0002, enumerator
68 NumericProperties = (Zero|NonZero|Finite|Infinity|NaN|SignedZero),
435 uint32_t Props = (NonZero | Finite); in deduce()
443 uint32_t Props = CF->isNegative() ? (NegOrZero|NonZero) in deduce()
447 Props = (Props & ~NumericProperties) | NonZero; in deduce()
486 if (Ps & ConstantProperties::NonZero) in print()
1267 else if (Props & ConstantProperties::NonZero) in evaluateCMPpi()
1321 bool NonZero1 = (Props1 & P::NonZero), NonZero2 = (Props2 & P::NonZero); in evaluateCMPpp()
2014 bool NonZero = (Opc == Hexagon::PS_true); in evaluate() local
2015 uint32_t P = NonZero ? ConstantProperties::NonZero in evaluate()
[all …]
/netbsd-src/external/gpl3/gdb/dist/libiberty/testsuite/
H A Drust-demangle-expected156 _ZN68_$LT$core..nonzero..NonZero$LT$T$GT$$u20$as$u20$core..ops..Deref$GT$5deref17hc49056f882aa46dbE
157 <core::nonzero::NonZero<T> as core::ops::Deref>::deref
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1014 auto GetKnownNonZeroAndOther = [&](Value *&NonZero, Value *&Other) { in foldUnsignedUnderflowCheck() argument
1015 if (!IsKnownNonZero(NonZero)) in foldUnsignedUnderflowCheck()
1016 std::swap(NonZero, Other); in foldUnsignedUnderflowCheck()
1017 return IsKnownNonZero(NonZero); in foldUnsignedUnderflowCheck()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoC.td53 let ParserMatchClass = SImmAsmOperand<6, "NonZero">;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp3189 llvm::Value *NonZero = Builder.CreateFCmpUNE(Ops.RHS, Zero); in EmitDiv() local
3190 EmitBinOpCheck(std::make_pair(NonZero, SanitizerKind::FloatDivideByZero), in EmitDiv()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17157 bool NonZero = false; in tryStoreMergeOfConstants() local
17168 if (NonZero && FirstZeroAfterNonZero == NumConsecutiveStores) in tryStoreMergeOfConstants()
17171 NonZero |= !IsElementZero; in tryStoreMergeOfConstants()
17207 if ((!NonZero || in tryStoreMergeOfConstants()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20165970 NonZero-optimized enums of arbitrary depth.
5971 (rust_print_type): Correctly print NonZero-optimized
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20165970 NonZero-optimized enums of arbitrary depth.
5971 (rust_print_type): Correctly print NonZero-optimized