Home
last modified time | relevance | path

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

1234

/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
/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h
/llvm-project/llvm/lib/Support/
H A DAPSInt.cpp25 unsigned NumBits = ((Str.size() * 64) / 19) + 2; in APSInt() local
H A DKnownBits.cpp83 unsigned NumBits = MinVal.trunc(BitWidth - 1).countl_one(); computeForAddSub() local
97 unsigned NumBits = MaxVal.trunc(BitWidth - 1).countl_zero(); computeForAddSub() local
119 unsigned NumBits = MinVal.trunc(BitWidth - 1).countl_one(); computeForAddSub() local
125 unsigned NumBits = MaxVal.trunc(BitWidth - 1).countl_zero(); computeForAddSub() local
/llvm-project/llvm/include/llvm/TextAPI/
H A DArchitecture.h28 #define ARCHINFO(Arch, Type, SubType, NumBits) AK_##Arch, argument
/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp86 unsigned NumBits = C->getType()->getPrimitiveSizeInBits(); in extractConstantBits() local
142 unsigned NumBits) { in extractConstantBits() argument
266 rebuildZeroUpperCst(const Constant * C,unsigned NumBits,unsigned,unsigned ScalarBitWidth) rebuildZeroUpperCst() argument
293 rebuildExtCst(const Constant * C,bool IsSExt,unsigned NumBits,unsigned NumElts,unsigned SrcEltBitWidth) rebuildExtCst() argument
322 rebuildSExtCst(const Constant * C,unsigned NumBits,unsigned NumElts,unsigned SrcEltBitWidth) rebuildSExtCst() argument
326 rebuildZExtCst(const Constant * C,unsigned NumBits,unsigned NumElts,unsigned SrcEltBitWidth) rebuildZExtCst() argument
[all...]
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dsize_class_map_test.cpp28 static const scudo::uptr NumBits = 1; member
43 static const scudo::uptr NumBits = 3; member
/llvm-project/llvm/utils/TableGen/Common/
H A DVarLenCodeEmitterGen.h30 size_t NumBits; variable
H A DVarLenCodeEmitterGen.cpp170 const Init *OperandName = DI->getArg(0), *NumBits = DI->getArg(1); buildRec() local
200 unsigned NumBits = 0U; buildRec() local
462 unsigned NumBits = ES.BitWidth; getInstructionCaseForEncoding() local
[all...]
/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
/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h46 void insertBits(uint64_t SubBits, unsigned BitPosition, unsigned NumBits) { in insertBits() argument
57 uint64_t extractBitsAsZExtValue(unsigned NumBits, in extractBitsAsZExtValue() argument
/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.h282 void Emit(uint32_t Val, unsigned NumBits) { in Emit()
309 void EmitVBR(uint32_t Val, unsigned NumBits) { in EmitVBR()
323 void EmitVBR64(uint64_t Val, unsigned NumBits) { in EmitVBR64()
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp721 unsigned NumBits = computeNumSignBitsFromRangeMetadata(Ld, TyBits); computeNumSignBits() local
736 unsigned NumBits = computeNumSignBitsFromRangeMetadata(Ld, TyBits); computeNumSignBits() local
813 unsigned NumBits = computeNumSignBits() local
/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h70 uint64_t NumBits = 0; member
/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYRegisterInfo.cpp135 unsigned NumBits = 0; in IsLegalOffset() local
/llvm-project/llvm/unittests/IR/
H A DAttributesTest.cpp329 wrap(&C), Attribute::Range, NumBits, LowerWords, UpperWords)); in TEST() local
316 const unsigned NumBits = 8; TEST() local
/llvm-project/polly/lib/Support/
H A DGICHelper.cpp61 int NumBits = CHAR_BIT * ChunkSize * NumChunks; in APIntFromVal() local
/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp480 uint64_t NumBits = atoull(StartChar, CurPtr); LexIdentifier() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRewritePartialRegUses.cpp272 MinNumBits = NumBits; in getRegClassWithShiftedSubregs() local
/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp886 unsigned NumBits = getIndexTypeSizeInBits(Ty); in getIntPtrType() local
913 unsigned NumBits = getIndexTypeSizeInBits(Ty); getIndexType() local
/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp396 unsigned NumBits; EvaluateValue() local
/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h51 uint32_t roundupToBytes(uint32_t NumBits) { return (NumBits + 7) >> 3; } in roundupToBytes()
/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp401 unsigned NumBits = Log2_32_Ceil(UniqueOperandCommands.size()); EmitGetMnemonic() local
525 unsigned NumBits = Log2_32_Ceil(Commands.size()); EmitPrintInstruction() local
[all...]
/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp392 auto NumBits = Info.TargetSize + Info.TargetOffset; applyFixup() local

1234