Home
last modified time | relevance | path

Searched refs:Signed (Results 1 – 25 of 162) sorted by relevance

1234567

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegralAP.h35 friend IntegralAP<!Signed>;
71 if constexpr (Signed)
76 if constexpr (Signed)
81 if constexpr (Signed)
86 if constexpr (Signed)
131 if constexpr (Signed)
176 assert(!Signed); in compare()
207 if constexpr (Signed) in rem()
215 if constexpr (Signed) in div()
260 if constexpr (Signed) in shiftRight()
[all …]
H A DIntegral.h32 template <bool Signed> class IntegralAP;
35 template <unsigned Bits, bool Signed> struct Repr;
50 template <unsigned Bits, bool Signed> class Integral final {
55 using ReprT = typename Repr<Bits, Signed>::Type;
107 return APSInt(APInt(Bits, static_cast<uint64_t>(V), Signed), !Signed);
110 if constexpr (Signed)
111 return APSInt(toAPSInt().sextOrTrunc(NumBits), !Signed);
129 constexpr static bool isSigned() { return Signed; }
146 if constexpr (!Signed)
238 if (Signed && A.isMin())
[all …]
H A DPrimType.h28 template <bool Signed> class IntegralAP;
29 template <unsigned Bits, bool Signed> class Integral;
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp455 if (Signed) in builtin_str()
613 Signed = true; in applyModifier()
647 Signed = true; in applyModifier()
670 Signed = true; in applyModifier()
691 Signed = true; in applyModifier()
702 Signed = true; in applyModifier()
709 Signed = true; in applyModifier()
718 Signed = true; in applyModifier()
767 Signed = true; in applyModifier()
808 Signed = true; in applyModifier()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h487 bool Signed = true) {
489 return Signed ? Attribute::SExt : Attribute::ZExt;
503 Signed);
506 Attribute::AttrKind getExtAttrForI32Param(bool Signed = true) const {
508 Impl->ShouldSignExtI32Param, Signed);
517 bool Signed) { in getExtAttrForI32Return() argument
519 return Signed ? Attribute::SExt : Attribute::ZExt; in getExtAttrForI32Return()
533 Signed);
545 bool Signed, bool Ret = false,
547 if (auto AK = getExtAttrForI32Param(Signed))
[all …]
H A DIVDescriptors.h77 Type *RT, bool Signed, bool Ordered, in RecurrenceDescriptor() argument
82 IsSigned(Signed), IsOrdered(Ordered), in RecurrenceDescriptor()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCheckedArithmetic.h29 checkedOp(T LHS, T RHS, F Op, bool Signed = true) {
30 llvm::APInt ALHS(sizeof(T) * 8, LHS, Signed);
31 llvm::APInt ARHS(sizeof(T) * 8, RHS, Signed);
36 return Signed ? Out.getSExtValue() : Out.getZExtValue();
/freebsd/crypto/openssl/test/certs/
H A DembeddedSCTs3.sct1 Signed Certificate Timestamp:
13 Signed Certificate Timestamp:
25 Signed Certificate Timestamp:
H A DembeddedSCTs1.sct1 Signed Certificate Timestamp:
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1090 return (Signed && BinOpI->hasNoSignedWrap()) || in checkNoWrapFlags()
1091 (!Signed && BinOpI->hasNoUnsignedWrap()); in checkNoWrapFlags()
1118 checkNoWrapFlags(AddOpA, Signed) && checkNoWrapFlags(AddOpB, Signed)); in checkIfSafeAddSequence()
1127 checkNoWrapFlags(OtherInstrB, Signed) && in checkIfSafeAddSequence()
1137 checkNoWrapFlags(OtherInstrA, Signed) && in checkIfSafeAddSequence()
1150 checkNoWrapFlags(OtherInstrA, Signed) && in checkIfSafeAddSequence()
1151 checkNoWrapFlags(OtherInstrB, Signed) && in checkIfSafeAddSequence()
1202 bool Signed = isa<SExtInst>(OpA); in getConstantOffsetComplexAddrs() local
1232 checkNoWrapFlags(OpB, Signed)) in getConstantOffsetComplexAddrs()
1240 checkNoWrapFlags(OpB, Signed)) { in getConstantOffsetComplexAddrs()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp85 bool Signed) { in nextLEB() argument
88 Val = Signed ? decodeSLEB128(Bytes.data() + Size, &N, in nextLEB()
100 ArrayRef<uint8_t> Bytes, bool Signed) { in parseLEBImmediate() argument
102 if (!nextLEB(Val, Bytes, Size, Signed)) in parseLEBImmediate()
/freebsd/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md33 * [Signed Off By](#signed-off-by)
217 * The last line must be a `Signed-off-by:` tag. See the
218 [Signed Off By](#signed-off-by) section for more information.
230 Signed-off-by: Contributor <contributor@email.com>
241 * The last line must be a `Signed-off-by:` tag. See the
242 [Signed Off By](#signed-off-by) section for more information.
257 Signed-off-by: Contributor <contributor@email.com>
260 #### Signed Off By
261 A line tagged as `Signed-off-by:` must contain the developer's
268 Git can append the `Signed-off-by` line to your commit messages. Simply
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp155 unsigned Signed = Size & Operation::SignBit; in extract() local
169 if (Signed) in extract()
174 if (Signed) in extract()
179 if (Signed) in extract()
195 if (Signed) in extract()
318 unsigned Signed = Size & Operation::SignBit; in print() local
349 if (Signed) in print()
/freebsd/crypto/openssl/demos/smime/
H A Dsign.txt3 Test OpenSSL Signed Content
/freebsd/crypto/openssl/demos/cms/
H A Dsign.txt3 Test OpenSSL CMS Signed Content
/freebsd/crypto/openssl/doc/man3/
H A DSCT_print.pod6 Prints Signed Certificate Timestamps in a human-readable way
19 SCT_print() prints a single Signed Certificate Timestamp (SCT) to a B<BIO> in
H A DCTLOG_STORE_get0_log_by_id.pod18 A Signed Certificate Timestamp (SCT) identifies the Certificate Transparency
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon.td808 // Signed Saturating Accumulated of Unsigned Value
812 // Unsigned Saturating Accumulated of Signed Value
1329 // Signed/Unsigned Shift Right (Immediate)
1331 // Signed/Unsigned Rounding Shift Right (Immediate)
1427 // Scalar Signed Integer Convert To Floating-point
1520 // Scalar Signed Saturating Absolute Value
1528 // Scalar Signed Saturating Negate
1540 // Signed Saturating Doubling Multiply-Add Long
1548 // Signed Saturating Doubling Multiply Long
1552 // Scalar Signed Saturating Extract Unsigned Narrow
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h271 VariantValue(int Signed) : VariantValue(static_cast<unsigned>(Signed)) {} in VariantValue() argument
/freebsd/crypto/openssl/test/ct/
H A Dtls1.sct1 Signed Certificate Timestamp:
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp287 DenseMap<Value *, unsigned> &getValue2Index(bool Signed) { in getValue2Index() argument
288 return Signed ? SignedCS.getValue2Index() : UnsignedCS.getValue2Index(); in getValue2Index()
290 const DenseMap<Value *, unsigned> &getValue2Index(bool Signed) const { in getValue2Index()
291 return Signed ? SignedCS.getValue2Index() : UnsignedCS.getValue2Index(); in getValue2Index()
294 ConstraintSystem &getCS(bool Signed) { in getCS() argument
295 return Signed ? SignedCS : UnsignedCS; in getCS()
297 const ConstraintSystem &getCS(bool Signed) const { in getCS()
298 return Signed ? SignedCS : UnsignedCS; in getCS()
301 void popLastConstraint(bool Signed) { getCS(Signed).popLastConstraint(); } in popLastConstraint() argument
302 void popLastNVariables(bool Signed, unsigned N) { in popLastNVariables() argument
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dder141 # PKCS#7 Signed Data (e.g. JAR Signature Block File)
145 >&0 der obj_id9=2a864886f70d010702 DER Encoded PKCS#7 Signed Data
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp419 bool Signed, APInt &Result);
1775 if (Signed) in evaluateEXTRACTi()
1779 Result = APInt(BW, V, Signed); in evaluateEXTRACTi()
1782 if (Signed) in evaluateEXTRACTi()
2166 Signed = false; in evaluate()
2468 bool Signed = false; in getCmpImm() local
2475 Signed = true; in getCmpImm()
2485 Signed = true; in getCmpImm()
2506 return APInt(32, Val, Signed); in getCmpImm()
2741 bool Signed = false; in evaluateHexExt() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.h55 MachineIRBuilder &B, bool Signed) const;
57 MachineIRBuilder &B, bool Signed) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h446 bool Signed);
450 bool Signed);

1234567