Home
last modified time | relevance | path

Searched refs:getSigned (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDataExtractor.cpp71 Result = getSigned(Offset, 2); in getEncodedPointer()
74 Result = getSigned(Offset, 4); in getEncodedPointer()
77 Result = getSigned(Offset, 8); in getEncodedPointer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DRecordInitializer.cpp111 R.Size = E.getSigned(&OffsetPtr, sizeof(int32_t)); in visit()
185 R.Size = E.getSigned(&OffsetPtr, sizeof(int32_t)); in visit()
199 R.Delta = E.getSigned(&OffsetPtr, sizeof(int32_t)); in visit()
249 R.Size = E.getSigned(&OffsetPtr, sizeof(int32_t)); in visit()
263 R.Delta = E.getSigned(&OffsetPtr, sizeof(int32_t)); in visit()
338 R.PID = E.getSigned(&OffsetPtr, 4); in visit()
356 R.TID = E.getSigned(&OffsetPtr, sizeof(int32_t)); in visit()
DTrace.cpp120 Record.FuncId = Reader.getSigned(&OffsetPtr, sizeof(int32_t)); in loadNaiveFormatLog()
157 int32_t FuncId = Reader.getSigned(&OffsetPtr, sizeof(int32_t)); in loadNaiveFormatLog()
DProfile.cpp85 FuncId = Extractor.getSigned(&Offset, 4); in readPath()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDataExtractor.h207 int64_t getSigned(uint64_t *offset_ptr, uint32_t size) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp168 NegOne = ConstantInt::getSigned(DivTy, -1); in generateUnsignedDivisionCode()
174 NegOne = ConstantInt::getSigned(DivTy, -1); in generateUnsignedDivisionCode()
DBypassSlowDivision.cpp344 Value *ZeroV = ConstantInt::getSigned(getSlowType(), 0); in insertOperandRuntimeCheck()
DCodeExtractor.cpp1012 auto NegativeOne = ConstantInt::getSigned(Type::getInt64Ty(Ctx), -1); in insertLifetimeMarkersSurroundingCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDataExtractor.cpp140 DataExtractor::getSigned(uint64_t *offset_ptr, uint32_t byte_size) const { in getSigned() function in DataExtractor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h118 static ConstantInt *getSigned(IntegerType *Ty, int64_t V);
119 static Constant *getSigned(Type *Ty, int64_t V);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp559 ZeroShadow = ConstantInt::getSigned(ShadowTy, 0); in doInitialization()
560 ShadowPtrMul = ConstantInt::getSigned(IntptrTy, ShadowWidth / 8); in doInitialization()
562 ShadowPtrMask = ConstantInt::getSigned(IntptrTy, ~0x700000000000LL); in doInitialization()
564 ShadowPtrMask = ConstantInt::getSigned(IntptrTy, ~0xF000000000LL); in doInitialization()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1888 ConstantInt::getSigned(VO.second->getType(), -(Offset * 8) / ESize); in expand()
1892 ConstantInt::getSigned(VO.second->getType(), -Offset); in expand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp2299 Builder.CreateAdd(B, ConstantInt::getSigned(B->getType(), -1)), A); in foldOrOfICmps()
2681 return SelectInst::Create(A, ConstantInt::getSigned(I.getType(), -1), Op1); in visitOr()
2684 return SelectInst::Create(A, ConstantInt::getSigned(I.getType(), -1), Op0); in visitOr()
DInstCombineShifts.cpp1073 Constant *RHS = ConstantInt::getSigned(Ty, IsPop ? -1 : 0); in visitLShr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp323 ConstantInt::getSigned(Type::getInt64Ty(Context), Count)); in getImpl()
DConstants.cpp718 ConstantInt *ConstantInt::getSigned(IntegerType *Ty, int64_t V) { in getSigned() function in ConstantInt
722 Constant *ConstantInt::getSigned(Type *Ty, int64_t V) { in getSigned() function in ConstantInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp5245 Ops.push_back(SE.getUnknown(ConstantInt::getSigned(IntTy, Offset))); in Expand()
5253 Ops.push_back(SE.getUnknown(ConstantInt::getSigned(IntTy, in Expand()
5289 Constant *C = ConstantInt::getSigned(SE.getEffectiveSCEVType(OpTy), in Expand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp445 ConstantInt::getSigned(OffsetTy, (int64_t)(Addr.Offset)); in PPCSimplifyAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp355 return Ty->isIntegerTy() ? ConstantInt::getSigned(Ty, C) in getSignedIntOrFpConstant()