/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 112 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 D | APSInt.h | 303 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 D | FakeQuantSupport.cpp | 15 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 D | LowerVectorTranspose.cpp | 71 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 D | ASTExprTest.cpp | 30 const int numBits = 32; in createIntLiteral() local
|
H A D | TypePrinterTest.cpp | 206 const int numBits = 32; in TEST() local
|
/llvm-project/compiler-rt/lib/scudo/standalone/tools/ |
H A D | compute_size_class_config.cpp | 77 size_t numBits = 5; in main() local
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIRAttr.cpp | 174 unsigned int numBits = llvm::APFloat::semanticsSizeInBits(sem); in parseFirRealAttr() local
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenTarget.cpp | 369 unsigned numBits = BI->getNumBits(); reverseBitsForLittleEndianEncoding() local
|
/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 106 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 D | IntrinsicInst.h | 799 getSaturationPoint(Intrinsic::ID ID,unsigned numBits) getSaturationPoint() argument 817 getSaturationPoint(unsigned numBits) getSaturationPoint() argument
|
/llvm-project/clang/test/Analysis/Checkers/WebKit/ |
H A D | uncounted-obj-arg.cpp | 282 static constexpr unsigned numBits = 4; global() member in RefCounted
|
/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | EmulateInstructionRISCV.cpp | 1220 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 D | DecoderEmitter.cpp | 594 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) { in Filter() argument [all...] |
/llvm-project/lld/ELF/ |
H A D | SyntheticSections.cpp | 2399 uint64_t numBits = symbols.size() * 12; finalizeContents() local
|