/third_party/rust/crates/num-traits/src/ |
D | sign.rs | 8 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/ |
D | DWARFExpression.cpp | 135 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/ |
D | WebAssemblyDisassembler.cpp | 85 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/ |
D | ConstantRange.h | 272 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | utilities.h | 123 Signed = 2, enumerator
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | utilities.h | 133 Signed = 2, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTX.h | 99 Signed, enumerator
|
D | NVPTXISelLowering.cpp | 4572 Signed = 0, enumerator 4679 bool Signed; in TryMULWIDECombine() local
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | TypedIntegerTests.cpp | 23 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/ |
D | IVDescriptors.h | 93 Instruction *UAI, Type *RT, bool Signed, in RecurrenceDescriptor()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | enum_ty.rs | 263 Signed(i64), enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUHSAMetadataStreamer.cpp | 133 auto Signed = !TypeName.startswith("u"); in getValueType() local 579 auto Signed = !TypeName.startswith("u"); in getValueType() local
|
D | AMDGPUISelDAGToDAG.cpp | 864 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/ |
D | LoopUtils.cpp | 1025 bool Signed) { in cannotBeMinInLoop() 1036 bool Signed) { in cannotBeMaxInLoop()
|
D | SimplifyIndVar.cpp | 406 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/ |
D | HexagonConstPropagation.cpp | 1734 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
|
D | HexagonSplitDouble.cpp | 798 bool Signed = (Opc == S2_asr_i_p); in splitShift() local
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerTraceState.cpp | 118 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/ |
D | DebugInfoMetadata.cpp | 1200 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/ |
D | MipsSEISelDAGToDAG.cpp | 551 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/ |
D | LegalizeIntegerTypes.cpp | 750 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
|
D | LegalizeFloatTypes.cpp | 721 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/ |
D | LoadStoreVectorizer.cpp | 440 bool Signed = isa<SExtInst>(OpA); in lookThroughComplexAddresses() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2107 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/ |
D | APInt.cpp | 2169 bool Signed, bool formatAsCLiteral) const { in toString() 2283 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const { in toString()
|