Home
last modified time | relevance | path

Searched defs:Signed (Results 1 – 25 of 53) sorted by relevance

123

/third_party/rust/crates/num-traits/src/
Dsign.rs8 pub trait Signed: Sized + Num + Neg<Output = Self> { trait
46 impl Signed for $t { impl
112 impl Signed for $t { impl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp135 unsigned Signed = Size & Operation::SignBit; in extract() local
259 unsigned Signed = Size & Operation::SignBit; in print() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/Disassembler/
DWebAssemblyDisassembler.cpp85 bool Signed) { in nextLEB()
100 ArrayRef<uint8_t> Bytes, bool Signed) { in parseLEBImmediate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h272 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dutilities.h123 Signed = 2, enumerator
/third_party/skia/third_party/externals/angle2/src/common/
Dutilities.h133 Signed = 2, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTX.h99 Signed, enumerator
DNVPTXISelLowering.cpp4572 Signed = 0, enumerator
4679 bool Signed; in TryMULWIDECombine() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DTypedIntegerTests.cpp23 using Signed = TypedInteger<struct SignedT, int32_t>; typedef in TypedIntegerTest
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h93 Instruction *UAI, Type *RT, bool Signed, in RecurrenceDescriptor()
/third_party/rust/crates/bindgen/bindgen/ir/
Denum_ty.rs263 Signed(i64), enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUHSAMetadataStreamer.cpp133 auto Signed = !TypeName.startswith("u"); in getValueType() local
579 auto Signed = !TypeName.startswith("u"); in getValueType() local
DAMDGPUISelDAGToDAG.cpp864 bool Signed = Opc == AMDGPUISD::BFE_I32; in Select() local
1161 bool Signed = N->getOpcode() == AMDGPUISD::MAD_I64_I32; in SelectMAD_64_32() local
1942 bool Signed = N->getOpcode() == ISD::SRA; in SelectS_BFEFromShifts() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp1025 bool Signed) { in cannotBeMinInLoop()
1036 bool Signed) { in cannotBeMaxInLoop()
DSimplifyIndVar.cpp406 bool Signed, const SCEV *LHS, const SCEV *RHS) { in willNotOverflow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp1734 unsigned Width, unsigned Bits, unsigned Offset, bool Signed, in evaluateEXTRACTr()
1766 unsigned Offset, bool Signed, APInt &Result) { in evaluateEXTRACTi()
2151 bool Signed = (Opc == Hexagon::S4_extract) || in evaluate() local
2470 bool Signed = false; in getCmpImm() local
2743 bool Signed = false; in evaluateHexExt() local
DHexagonSplitDouble.cpp798 bool Signed = (Opc == S2_asr_i_p); in splitShift() local
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerTraceState.cpp118 int64_t Signed = static_cast<int64_t>(Data); in IsTwoByteData() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp1200 bool Signed) { in getExtOps()
1209 bool Signed) { in appendExt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp551 selectVSplatCommon(SDValue N, SDValue &Imm, bool Signed, in selectVSplatCommon()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp750 bool Signed = in PromoteIntRes_MULFIX() local
788 bool Signed = N->getOpcode() == ISD::SDIVFIX; in earlyExpandDIVFIX() local
819 bool Signed = N->getOpcode() == ISD::SDIVFIX; in PromoteIntRes_DIVFIX() local
3030 bool Signed = (N->getOpcode() == ISD::SMULFIX || in ExpandIntRes_MULFIX() local
DLegalizeFloatTypes.cpp721 bool Signed = N->getOpcode() == ISD::SINT_TO_FP || in SoftenFloatRes_XINT_TO_FP() local
877 bool Signed = N->getOpcode() == ISD::FP_TO_SINT || in SoftenFloatOp_FP_TO_XINT() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp440 bool Signed = isa<SExtInst>(OpA); in lookThroughComplexAddresses() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2107 bool Signed, bool formatAsCLiteral) const { in toString()
2227 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const { in toString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp2169 bool Signed, bool formatAsCLiteral) const { in toString()
2283 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const { in toString()

123