| /third_party/node/deps/v8/tools/debug_helper/ |
| H A D | debug-macro-shims.h | 78 inline Value<intptr_t> Signed(d::MemoryAccessor accessor, uintptr_t u) { in Signed() function
|
| /third_party/node/deps/v8/src/torque/ |
| H A D | runtime-macro-shims.h | 28 inline intptr_t Signed(uintptr_t u) { return static_cast<intptr_t>(u); } in Signed() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
| H A 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/include/llvm/IR/ |
| H A D | ConstantRange.h | 272 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
|
| H A D | DebugInfoMetadata.h | 739 enum class Signedness { Signed, Unsigned }; member in llvm::DIBasicType::Signedness
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/Disassembler/ |
| H A D | WebAssemblyDisassembler.cpp | 84 nextLEB(int64_t &Val, ArrayRef<uint8_t> Bytes, uint64_t &Size, bool Signed) nextLEB() argument 99 parseLEBImmediate(MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes, bool Signed) parseLEBImmediate() argument
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | utilities.h | 133 Signed = 2, member in gl::SamplerFormat
|
| /third_party/skia/third_party/externals/spirv-tools/test/val/ |
| H A D | val_id_test.cpp | 789 enum Signed { kSigned, kUnsigned }; enum
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
| H A D | val_id_test.cpp | 789 enum Signed { kSigned, kUnsigned }; enum
|
| /third_party/json/tests/thirdparty/Fuzzer/ |
| H A 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/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.cpp | 133 auto Signed = !TypeName.startswith("u"); in getValueType() local 579 auto Signed = !TypeName.startswith("u"); in getValueType() local [all...] |
| H A 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/Target/NVPTX/ |
| H A D | NVPTX.h | 99 Signed, enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| H A D | IVDescriptors.h | 91 RecurrenceDescriptor(Value *Start, Instruction *Exit, RecurrenceKind K, FastMathFlags FMF, MinMaxRecurrenceKind MK, Instruction *UAI, Type *RT, bool Signed, SmallPtrSetImpl<Instruction *> &CI) RecurrenceDescriptor() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 405 willNotOverflow(ScalarEvolution *SE, Instruction::BinaryOps BinOp, bool Signed, const SCEV *LHS, const SCEV *RHS) willNotOverflow() argument
|
| H A D | LoopUtils.cpp | 1024 cannotBeMinInLoop(const SCEV *S, const Loop *L, ScalarEvolution &SE, bool Signed) cannotBeMinInLoop() argument 1035 cannotBeMaxInLoop(const SCEV *S, const Loop *L, ScalarEvolution &SE, bool Signed) cannotBeMaxInLoop() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSplitDouble.cpp | 798 bool Signed = (Opc == S2_asr_i_p); in splitShift() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelDAGToDAG.cpp | 551 selectVSplatCommon(SDValue N, SDValue &Imm, bool Signed, in selectVSplatCommon() argument
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | code-assembler.h | 580 TNode<Int32T> Signed(TNode<Word32T> x) { return UncheckedCast<Int32T>(x); } in Signed() function in v8::internal::compiler::CodeAssembler 581 TNode<Int64T> Signed(TNode<Word64T> x) { return UncheckedCast<Int64T>(x); } in Signed() function in v8::internal::compiler::CodeAssembler 582 TNode<IntPtrT> Signed(TNode<WordT> x) { return UncheckedCast<IntPtrT>(x); } in Signed() function in v8::internal::compiler::CodeAssembler [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| H A 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/IR/ |
| H A D | DIBuilder.cpp | 741 DIExpression *DIBuilder::createExpression(ArrayRef<int64_t> Signed) { in createExpression() argument
|
| H A D | DebugInfoMetadata.cpp | 1199 getExtOps(unsigned FromSize, unsigned ToSize, bool Signed) getExtOps() argument 1207 appendExt(const DIExpression *Expr, unsigned FromSize, unsigned ToSize, bool Signed) appendExt() argument
|
| H A D | AutoUpgrade.cpp | 1353 upgradeMaskedCompare(IRBuilder< &Builder, CallInst &CI, unsigned CC, bool Signed) upgradeMaskedCompare() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| H A D | ScalarEvolutionExpander.cpp | 2238 generateOverflowCheck(const SCEVAddRecExpr *AR, Instruction *Loc, bool Signed) generateOverflowCheck() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | InductiveRangeCheckElimination.cpp | 1042 NoopOrExtend(const SCEV *S, Type *Ty, ScalarEvolution &SE, bool Signed) NoopOrExtend() argument
|