/llvm-project/llvm/lib/TextAPI/ |
H A D | Architecture.cpp | 24 #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 D | Boolean.h |
|
/llvm-project/llvm/lib/Support/ |
H A D | APSInt.cpp | 25 unsigned NumBits = ((Str.size() * 64) / 19) + 2; in APSInt() local
|
H A D | KnownBits.cpp | 83 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 D | Architecture.h | 28 #define ARCHINFO(Arch, Type, SubType, NumBits) AK_##Arch, argument
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FixupVectorConstants.cpp | 86 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 D | size_class_map_test.cpp | 28 static const scudo::uptr NumBits = 1; member 43 static const scudo::uptr NumBits = 3; member
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | VarLenCodeEmitterGen.h | 30 size_t NumBits; variable
|
H A D | VarLenCodeEmitterGen.cpp | 170 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 D | size_class_map.h | 225 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 D | AMDGPUDisassembler.h | 46 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 D | BitstreamReader.h | 185 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 D | BitstreamWriter.h | 282 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 D | GISelKnownBits.cpp | 721 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 D | BitcodeAnalyzer.h | 70 uint64_t NumBits = 0; member
|
/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYRegisterInfo.cpp | 135 unsigned NumBits = 0; in IsLegalOffset() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | AttributesTest.cpp | 329 wrap(&C), Attribute::Range, NumBits, LowerWords, UpperWords)); in TEST() local 316 const unsigned NumBits = 8; TEST() local
|
/llvm-project/polly/lib/Support/ |
H A D | GICHelper.cpp | 61 int NumBits = CHAR_BIT * ChunkSize * NumChunks; in APIntFromVal() local
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 480 uint64_t NumBits = atoull(StartChar, CurPtr); LexIdentifier() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNRewritePartialRegUses.cpp | 272 MinNumBits = NumBits; in getRegClassWithShiftedSubregs() local
|
/llvm-project/llvm/lib/IR/ |
H A D | DataLayout.cpp | 886 unsigned NumBits = getIndexTypeSizeInBits(Ty); in getIntPtrType() local 913 unsigned NumBits = getIndexTypeSizeInBits(Ty); getIndexType() local
|
/llvm-project/clang/lib/Lex/ |
H A D | PPExpressions.cpp | 396 unsigned NumBits; EvaluateValue() local
|
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.h | 51 uint32_t roundupToBytes(uint32_t NumBits) { return (NumBits + 7) >> 3; } in roundupToBytes()
|
/llvm-project/llvm/utils/TableGen/ |
H A D | AsmWriterEmitter.cpp | 401 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 D | AVRAsmBackend.cpp | 392 auto NumBits = Info.TargetSize + Info.TargetOffset; applyFixup() local
|