Home
last modified time | relevance | path

Searched defs:numBits (Results 1 – 15 of 15) sorted by relevance

/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h112 BitWidth(numBits) BitWidth() argument
180 getZero(unsigned numBits) getZero() argument
186 getMaxValue(unsigned numBits) getMaxValue() argument
189 getSignedMaxValue(unsigned numBits) getSignedMaxValue() argument
196 getMinValue(unsigned numBits) getMinValue() argument
199 getSignedMinValue(unsigned numBits) getSignedMinValue() argument
214 getAllOnes(unsigned numBits) getAllOnes() argument
219 getOneBitSet(unsigned numBits,unsigned BitNo) getOneBitSet() argument
238 getBitsSet(unsigned numBits,unsigned loBit,unsigned hiBit) getBitsSet() argument
250 getBitsSetWithWrap(unsigned numBits,unsigned loBit,unsigned hiBit) getBitsSetWithWrap() argument
266 getBitsSetFrom(unsigned numBits,unsigned loBit) getBitsSetFrom() argument
276 getHighBitsSet(unsigned numBits,unsigned hiBitsSet) getHighBitsSet() argument
286 getLowBitsSet(unsigned numBits,unsigned loBitsSet) getLowBitsSet() argument
468 isMask(unsigned numBits) isMask() argument
[all...]
H A DAPSInt.h303 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue()
311 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue()
/llvm-project/mlir/lib/Dialect/Quant/Utils/
H A DFakeQuantSupport.cpp15 static bool getDefaultStorageParams(unsigned numBits, bool narrowRange, in getDefaultStorageParams() argument
108 mlir::quant::fakeQuantAttrsToType(Location loc, unsigned numBits, double rmin, in fakeQuantAttrsToType() argument
140 Location loc, unsigned numBits, int32_t quantizedDimension, in fakeQuantAttrsToType() argument
[all...]
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorTranspose.cpp71 getUnpackShufflePermFor128Lane(ArrayRef<int64_t> vals, int numBits) { in getUnpackShufflePermFor128Lane()
88 int numBits) { in createUnpackLoPd()
102 int numBits) { in createUnpackHiPd()
117 int numBits) { in createUnpackLoPs()
132 int numBits) { in createUnpackHiPs()
/llvm-project/clang/unittests/AST/
H A DASTExprTest.cpp30 const int numBits = 32; in createIntLiteral() local
H A DTypePrinterTest.cpp206 const int numBits = 32; in TEST() local
/llvm-project/compiler-rt/lib/scudo/standalone/tools/
H A Dcompute_size_class_config.cpp77 size_t numBits = 5; in main() local
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIRAttr.cpp174 unsigned int numBits = llvm::APFloat::semanticsSizeInBits(sem); in parseFirRealAttr() local
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.cpp369 unsigned numBits = BI->getNumBits(); reverseBitsForLittleEndianEncoding() local
/llvm-project/llvm/lib/Support/
H A DAPInt.cpp106 APInt(unsigned numBits,ArrayRef<uint64_t> bigVal) APInt() argument
110 APInt(unsigned numBits,unsigned numWords,const uint64_t bigVal[]) APInt() argument
426 insertBits(uint64_t subBits,unsigned bitPosition,unsigned numBits) insertBits() argument
453 extractBits(unsigned numBits,unsigned bitPosition) const extractBits() argument
489 extractBitsAsZExtValue(unsigned numBits,unsigned bitPosition) const extractBitsAsZExtValue() argument
[all...]
/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h799 getSaturationPoint(Intrinsic::ID ID,unsigned numBits) getSaturationPoint() argument
817 getSaturationPoint(unsigned numBits) getSaturationPoint() argument
/llvm-project/clang/test/Analysis/Checkers/WebKit/
H A Duncounted-obj-arg.cpp282 static constexpr unsigned numBits = 4; global() member in RefCounted
/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1220 F_Load(T inst,const fltSemantics & (* semantics)(),unsigned int numBits) F_Load() argument
1469 FMV_i2f(T inst,unsigned int numBits,E (APInt::* f)()const) FMV_i2f() argument
/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp594 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) { in Filter() argument
[all...]
/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2399 uint64_t numBits = symbols.size() * 12; finalizeContents() local