/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | PtrUseVisitor.cpp | 39 Offset += TmpOffset.sextOrTrunc(Offset.getBitWidth()); in adjustOffsetForGEP()
|
D | BasicAliasAnalysis.cpp | 562 .sextOrTrunc(MaxPointerSize); in DecomposeGEPExpression() 594 APInt WideScaledOffset = IndexOffset.sextOrTrunc(MaxPointerSize*2) * in DecomposeGEPExpression() 605 Decomposed.OtherOffset += IndexOffset.sextOrTrunc(MaxPointerSize) * Scale; in DecomposeGEPExpression() 606 Scale *= IndexScale.sextOrTrunc(MaxPointerSize); in DecomposeGEPExpression()
|
D | Loads.cpp | 101 Base, Alignment, Offset + Size.sextOrTrunc(Offset.getBitWidth()), DL, in isDereferenceableAndAlignedPointer()
|
D | LoopAccessAnalysis.cpp | 1207 OffsetA = OffsetA.sextOrTrunc(IdxWidth); in isConsecutiveAccess() 1208 OffsetB = OffsetB.sextOrTrunc(IdxWidth); in isConsecutiveAccess()
|
D | InlineCost.cpp | 698 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize; in accumulateGEPOffset()
|
D | ConstantFolding.cpp | 2333 Product.sextOrTrunc(Width)); in ConstantFoldScalarCall3()
|
D | InstructionSimplify.cpp | 707 Offset = Offset.sextOrTrunc(IntIdxTy->getIntegerBitWidth()); in stripAndComputeConstantOffsets()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Operator.cpp | 57 APInt Index = OpC->getValue().sextOrTrunc(Offset.getBitWidth()); in accumulateConstantOffset()
|
D | Value.cpp | 587 Offset += GEPOffset.sextOrTrunc(BitWidth); in stripAndAccumulateConstantOffsets()
|
D | ConstantRange.cpp | 767 ConstantRange ConstantRange::sextOrTrunc(uint32_t DstTySize) const { in sextOrTrunc() function in ConstantRange
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Utils/ |
D | RISCVMatInt.cpp | 85 APInt Chunk = Val.ashr(ShiftVal).sextOrTrunc(PlatRegSize); in getIntMatCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantRange.h | 321 ConstantRange sextOrTrunc(uint32_t BitWidth) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 359 OffsetA = OffsetA.sextOrTrunc(NewPtrBitWidth); in areConsecutivePointers() 360 OffsetB = OffsetB.sextOrTrunc(NewPtrBitWidth); in areConsecutivePointers() 361 PtrDelta = PtrDelta.sextOrTrunc(NewPtrBitWidth); in areConsecutivePointers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 786 ConstIdx->getValue().sextOrTrunc(PtrSizeBits) * ElementSize; in getGEPCost() 799 BaseOffset.sextOrTrunc(64).getSExtValue(), HasBaseReg, Scale, in getGEPCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | InterleavedLoadCombinePass.cpp | 492 Polynomial &sextOrTrunc(unsigned n) { in sextOrTrunc() function in __anon9e2cd0a70111::Polynomial 1023 Result.sextOrTrunc(PointerBits); in computePolynomialFromPointer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APSInt.h | 113 return APSInt(sextOrTrunc(width), IsUnsigned); in extOrTrunc()
|
D | APInt.h | 1398 APInt sextOrTrunc(unsigned width) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1178 APInt sextOrTrunc(unsigned width) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 76 APInt Tmp = ImmVal.ashr(ShiftVal).sextOrTrunc(64); in getIntImmCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 963 APInt APInt::sextOrTrunc(unsigned width) const { in sextOrTrunc() function in APInt 2878 if (C.sextOrTrunc(RangeWidth).isNullValue() ) { in SolveQuadraticEquationWrap()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 992 APInt APInt::sextOrTrunc(unsigned width) const { in sextOrTrunc() function in APInt
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 711 uint64_t IdxN = CI->getValue().sextOrTrunc(64).getSExtValue(); in selectGetElementPtr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 1919 APInt NewIdx = CI->getValue().sextOrTrunc(PreferredVecIdxWidth); in translateExtractElement()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 754 APInt Index = OpC->getValue().sextOrTrunc(Offset.getBitWidth()); in visitGetElementPtrInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 3028 APInt Tmp = ImmVal.ashr(ShiftVal).sextOrTrunc(64); in getIntImmCost()
|