Home
last modified time | relevance | path

Searched refs:sextOrTrunc (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DPtrUseVisitor.cpp39 Offset += TmpOffset.sextOrTrunc(Offset.getBitWidth()); in adjustOffsetForGEP()
DBasicAliasAnalysis.cpp562 .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()
DLoads.cpp101 Base, Alignment, Offset + Size.sextOrTrunc(Offset.getBitWidth()), DL, in isDereferenceableAndAlignedPointer()
DLoopAccessAnalysis.cpp1207 OffsetA = OffsetA.sextOrTrunc(IdxWidth); in isConsecutiveAccess()
1208 OffsetB = OffsetB.sextOrTrunc(IdxWidth); in isConsecutiveAccess()
DInlineCost.cpp698 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize; in accumulateGEPOffset()
DConstantFolding.cpp2333 Product.sextOrTrunc(Width)); in ConstantFoldScalarCall3()
DInstructionSimplify.cpp707 Offset = Offset.sextOrTrunc(IntIdxTy->getIntegerBitWidth()); in stripAndComputeConstantOffsets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DOperator.cpp57 APInt Index = OpC->getValue().sextOrTrunc(Offset.getBitWidth()); in accumulateConstantOffset()
DValue.cpp587 Offset += GEPOffset.sextOrTrunc(BitWidth); in stripAndAccumulateConstantOffsets()
DConstantRange.cpp767 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/
DRISCVMatInt.cpp85 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/
DConstantRange.h321 ConstantRange sextOrTrunc(uint32_t BitWidth) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp359 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/
DTargetTransformInfoImpl.h786 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/
DInterleavedLoadCombinePass.cpp492 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/
DAPSInt.h113 return APSInt(sextOrTrunc(width), IsUnsigned); in extOrTrunc()
DAPInt.h1398 APInt sextOrTrunc(unsigned width) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1178 APInt sextOrTrunc(unsigned width) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp76 APInt Tmp = ImmVal.ashr(ShiftVal).sextOrTrunc(64); in getIntImmCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp963 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/
DAPInt.cpp992 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/
DFastISel.cpp711 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/
DIRTranslator.cpp1919 APInt NewIdx = CI->getValue().sextOrTrunc(PreferredVecIdxWidth); in translateExtractElement()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp754 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/
DX86TargetTransformInfo.cpp3028 APInt Tmp = ImmVal.ashr(ShiftVal).sextOrTrunc(64); in getIntImmCost()

12