Home
last modified time | relevance | path

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

123

/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/node/deps/npm/node_modules/@tufjs/models/dist/
Dbase.js30 class Signed { class
/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/node/deps/v8/src/torque/
Druntime-macro-shims.h28 inline intptr_t Signed(uintptr_t u) { return static_cast<intptr_t>(u); } in Signed() function
/third_party/node/deps/v8/tools/debug_helper/
Ddebug-macro-shims.h78 inline Value<intptr_t> Signed(d::MemoryAccessor accessor, uintptr_t u) { in Signed() function
/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/rust/crates/bindgen/bindgen/ir/
Denum_ty.rs263 Signed(i64), enumerator
/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/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/tests/thirdparty/Fuzzer/
DFuzzerTraceState.cpp118 int64_t Signed = static_cast<int64_t>(Data); in IsTwoByteData() local
/third_party/node/deps/v8/src/compiler/
Dcode-assembler.h580 TNode<Int32T> Signed(TNode<Word32T> x) { return UncheckedCast<Int32T>(x); } in Signed() function
581 TNode<Int64T> Signed(TNode<Word64T> x) { return UncheckedCast<Int64T>(x); } in Signed() function
582 TNode<IntPtrT> Signed(TNode<WordT> x) { return UncheckedCast<IntPtrT>(x); } in Signed() function
/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
/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()

123