Searched defs:NumBits (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DAPSInt.cpp25 unsigned NumBits = ((Str.size() * 64) / 19) + 2; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h45 void insertBits(uint64_t SubBits, unsigned BitPosition, unsigned NumBits) { argument
56 uint64_t extractBitsAsZExtValue(unsigned NumBits, argument
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DVarLenCodeEmitterGen.h30 size_t NumBits; member in class:llvm::VarLenInst
H A DVarLenCodeEmitterGen.cpp170 const Init *OperandName = DI->getArg(0), *NumBits = DI->getArg(1); local
200 unsigned NumBits = 0U; local
462 unsigned NumBits = ES.BitWidth; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYRegisterInfo.cpp135 unsigned NumBits = 0; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h70 uint64_t NumBits = 0; member in struct:llvm::BitcodeAnalyzer::PerBlockIDStats
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp68 unsigned NumBits = C->getType()->getPrimitiveSizeInBits(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp392 auto NumBits = Info.TargetSize + Info.TargetOffset; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRewritePartialRegUses.cpp272 unsigned NumBits = TRI->getRegSizeInBits(*RC); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitVector.h163 unsigned NumBits = 0; local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h225 static const uptr NumBits = 3; member in struct:DefaultSizeClassConfig
237 static const uptr NumBits = 3; member in struct:FuchsiaSizeClassConfig
250 static const uptr NumBits = 7; member in struct:AndroidSizeClassConfig
293 static const uptr NumBits = 1; member in struct:TrustySizeClassConfig
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegral.h162 static Integral min(unsigned NumBits) { argument
165 static Integral max(unsigned NumBits) { argument
184 template <typename T> static Integral from(T Value, unsigned NumBits) { argument
188 static bool inRange(int64_t Value, unsigned NumBits) { argument
H A DBoolean.h95 static Boolean min(unsigned NumBits) { return Boolean(false); } argument
96 static Boolean max(unsigned NumBits) { return Boolean(true); } argument
113 static Boolean from(T Value, unsigned NumBits) { argument
117 static bool inRange(int64_t Value, unsigned NumBits) { argument
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp396 unsigned NumBits; local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp735 unsigned NumBits = local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h209 void Emit(uint32_t Val, unsigned NumBits) { argument
236 void EmitVBR(uint32_t Val, unsigned NumBits) { argument
250 EmitVBR64(uint64_t Val, unsigned NumBits) argument
[all...]
H A DBitstreamReader.h185 Expected<word_t> Read(unsigned NumBits) { argument
228 Expected<uint32_t> ReadVBR(const unsigned NumBits) { argument
263 ReadVBR64(const unsigned NumBits) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h216 KnownBits extractBits(unsigned NumBits, unsigned BitPosition) const { argument
/freebsd-current/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp477 uint64_t NumBits = atoull(StartChar, CurPtr); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h51 uint32_t roundupToBytes(uint32_t NumBits) { return (NumBits + 7) >> 3; } argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp734 unsigned NumBits = 0; local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp634 unsigned NumBits = DestTy->getScalarSizeInBits(); local
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp278 IntegerType *IntegerType::get(LLVMContext &C, unsigned NumBits) { argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h1288 void moveNBits(unsigned NumBits) { argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h44 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ argument

Completed in 219 milliseconds

123