| /freebsd-14.2/sys/contrib/dev/acpica/components/executer/ |
| H A D | exregion.c | 183 UINT32 BitWidth, in AcpiExSystemMemorySpaceHandler() 470 UINT32 BitWidth, in AcpiExSystemIoSpaceHandler() 535 UINT32 BitWidth, in AcpiExPciConfigSpaceHandler() 616 UINT32 BitWidth, in AcpiExCmosSpaceHandler() 653 UINT32 BitWidth, in AcpiExPciBarSpaceHandler() 690 UINT32 BitWidth, in AcpiExDataTableSpaceHandler()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | KnownBits.cpp | 101 unsigned BitWidth = getBitWidth(); in sextInReg() local 188 unsigned BitWidth = LHS.getBitWidth(); in shl() local 273 unsigned BitWidth = LHS.getBitWidth(); in lshr() local 319 unsigned BitWidth = LHS.getBitWidth(); in ashr() local 493 unsigned BitWidth = Res.getBitWidth(); in computeForSatAddSub() local 649 unsigned BitWidth = LHS.getBitWidth(); in mul() local 746 unsigned BitWidth = LHS.getBitWidth(); in mulhs() local 755 unsigned BitWidth = LHS.getBitWidth(); in mulhu() local 972 unsigned BitWidth = getBitWidth(); in blsi() local 983 unsigned BitWidth = getBitWidth(); in blsmsk() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | PatternInit.cpp | 37 unsigned BitWidth = in initializationPatternFor() local 55 unsigned BitWidth = llvm::APFloat::semanticsSizeInBits( in initializationPatternFor() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/InterfaceStub/ |
| H A D | IFSStub.cpp | 61 uint8_t ifs::convertIFSBitWidthToELF(IFSBitWidthType BitWidth) { in convertIFSBitWidthToELF() 98 IFSBitWidthType ifs::convertELFBitWidthToIFS(uint8_t BitWidth) { in convertELFBitWidthToIFS()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | AVR.h | 159 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth() 165 IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getLeastIntTypeByWidth()
|
| H A D | WebAssembly.h | 140 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth() 146 IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getLeastIntTypeByWidth()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | IntegralAP.h | 59 IntegralAP(T Value, unsigned BitWidth) in IntegralAP() 114 static IntegralAP from(Integral<Bits, InputSigned> I, unsigned BitWidth) { in from() 120 static IntegralAP zero(int32_t BitWidth) { in zero() 156 IntegralAP truncate(unsigned BitWidth) const { in truncate() 269 unsigned BitWidth, IntegralAP *R) { in CheckAddSubMulUB()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstantRange.h | 73 static ConstantRange getEmpty(uint32_t BitWidth) { in getEmpty() 78 static ConstantRange getFull(uint32_t BitWidth) { in getFull()
|
| /freebsd-14.2/sys/contrib/dev/acpica/components/hardware/ |
| H A D | hwregs.c | 292 UINT8 BitWidth; in AcpiHwValidateRegister() local 373 UINT32 BitWidth; in AcpiHwRead() local 471 UINT32 BitWidth; in AcpiHwWrite() local
|
| H A D | hwvalid.c | 240 UINT32 BitWidth) in AcpiHwValidateIoRequest()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DemandedBits.cpp | 58 unsigned BitWidth = AB.getBitWidth(); in determineLiveOperandBits() local 67 [&](unsigned BitWidth, const Value *V1, const Value *V2) { in determineLiveOperandBits() 366 unsigned BitWidth = T->getScalarSizeInBits(); in performAnalysis() local 415 unsigned BitWidth = DL.getTypeSizeInBits(T->getScalarType()); in getDemandedBits() local
|
| H A D | ScalarEvolutionAliasAnalysis.cpp | 56 unsigned BitWidth = SE.getTypeSizeInBits(AS->getType()); in alias() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DataLayout.cpp | 126 uint32_t BitWidth) { in get() 580 uint32_t BitWidth) { in findAlignmentLowerBound() 587 Align PrefAlign, uint32_t BitWidth) { in setAlignment() 672 Align DataLayout::getIntegerAlignment(uint32_t BitWidth, in getIntegerAlignment() 825 unsigned BitWidth = getTypeSizeInBits(Ty).getFixedValue(); in getAlignment() local 841 unsigned BitWidth = getTypeSizeInBits(Ty).getKnownMinValue(); in getAlignment() local 951 unsigned BitWidth = Offset.getBitWidth(); in getElementIndex() local
|
| H A D | ConstantRange.cpp | 44 ConstantRange::ConstantRange(uint32_t BitWidth, bool Full) in ConstantRange() 249 unsigned BitWidth = V.getBitWidth(); in makeExactMulNUWRegion() local 263 unsigned BitWidth = V.getBitWidth(); in makeExactMulNSWRegion() local 297 unsigned BitWidth = Other.getBitWidth(); in makeGuaranteedNoWrapRegion() local 1754 unsigned BitWidth = Lower.getBitWidth(); in getUnsignedCountTrailingZerosRange() local 1775 unsigned BitWidth = getBitWidth(); in cttz() local 1822 unsigned BitWidth = Lower.getBitWidth(); in getUnsignedPopCountRange() local 1847 unsigned BitWidth = getBitWidth(); in ctpop() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 286 unsigned BitWidth, bool IsSigned) const { in getIntTypeByWidth() 300 TargetInfo::IntType TargetInfo::getLeastIntTypeByWidth(unsigned BitWidth, in getLeastIntTypeByWidth() 315 FloatModeKind TargetInfo::getRealTypeByWidth(unsigned BitWidth, in getRealTypeByWidth()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | SMTAPI.h | 144 SMTSortRef getFloatSort(unsigned BitWidth) { in getFloatSort()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | APNumericStorage.h | 31 unsigned BitWidth; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | VarLenCodeEmitterGen.h | 22 unsigned BitWidth; member
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | APSIntType.h | 20 uint32_t BitWidth; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | GISelKnownBits.cpp | 85 unsigned BitWidth = Ty.getScalarSizeInBits(); in signBitIsZero() local 128 static KnownBits extractBits(unsigned BitWidth, const KnownBits &SrcOpKnown, in extractBits() 155 unsigned BitWidth = DstTy.getScalarSizeInBits(); in computeKnownBitsImpl() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | IntegerDivision.cpp | 34 unsigned BitWidth = Dividend->getType()->getIntegerBitWidth(); in generateSignedRemainderCode() local 103 unsigned BitWidth = Dividend->getType()->getIntegerBitWidth(); in generateSignedDivisionCode() local 149 unsigned BitWidth = DivTy->getBitWidth(); in generateUnsignedDivisionCode() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | LaneBitmask.h | 43 enum : unsigned { BitWidth = 8*sizeof(Type) }; enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.cpp | 28 SPIRVType *SPIRVGlobalRegistry::assignIntTypeToVReg(unsigned BitWidth, in assignIntTypeToVReg() 151 unsigned BitWidth = SpvType ? getScalarOrVectorBitWidth(SpvType) : 32; in getOrCreateConstIntReg() local 211 unsigned BitWidth = SpvType ? getScalarOrVectorBitWidth(SpvType) : 32; in buildConstantInt() local 273 const SPIRVInstrInfo &TII, Constant *CA, unsigned BitWidth, in getOrCreateIntCompositeOrNull() 349 Constant *CA, unsigned BitWidth, unsigned ElemCnt) { in getOrCreateIntCompositeOrNull() 1023 SPIRVGlobalRegistry::getOrCreateSPIRVIntegerType(unsigned BitWidth, in getOrCreateSPIRVIntegerType() 1039 unsigned BitWidth, MachineInstr &I, const SPIRVInstrInfo &TII) { in getOrCreateSPIRVIntegerType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 60 if (unsigned BitWidth = Ty->getScalarSizeInBits()) in getBitWidth() local 132 uint32_t BitWidth = DemandedMask.getBitWidth(); in SimplifyDemandedUseBits() local 1091 unsigned BitWidth = DemandedMask.getBitWidth(); in SimplifyMultipleUseDemandedBits() local 1219 unsigned BitWidth = DemandedMask.getBitWidth(); in SimplifyMultipleUseDemandedBits() local 1270 unsigned BitWidth = Ty->getScalarSizeInBits(); in simplifyShrShlDemandedBits() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 110 : BitWidth(numBits) { in BitWidth() function 207 static APInt getSignMask(unsigned BitWidth) { in getSignMask() 1448 static unsigned getNumWords(unsigned BitWidth) { in getNumWords() 1871 unsigned BitWidth = 1; ///< The number of bits in this APInt. variable
|