Home
last modified time | relevance | path

Searched defs:NumBits (Results 1 – 25 of 78) sorted by relevance

1234

/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/
H A DArchitecture.cpp24 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getArchitectureFromCpuType() argument
36 #define ARCHINFO(Arch, Type, Subtype, NumBits) .Case(#Arch, AK_##Arch) in getArchitectureFromName() argument
44 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getArchitectureName() argument
60 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getCPUTypeFromArchitecture() argument
80 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in is64Bit() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h61 toAPSInt(unsigned NumBits) toAPSInt() argument
95 min(unsigned NumBits) min() argument
96 max(unsigned NumBits) max() argument
113 from(T Value,unsigned NumBits) from() argument
117 inRange(int64_t Value,unsigned NumBits) inRange() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DAPSInt.cpp25 unsigned NumBits = ((Str.size() * 64) / 19) + 2; in APSInt() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DArchitecture.h28 #define ARCHINFO(Arch, Type, SubType, NumBits) AK_##Arch, argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h225 static const uptr NumBits = 3; member
237 static const uptr NumBits = 3; member
250 static const uptr NumBits = 7; member
293 static const uptr NumBits = 1; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h45 insertBits(uint64_t SubBits,unsigned BitPosition,unsigned NumBits) insertBits() argument
56 extractBitsAsZExtValue(unsigned NumBits,unsigned BitPosition) extractBitsAsZExtValue() argument
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DVarLenCodeEmitterGen.h
H A DVarLenCodeEmitterGen.cpp
H A DAsmWriterEmitter.cpp372 unsigned NumBits = Log2_32_Ceil(UniqueOperandCommands.size()); EmitGetMnemonic() local
496 unsigned NumBits = Log2_32_Ceil(Commands.size()); EmitPrintInstruction() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h185 Expected<word_t> Read(unsigned NumBits) { in Read()
228 Expected<uint32_t> ReadVBR(const unsigned NumBits) { in ReadVBR()
263 Expected<uint64_t> ReadVBR64(const unsigned NumBits) { in ReadVBR64()
H A DBitstreamWriter.h209 Emit(uint32_t Val,unsigned NumBits) Emit() argument
236 EmitVBR(uint32_t Val,unsigned NumBits) EmitVBR() argument
250 EmitVBR64(uint64_t Val,unsigned NumBits) EmitVBR64() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h70 uint64_t NumBits = 0; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYRegisterInfo.cpp135 unsigned NumBits = 0; in IsLegalOffset() local
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp477 uint64_t NumBits = atoull(StartChar, CurPtr); LexIdentifier() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp68 unsigned NumBits = C->getType()->getPrimitiveSizeInBits(); extractConstantBits() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRewritePartialRegUses.cpp272 unsigned NumBits = TRI->getRegSizeInBits(*RC); in getRegClassWithShiftedSubregs() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp886 unsigned NumBits = getPointerTypeSizeInBits(Ty); in getIntPtrType() local
913 unsigned NumBits = getIndexTypeSizeInBits(Ty); in getIndexType() local
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp396 unsigned NumBits; in EvaluateValue() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h51 uint32_t roundupToBytes(uint32_t NumBits) { return (NumBits + 7) >> 3; } in roundupToBytes() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h486 #define VARIANT_WIDTH(Enum, NumBits) \ argument
511 #define VARIANT_APSINT(Enum, NumBits, IsUnsigned) \ argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp392 auto NumBits = Info.TargetSize + Info.TargetOffset; applyFixup() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp735 unsigned NumBits = computeNumSignBits() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp637 unsigned NumBits = 0; rewriteT2FrameIndex() local
[all...]
H A DThumbRegisterInfo.cpp453 unsigned NumBits = (FrameReg == ARM::SP) ? 8 : 5; in rewriteFrameIndex() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseBitVector.h121 unsigned NumBits = 0; in count() local

1234