Home
last modified time | relevance | path

Searched refs:getIntegerBitWidth (Results 1 – 25 of 65) sorted by relevance

123

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.cpp74 sizeof(SIntMax) * 8 - getType().getIntegerBitWidth(); in getSIntValue()
77 if (getType().getIntegerBitWidth() == 64) in getSIntValue()
80 if (getType().getIntegerBitWidth() == 128) in getSIntValue()
83 if (getType().getIntegerBitWidth() == 128) in getSIntValue()
93 if (getType().getIntegerBitWidth() == 64) in getUIntValue()
96 if (getType().getIntegerBitWidth() == 128) in getUIntValue()
99 if (getType().getIntegerBitWidth() == 128) in getUIntValue()
H A Dubsan_value.h123 unsigned getIntegerBitWidth() const { in getIntegerBitWidth() function
157 const unsigned Bits = getType().getIntegerBitWidth(); in isInlineInt()
H A Dubsan_handlers.cpp339 RHSVal.getPositiveIntValue() >= Data->LHSType.getIntegerBitWidth()) in handleShiftOutOfBoundsImpl()
355 << RHSVal << Data->LHSType.getIntegerBitWidth() << Data->LHSType; in handleShiftOutOfBoundsImpl()
602 << SrcTy << Value(SrcTy, Src) << SrcTy.getIntegerBitWidth() in handleImplicitConversion()
609 << SrcTy << Value(SrcTy, Src) << SrcTy.getIntegerBitWidth() in handleImplicitConversion()
611 << DstTy.getIntegerBitWidth() << (DstSigned ? "" : "un"); in handleImplicitConversion()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp34 unsigned BitWidth = Dividend->getType()->getIntegerBitWidth(); in generateSignedRemainderCode()
103 unsigned BitWidth = Dividend->getType()->getIntegerBitWidth(); in generateSignedDivisionCode()
464 unsigned RemTyBitWidth = RemTy->getIntegerBitWidth(); in expandRemainderUpTo32Bits()
513 unsigned RemTyBitWidth = RemTy->getIntegerBitWidth(); in expandRemainderUpTo64Bits()
560 unsigned DivTyBitWidth = DivTy->getIntegerBitWidth(); in expandDivisionUpTo32Bits()
608 unsigned DivTyBitWidth = DivTy->getIntegerBitWidth(); in expandDivisionUpTo64Bits()
H A DBypassSlowDivision.cpp231 unsigned LongLen = V->getType()->getIntegerBitWidth(); in getValueRange()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp180 Result = Result.zext(Op->getType()->getIntegerBitWidth()); in handlePhiDef()
183 Result = Result.sext(Op->getType()->getIntegerBitWidth()); in handlePhiDef()
H A DStraightLineStrengthReduce.cpp545 if (ArrayIdx->getType()->getIntegerBitWidth() <= in allocateCandidatesAndFindBasisForGEP()
556 TruncatedArrayIdx->getType()->getIntegerBitWidth() <= in allocateCandidatesAndFindBasisForGEP()
H A DSeparateConstOffsetFromGEP.cpp886 APInt ElementSize = APInt(PtrIndexTy->getIntegerBitWidth(), in lowerToSingleIndexGEPs()
946 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToArithmetics()
H A DMemCpyOptimizer.cpp1358 if (DestSize->getType()->getIntegerBitWidth() > in processMemSetMemCpyDependence()
1359 SrcSize->getType()->getIntegerBitWidth()) in processMemSetMemCpyDependence()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp96 unsigned BitWidth = FPToI->getType()->getIntegerBitWidth(); in expandFPToI()
315 unsigned BitWidth = IntVal->getType()->getIntegerBitWidth(); in expandIToFP()
615 if (IntTy->getIntegerBitWidth() <= MaxLegalFpConvertBitWidth) in runImpl()
633 if (IntTy->getIntegerBitWidth() <= MaxLegalFpConvertBitWidth) in runImpl()
H A DExpandLargeDivRem.cpp103 if (!IntTy || IntTy->getIntegerBitWidth() <= MaxLegalDivRemBitWidth) in runImpl()
H A DCodeGenPrepare.cpp4564 Cst->getValue().isIntN(Inst->getType()->getIntegerBitWidth())) in canGetThrough()
4579 OpndVal->getType()->getIntegerBitWidth() > in canGetThrough()
4580 ConsideredExtType->getIntegerBitWidth()) in canGetThrough()
4603 return Inst->getType()->getIntegerBitWidth() >= in canGetThrough()
4604 OpndType->getIntegerBitWidth(); in canGetThrough()
4743 unsigned BitWidth = Ext->getType()->getIntegerBitWidth(); in promoteOperandForOther()
6061 if (ExtTy->getScalarType()->getIntegerBitWidth() > in hasSameExtUse()
6062 CurTy->getScalarType()->getIntegerBitWidth()) { in hasSameExtUse()
7501 PHIType->getIntegerBitWidth() > ConditionType->getIntegerBitWidth() && in optimizeSwitchPhiConstants()
7515 CaseValue->getValue().zext(PHIType->getIntegerBitWidth())) in optimizeSwitchPhiConstants()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMIntrRange.cpp56 const uint64_t BitWidth = II->getType()->getIntegerBitWidth(); in addRangeAttr()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp179 std::to_string(CInt->getType()->getIntegerBitWidth() == 1 in getAnnotation()
308 unsigned BitWidth = IntTy->getIntegerBitWidth(); in lowerFunnelShifts()
H A DSPIRVAsmPrinter.cpp389 switch (IntTy->getIntegerBitWidth()) { in encodeVecTypeHint()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h392 inline unsigned getIntegerBitWidth() const;
H A DDataLayout.h689 return TypeSize::getFixed(Ty->getIntegerBitWidth()); in getTypeSizeInBits()
H A DDerivedTypes.h97 unsigned Type::getIntegerBitWidth() const { in getIntegerBitWidth() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h299 ->getIntegerBitWidth() != 1)) in getVPLegalizationStrategy()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1576 unsigned NumBits = Ty->getIntegerBitWidth(); // assert okay in isValueValidForType()
1583 unsigned NumBits = Ty->getIntegerBitWidth(); in isValueValidForType()
2706 Ty, APInt::getSignedMinValue(Ty->getIntegerBitWidth())); in getIntrinsicIdentity()
2709 Ty, APInt::getSignedMaxValue(Ty->getIntegerBitWidth())); in getIntrinsicIdentity()
3069 switch (getElementType()->getIntegerBitWidth()) { in getElementAsInteger()
3089 switch (getElementType()->getIntegerBitWidth()) { in getElementAsAPInt()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1071 APInt::getSignedMaxValue(Tp->getIntegerBitWidth())); in getRecurrenceIdentity()
1074 APInt::getSignedMinValue(Tp->getIntegerBitWidth())); in getRecurrenceIdentity()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp679 unsigned IntSize = Ty->getIntegerBitWidth(); in instCombineIntrinsic()
992 if (ST->isWave32() && II.getType()->getIntegerBitWidth() == 64) { in instCombineIntrinsic()
H A DAMDGPUHSAMetadataStreamer.cpp145 auto BitWidth = Ty->getIntegerBitWidth(); in getTypeName()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp326 if (SExt->getSrcTy()->getIntegerBitWidth() != MaxBitWidth) in IsNarrowSequence()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp366 return T->getIntegerBitWidth() <= Subtarget.getXLen() * 2; in isSupportedReturnType()

123