Home
last modified time | relevance | path

Searched defs:Signed (Results 1 - 25 of 40) sorted by relevance

12

/third_party/node/deps/v8/tools/debug_helper/
H A Ddebug-macro-shims.h78 inline Value<intptr_t> Signed(d::MemoryAccessor accessor, uintptr_t u) { in Signed() function
/third_party/node/deps/v8/src/torque/
H A Druntime-macro-shims.h28 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 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/include/llvm/IR/
H A DConstantRange.h272 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
H A DDebugInfoMetadata.h739 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 DWebAssemblyDisassembler.cpp84 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 Dutilities.h133 Signed = 2, member in gl::SamplerFormat
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_id_test.cpp789 enum Signed { kSigned, kUnsigned }; enum
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_id_test.cpp789 enum Signed { kSigned, kUnsigned }; enum
/third_party/json/tests/thirdparty/Fuzzer/
H A 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/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp133 auto Signed = !TypeName.startswith("u"); in getValueType() local
579 auto Signed = !TypeName.startswith("u"); in getValueType() local
[all...]
H A 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/Target/NVPTX/
H A DNVPTX.h99 Signed, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DIVDescriptors.h91 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 DSimplifyIndVar.cpp405 willNotOverflow(ScalarEvolution *SE, Instruction::BinaryOps BinOp, bool Signed, const SCEV *LHS, const SCEV *RHS) willNotOverflow() argument
H A DLoopUtils.cpp1024 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 DHexagonSplitDouble.cpp798 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 DMipsSEISelDAGToDAG.cpp551 selectVSplatCommon(SDValue N, SDValue &Imm, bool Signed, in selectVSplatCommon() argument
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.h580 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 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/IR/
H A DDIBuilder.cpp741 DIExpression *DIBuilder::createExpression(ArrayRef<int64_t> Signed) { in createExpression() argument
H A DDebugInfoMetadata.cpp1199 getExtOps(unsigned FromSize, unsigned ToSize, bool Signed) getExtOps() argument
1207 appendExt(const DIExpression *Expr, unsigned FromSize, unsigned ToSize, bool Signed) appendExt() argument
H A DAutoUpgrade.cpp1353 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 DScalarEvolutionExpander.cpp2238 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 DInductiveRangeCheckElimination.cpp1042 NoopOrExtend(const SCEV *S, Type *Ty, ScalarEvolution &SE, bool Signed) NoopOrExtend() argument

Completed in 61 milliseconds

12