Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DBoolean.h62 APSInt toAPSInt(unsigned NumBits) const { in toAPSInt()
90 static Boolean min(unsigned NumBits) { return Boolean(false); } in min()
91 static Boolean max(unsigned NumBits) { return Boolean(true); } in max()
113 static Boolean from(T Value, unsigned NumBits) { in from()
117 static bool inRange(int64_t Value, unsigned NumBits) { in inRange()
/openbsd-src/gnu/llvm/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
294 static const uptr NumBits = 4; member
317 static const uptr NumBits = 1; member
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dsize_class_map_test.cpp32 static const scudo::uptr NumBits = 1; member
47 static const scudo::uptr NumBits = 3; member
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h43 void insertBits(uint64_t SubBits, unsigned BitPosition, unsigned NumBits) { in insertBits()
54 uint64_t extractBitsAsZExtValue(unsigned NumBits, in extractBitsAsZExtValue()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPSInt.cpp25 unsigned NumBits = ((Str.size() * 64) / 19) + 2; in APSInt() local
/openbsd-src/gnu/llvm/llvm/include/llvm/TextAPI/
H A DArchitecture.h28 #define ARCHINFO(Arch, Type, SubType, NumBits) AK_##Arch, argument
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DVarLenCodeEmitterGen.cpp158 const Init *OperandName = DI->getArg(0), *NumBits = DI->getArg(1); in buildRec() local
188 unsigned NumBits = 0U; in buildRec() local
459 unsigned NumBits = ES.BitWidth; in getInstructionCaseForEncoding() local
H A DVarLenCodeEmitterGen.h30 size_t NumBits; variable
H A DAsmWriterEmitter.cpp371 unsigned NumBits = Log2_32_Ceil(UniqueOperandCommands.size()); in EmitGetMnemonic() local
491 unsigned NumBits = Log2_32_Ceil(Commands.size()); in EmitPrintInstruction() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h186 Expected<word_t> Read(unsigned NumBits) { in Read()
229 Expected<uint32_t> ReadVBR(const unsigned NumBits) { in ReadVBR()
264 Expected<uint64_t> ReadVBR64(const unsigned NumBits) { in ReadVBR64()
H A DBitstreamWriter.h197 void Emit(uint32_t Val, unsigned NumBits) { in Emit()
224 void EmitVBR(uint32_t Val, unsigned NumBits) { in EmitVBR()
237 void EmitVBR64(uint64_t Val, unsigned NumBits) { in EmitVBR64()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYRegisterInfo.cpp135 unsigned NumBits = 0; in IsLegalOffset() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h70 uint64_t NumBits; member
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDataLayout.cpp857 unsigned NumBits = getPointerTypeSizeInBits(Ty); in getIntPtrType() local
879 unsigned NumBits = getIndexTypeSizeInBits(Ty); in getIndexType() local
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLLexer.cpp478 uint64_t NumBits = atoull(StartChar, CurPtr); in LexIdentifier() local
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPExpressions.cpp394 unsigned NumBits; in EvaluateValue() local
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBTFDebug.h51 uint32_t roundupToBytes(uint32_t NumBits) { return (NumBits + 7) >> 3; } in roundupToBytes()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h486 #define VARIANT_WIDTH(Enum, NumBits) \ argument
511 #define VARIANT_APSINT(Enum, NumBits, IsUnsigned) \ argument
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp392 auto NumBits = Info.TargetSize + Info.TargetOffset; in applyFixup() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp729 unsigned NumBits = in computeNumSignBits() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp526 static bool canEvaluateShifted(Value *V, unsigned NumBits, bool IsLeftShift, in canEvaluateShifted()
644 static Value *getShiftedValue(Value *V, unsigned NumBits, bool isLeftShift, in getShiftedValue()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp387 unsigned NumBits = (FrameReg == ARM::SP) ? 8 : 5; in rewriteFrameIndex() local
H A DThumb2InstrInfo.cpp639 unsigned NumBits = 0; in rewriteT2FrameIndex() local
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp3408 uint64_t NumBits = countTrailingOnes(MaskVal); in tryBFE() local
3467 uint64_t NumBits; in tryBFE() local

1234