/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_value.cpp | 74 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 D | ubsan_value.h | 123 unsigned getIntegerBitWidth() const { in getIntegerBitWidth() function 157 const unsigned Bits = getType().getIntegerBitWidth(); in isInlineInt()
|
H A D | ubsan_handlers.cpp | 339 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 D | IntegerDivision.cpp | 34 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 D | BypassSlowDivision.cpp | 231 unsigned LongLen = V->getType()->getIntegerBitWidth(); in getValueRange()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerExpectIntrinsic.cpp | 180 Result = Result.zext(Op->getType()->getIntegerBitWidth()); in handlePhiDef() 183 Result = Result.sext(Op->getType()->getIntegerBitWidth()); in handlePhiDef()
|
H A D | StraightLineStrengthReduce.cpp | 545 if (ArrayIdx->getType()->getIntegerBitWidth() <= in allocateCandidatesAndFindBasisForGEP() 556 TruncatedArrayIdx->getType()->getIntegerBitWidth() <= in allocateCandidatesAndFindBasisForGEP()
|
H A D | SeparateConstOffsetFromGEP.cpp | 886 APInt ElementSize = APInt(PtrIndexTy->getIntegerBitWidth(), in lowerToSingleIndexGEPs() 946 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToArithmetics()
|
H A D | MemCpyOptimizer.cpp | 1358 if (DestSize->getType()->getIntegerBitWidth() > in processMemSetMemCpyDependence() 1359 SrcSize->getType()->getIntegerBitWidth()) in processMemSetMemCpyDependence()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandLargeFpConvert.cpp | 96 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 D | ExpandLargeDivRem.cpp | 103 if (!IntTy || IntTy->getIntegerBitWidth() <= MaxLegalDivRemBitWidth) in runImpl()
|
H A D | CodeGenPrepare.cpp | 4564 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 D | NVVMIntrRange.cpp | 56 const uint64_t BitWidth = II->getType()->getIntegerBitWidth(); in addRangeAttr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPrepareFunctions.cpp | 179 std::to_string(CInt->getType()->getIntegerBitWidth() == 1 in getAnnotation() 308 unsigned BitWidth = IntTy->getIntegerBitWidth(); in lowerFunnelShifts()
|
H A D | SPIRVAsmPrinter.cpp | 389 switch (IntTy->getIntegerBitWidth()) { in encodeVecTypeHint()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Type.h | 392 inline unsigned getIntegerBitWidth() const;
|
H A D | DataLayout.h | 689 return TypeSize::getFixed(Ty->getIntegerBitWidth()); in getTypeSizeInBits()
|
H A D | DerivedTypes.h | 97 unsigned Type::getIntegerBitWidth() const { in getIntegerBitWidth() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.h | 299 ->getIntegerBitWidth() != 1)) in getVPLegalizationStrategy()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 1576 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 D | IVDescriptors.cpp | 1071 APInt::getSignedMaxValue(Tp->getIntegerBitWidth())); in getRecurrenceIdentity() 1074 APInt::getSignedMinValue(Tp->getIntegerBitWidth())); in getRecurrenceIdentity()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 679 unsigned IntSize = Ty->getIntegerBitWidth(); in instCombineIntrinsic() 992 if (ST->isWave32() && II.getType()->getIntegerBitWidth() == 64) { in instCombineIntrinsic()
|
H A D | AMDGPUHSAMetadataStreamer.cpp | 145 auto BitWidth = Ty->getIntegerBitWidth(); in getTypeName()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 326 if (SExt->getSrcTy()->getIntegerBitWidth() != MaxBitWidth) in IsNarrowSequence()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVCallLowering.cpp | 366 return T->getIntegerBitWidth() <= Subtarget.getXLen() * 2; in isSupportedReturnType()
|