Home
last modified time | relevance | path

Searched defs:BitWidth (Results 1 – 25 of 172) sorted by relevance

1234567

/freebsd-src/sys/contrib/dev/acpica/components/executer/
H A Dexregion.c183 UINT32 BitWidth, in AcpiExSystemMemorySpaceHandler() argument
470 AcpiExSystemIoSpaceHandler(UINT32 Function,ACPI_PHYSICAL_ADDRESS Address,UINT32 BitWidth,UINT64 * Value,void * HandlerContext,void * RegionContext) AcpiExSystemIoSpaceHandler() argument
535 AcpiExPciConfigSpaceHandler(UINT32 Function,ACPI_PHYSICAL_ADDRESS Address,UINT32 BitWidth,UINT64 * Value,void * HandlerContext,void * RegionContext) AcpiExPciConfigSpaceHandler() argument
616 AcpiExCmosSpaceHandler(UINT32 Function,ACPI_PHYSICAL_ADDRESS Address,UINT32 BitWidth,UINT64 * Value,void * HandlerContext,void * RegionContext) AcpiExCmosSpaceHandler() argument
653 AcpiExPciBarSpaceHandler(UINT32 Function,ACPI_PHYSICAL_ADDRESS Address,UINT32 BitWidth,UINT64 * Value,void * HandlerContext,void * RegionContext) AcpiExPciBarSpaceHandler() argument
690 AcpiExDataTableSpaceHandler(UINT32 Function,ACPI_PHYSICAL_ADDRESS Address,UINT32 BitWidth,UINT64 * Value,void * HandlerContext,void * RegionContext) AcpiExDataTableSpaceHandler() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp101 unsigned BitWidth = getBitWidth(); sextInReg() local
179 getMaxShiftAmount(const APInt & MaxValue,unsigned BitWidth) getMaxShiftAmount() argument
188 unsigned BitWidth = LHS.getBitWidth(); shl() local
273 unsigned BitWidth = LHS.getBitWidth(); lshr() local
319 unsigned BitWidth = LHS.getBitWidth(); ashr() local
493 unsigned BitWidth = Res.getBitWidth(); computeForSatAddSub() local
649 unsigned BitWidth = LHS.getBitWidth(); mul() local
746 unsigned BitWidth = LHS.getBitWidth(); mulhs() local
755 unsigned BitWidth = LHS.getBitWidth(); mulhu() local
805 unsigned BitWidth = LHS.getBitWidth(); sdiv() local
860 unsigned BitWidth = LHS.getBitWidth(); udiv() local
888 unsigned BitWidth = LHS.getBitWidth(); remGetLowBits() local
972 unsigned BitWidth = getBitWidth(); blsi() local
983 unsigned BitWidth = getBitWidth(); blsmsk() local
993 unsigned BitWidth = getBitWidth(); print() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DPatternInit.cpp37 unsigned BitWidth = in initializationPatternFor() local
55 unsigned BitWidth = llvm::APFloat::semanticsSizeInBits( in initializationPatternFor() local
/freebsd-src/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DIFSStub.cpp61 uint8_t ifs::convertIFSBitWidthToELF(IFSBitWidthType BitWidth) { in convertIFSBitWidthToELF()
98 IFSBitWidthType ifs::convertELFBitWidthToIFS(uint8_t BitWidth) { in convertELFBitWidthToIFS()
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAVR.h159 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth() argument
165 IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getLeastIntTypeByWidth() argument
H A DWebAssembly.h140 getIntTypeByWidth(unsigned BitWidth,bool IsSigned) getIntTypeByWidth() argument
146 getLeastIntTypeByWidth(unsigned BitWidth,bool IsSigned) getLeastIntTypeByWidth() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegralAP.h59 IntegralAP(T Value, unsigned BitWidth) in IntegralAP() argument
114 static IntegralAP from(Integral<Bits, InputSigned> I, unsigned BitWidth) { in from() argument
120 static IntegralAP zero(int32_t BitWidth) { in zero() argument
156 IntegralAP truncate(unsigned BitWidth) const { in truncate() argument
269 CheckAddSubMulUB(const IntegralAP & A,const IntegralAP & B,unsigned BitWidth,IntegralAP * R) CheckAddSubMulUB() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h73 static ConstantRange getEmpty(uint32_t BitWidth) { in getEmpty() argument
78 static ConstantRange getFull(uint32_t BitWidth) { in getFull() argument
[all...]
/freebsd-src/sys/contrib/dev/acpica/components/hardware/
H A Dhwregs.c292 UINT8 BitWidth; AcpiHwValidateRegister() local
373 UINT32 BitWidth; AcpiHwRead() local
471 UINT32 BitWidth; AcpiHwWrite() local
[all...]
H A Dhwvalid.c240 UINT32 BitWidth) in AcpiHwValidateIoRequest() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DDemandedBits.cpp58 unsigned BitWidth = AB.getBitWidth(); in determineLiveOperandBits() local
67 [&](unsigned BitWidth, const Value *V1, const Value *V2) { in determineLiveOperandBits() argument
366 unsigned BitWidth = T->getScalarSizeInBits(); performAnalysis() local
415 unsigned BitWidth = DL.getTypeSizeInBits(T->getScalarType()); getDemandedBits() local
[all...]
H A DScalarEvolutionAliasAnalysis.cpp56 unsigned BitWidth = SE.getTypeSizeInBits(AS->getType()); in alias() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp126 uint32_t BitWidth) { in get() argument
580 uint32_t BitWidth) { in findAlignmentLowerBound() argument
587 Align PrefAlign, uint32_t BitWidth) { in setAlignment() argument
672 getIntegerAlignment(uint32_t BitWidth,bool abi_or_pref) const getIntegerAlignment() argument
825 unsigned BitWidth = getTypeSizeInBits(Ty).getFixedValue(); getAlignment() local
841 unsigned BitWidth = getTypeSizeInBits(Ty).getKnownMinValue(); getAlignment() local
951 unsigned BitWidth = Offset.getBitWidth(); getElementIndex() local
[all...]
H A DConstantRange.cpp44 ConstantRange::ConstantRange(uint32_t BitWidth, bool Full) in ConstantRange() argument
297 APInt MaxValue = APInt::getSignedMaxValue(BitWidth); in makeGuaranteedNoWrapRegion() local
249 unsigned BitWidth = V.getBitWidth(); makeExactMulNUWRegion() local
263 unsigned BitWidth = V.getBitWidth(); makeExactMulNSWRegion() local
1754 unsigned BitWidth = Lower.getBitWidth(); getUnsignedCountTrailingZerosRange() local
1775 unsigned BitWidth = getBitWidth(); cttz() local
1822 unsigned BitWidth = Lower.getBitWidth(); getUnsignedPopCountRange() local
1847 unsigned BitWidth = getBitWidth(); ctpop() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp286 getIntTypeByWidth(unsigned BitWidth,bool IsSigned) const getIntTypeByWidth() argument
300 getLeastIntTypeByWidth(unsigned BitWidth,bool IsSigned) const getLeastIntTypeByWidth() argument
315 getRealTypeByWidth(unsigned BitWidth,FloatModeKind ExplicitType) const getRealTypeByWidth() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DSMTAPI.h144 getFloatSort(unsigned BitWidth) getFloatSort() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DAPNumericStorage.h31 unsigned BitWidth; variable
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DVarLenCodeEmitterGen.h
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h20 uint32_t BitWidth; variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp85 unsigned BitWidth = Ty.getScalarSizeInBits(); signBitIsZero() local
128 extractBits(unsigned BitWidth,const KnownBits & SrcOpKnown,const KnownBits & OffsetKnown,const KnownBits & WidthKnown) extractBits() argument
155 unsigned BitWidth = DstTy.getScalarSizeInBits(); computeKnownBitsImpl() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp34 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-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DLaneBitmask.h43 enum : unsigned { BitWidth = 8*sizeof(Type) }; enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp28 assignIntTypeToVReg(unsigned BitWidth,Register VReg,MachineInstr & I,const SPIRVInstrInfo & TII) assignIntTypeToVReg() argument
151 unsigned BitWidth = SpvType ? getScalarOrVectorBitWidth(SpvType) : 32; getOrCreateConstIntReg() local
211 unsigned BitWidth = SpvType ? getScalarOrVectorBitWidth(SpvType) : 32; buildConstantInt() local
273 getOrCreateIntCompositeOrNull(uint64_t Val,MachineInstr & I,SPIRVType * SpvType,const SPIRVInstrInfo & TII,Constant * CA,unsigned BitWidth,unsigned ElemCnt) getOrCreateIntCompositeOrNull() argument
349 getOrCreateIntCompositeOrNull(uint64_t Val,MachineIRBuilder & MIRBuilder,SPIRVType * SpvType,bool EmitIR,Constant * CA,unsigned BitWidth,unsigned ElemCnt) getOrCreateIntCompositeOrNull() argument
1023 getOrCreateSPIRVIntegerType(unsigned BitWidth,MachineIRBuilder & MIRBuilder) getOrCreateSPIRVIntegerType() argument
1039 getOrCreateSPIRVIntegerType(unsigned BitWidth,MachineInstr & I,const SPIRVInstrInfo & TII) getOrCreateSPIRVIntegerType() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp60 if (unsigned BitWidth = Ty->getScalarSizeInBits()) in getBitWidth() local
132 uint32_t BitWidth = DemandedMask.getBitWidth(); SimplifyDemandedUseBits() local
1091 unsigned BitWidth = DemandedMask.getBitWidth(); SimplifyMultipleUseDemandedBits() local
1219 unsigned BitWidth = DemandedMask.getBitWidth(); SimplifyMultipleUseDemandedBits() local
1270 unsigned BitWidth = Ty->getScalarSizeInBits(); simplifyShrShlDemandedBits() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h110 : BitWidth(numBits) { BitWidth() function
207 getSignMask(unsigned BitWidth) getSignMask() argument
1448 getNumWords(unsigned BitWidth) getNumWords() argument
1871 unsigned BitWidth = 1; ///< The number of bits in this APInt. global() variable
[all...]

1234567