Home
last modified time | relevance | path

Searched defs:Unsigned (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h287 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue()
294 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h272 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
DDebugInfoMetadata.h739 enum class Signedness { Signed, Unsigned }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScaledNumber.h435 uint64_t Unsigned = N == INT64_MIN ? UINT64_C(1) << 63 : uint64_t(-N); in splitSigned() local
660 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scale() local
664 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scaleByInverse() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h921 void _vmulh(Variable *Dest, Variable *Src0, Variable *Src1, bool Unsigned) { in _vmulh()
935 void _vqadd(Variable *Dest, Variable *Src0, Variable *Src1, bool Unsigned) { in _vqadd()
939 void _vqmovn2(Variable *Dest, Variable *Src0, Variable *Src1, bool Unsigned, in _vqmovn2()
946 void _vqsub(Variable *Dest, Variable *Src0, Variable *Src1, bool Unsigned) { in _vqsub()
DIceTargetLoweringARM32.cpp5126 bool Unsigned = (ID == Intrinsics::AddSaturateUnsigned); in lowerIntrinsic() local
5198 bool Unsigned = (ID == Intrinsics::MultiplyHighUnsigned); in lowerIntrinsic() local
5220 bool Unsigned = (ID == Intrinsics::SubtractSaturateUnsigned); in lowerIntrinsic() local
5230 bool Unsigned = (ID == Intrinsics::VectorPackUnsigned); in lowerIntrinsic() local
DIceInstARM32.cpp1167 bool Unsigned = true; in emitIAS() local
1204 bool Unsigned = true; in emitIAS() local
DIceAssemblerARM32.cpp3338 bool Unsigned) { in vmulh()
3398 bool Unsigned = false; in vmlap() local
3900 bool Unsigned, bool Saturating) { in vqmovn2()
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dutilities.h122 Unsigned = 1, enumerator
/third_party/skia/third_party/externals/angle2/src/common/
Dutilities.h132 Unsigned = 1, enumerator
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DTypedIntegerTests.cpp22 using Unsigned = TypedInteger<struct UnsignedT, uint32_t>; typedef in TypedIntegerTest
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTX.h98 Unsigned = 0, enumerator
DNVPTXISelLowering.cpp4573 Unsigned, enumerator
/third_party/boost/libs/beast/include/boost/beast/http/impl/
Dfile_body_win32.hpp316 highPart(Unsigned, std::false_type) in highPart() argument
/third_party/boost/boost/beast/http/impl/
Dfile_body_win32.hpp316 highPart(Unsigned, std::false_type) in highPart() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp553 void DwarfUnit::addConstantValue(DIE &Die, bool Unsigned, uint64_t Val) { in addConstantValue()
564 void DwarfUnit::addConstantValue(DIE &Die, const APInt &Val, bool Unsigned) { in addConstantValue()
/third_party/flatbuffers/java/com/google/flatbuffers/
DFlexBuffers.java1196 static class Unsigned { class in FlexBuffers
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp236 bool Unsigned = NoWrapKind == OBO::NoUnsignedWrap; in makeGuaranteedNoWrapRegion() local