Home
last modified time | relevance | path

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

1234

/external/llvm-project/llvm/lib/Analysis/
DPtrUseVisitor.cpp39 Offset += TmpOffset.sextOrTrunc(Offset.getBitWidth()); in adjustOffsetForGEP()
DStackSafetyAnalysis.cpp165 Mul = Mul.sextOrTrunc(PointerSize); in getStaticAllocaSizeRange()
270 return Offset.sextOrTrunc(PointerSize); in offsetFrom()
321 Sizes = Sizes.sextOrTrunc(PointerSize); in getMemIntrinsicAccessRange()
719 ConstantRange Access = Found->sextOrTrunc(Use.Range.getBitWidth()); in resolveAllCalls()
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DOperator.cpp57 APInt Index = OpC->getValue().sextOrTrunc(Offset.getBitWidth()); in accumulateConstantOffset()
/external/llvm/lib/IR/
DOperator.cpp44 APInt Index = OpC->getValue().sextOrTrunc(Offset.getBitWidth()); in accumulateConstantOffset()
/external/llvm-project/llvm/lib/Target/RISCV/Utils/
DRISCVMatInt.cpp83 APInt Chunk = Val.ashr(ShiftVal).sextOrTrunc(PlatRegSize); in getIntMatCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Utils/
DRISCVMatInt.cpp85 APInt Chunk = Val.ashr(ShiftVal).sextOrTrunc(PlatRegSize); in getIntMatCost()
/external/llvm-project/llvm/lib/Support/
DAPFixedPoint.cpp277 return APFixedPoint(Result.sextOrTrunc(CommonFXSema.getWidth()), in mul()
332 return APFixedPoint(Result.sextOrTrunc(CommonFXSema.getWidth()), in div()
367 return APFixedPoint(Result.sextOrTrunc(Sema.getWidth()), Sema); in shl()
/external/llvm/include/llvm/IR/
DConstantRange.h250 ConstantRange sextOrTrunc(uint32_t BitWidth) const;
/external/llvm-project/llvm/lib/IR/
DOperator.cpp70 Index = Index.sextOrTrunc(Offset.getBitWidth()); in accumulateConstantOffset()
/external/llvm-project/llvm/unittests/Support/
DKnownBitsTest.cpp319 InitKnownBits(Baseline, Input.sextOrTrunc(Size)); in TEST()
320 Test = Test.sextOrTrunc(Size); in TEST()
/external/llvm-project/llvm/include/llvm/IR/
DConstantRange.h337 ConstantRange sextOrTrunc(uint32_t BitWidth) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h321 ConstantRange sextOrTrunc(uint32_t BitWidth) const;
/external/llvm-project/llvm/include/llvm/Support/
DKnownBits.h174 KnownBits sextOrTrunc(unsigned BitWidth) const { in sextOrTrunc() function
/external/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()
/external/llvm-project/clang/lib/AST/Interp/
DIntegral.h111 return APSInt(toAPSInt().sextOrTrunc(NumBits), !Signed);
/external/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()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp342 OffsetA = OffsetA.sextOrTrunc(NewPtrBitWidth); in areConsecutivePointers()
343 OffsetB = OffsetB.sextOrTrunc(NewPtrBitWidth); in areConsecutivePointers()
344 PtrDelta = PtrDelta.sextOrTrunc(NewPtrBitWidth); in areConsecutivePointers()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h113 return APSInt(sextOrTrunc(width), IsUnsigned); in extOrTrunc()
/external/llvm/include/llvm/ADT/
DAPSInt.h96 return APSInt(sextOrTrunc(width), IsUnsigned); in extOrTrunc()
/external/llvm-project/llvm/include/llvm/ADT/
DAPSInt.h113 return APSInt(sextOrTrunc(width), IsUnsigned); in extOrTrunc()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp492 Polynomial &sextOrTrunc(unsigned n) { in sextOrTrunc() function in __anonfa6d07c60111::Polynomial
1023 Result.sextOrTrunc(PointerBits); in computePolynomialFromPointer()
/external/llvm-project/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp492 Polynomial &sextOrTrunc(unsigned n) { in sextOrTrunc() function in __anon0ee757520111::Polynomial
1023 Result.sextOrTrunc(PointerBits); in computePolynomialFromPointer()

1234