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

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPSInt.cpp25 unsigned NumBits = ((Str.size() * 64) / 19) + 2; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h67 uint64_t NumBits; member in struct:llvm::BitcodeAnalyzer::PerBlockIDStats
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h200 unsigned NumBits = getIntWidth(Ty); local
H A DBoolean.h84 static Boolean min(unsigned NumBits) { return Boolean(false); } argument
85 static Boolean max(unsigned NumBits) { return Boolean(true); } argument
106 static Boolean from(T Value, unsigned NumBits) { argument
110 static bool inRange(int64_t Value, unsigned NumBits) { argument
H A DIntegral.h151 static Integral min(unsigned NumBits) { argument
154 static Integral max(unsigned NumBits) { argument
178 template <typename T> static Integral from(T Value, unsigned NumBits) { argument
182 static bool inRange(int64_t Value, unsigned NumBits) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h119 void Emit(uint32_t Val, unsigned NumBits) { argument
146 void EmitVBR(uint32_t Val, unsigned NumBits) { argument
159 EmitVBR64(uint64_t Val, unsigned NumBits) argument
[all...]
H A DBitstreamReader.h190 Expected<word_t> Read(unsigned NumBits) { argument
233 Expected<uint32_t> ReadVBR(unsigned NumBits) { argument
260 ReadVBR64(unsigned NumBits) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp373 auto NumBits = Info.TargetSize + Info.TargetOffset; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h171 KnownBits extractBits(unsigned NumBits, unsigned BitPosition) const { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp478 uint64_t NumBits = atoull(StartChar, CurPtr); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp470 unsigned NumBits = local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitVector.h174 unsigned NumBits = 0; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h1115 void moveNBits(unsigned NumBits) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp376 unsigned NumBits; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h47 uint32_t roundupToBytes(uint32_t NumBits) { return (NumBits + 7) >> 3; } argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp121 llvm::Type *getIntNType(uint64_t NumBits) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h44 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp664 unsigned NumBits = DestTy->getScalarSizeInBits(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp254 IntegerType *IntegerType::get(LLVMContext &C, unsigned NumBits) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp159 unsigned NumBits = BI->getNumBits(); local
H A DAsmWriterEmitter.cpp372 unsigned NumBits = Log2_32_Ceil(UniqueOperandCommands.size()); local
455 unsigned NumBits = Log2_32_Ceil(Commands.size()); local
[all...]
H A DFixedLenDecoderEmitter.cpp271 unsigned NumBits; // number of bits to filter member in class:__anon4933::Filter
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp704 unsigned NumBits = 0; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp160 unsigned NumBits; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp474 static bool canEvaluateShifted(Value *V, unsigned NumBits, bool IsLeftShift, argument
610 static Value *getShiftedValue(Value *V, unsigned NumBits, bool isLeftShift, argument
[all...]

Completed in 331 milliseconds

12