Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DBoolean.h56 APSInt toAPSInt(unsigned NumBits) const { in toAPSInt()
84 static Boolean min(unsigned NumBits) { return Boolean(false); } in min()
85 static Boolean max(unsigned NumBits) { return Boolean(true); } in max()
106 static Boolean from(T Value, unsigned NumBits) { in from()
110 static bool inRange(int64_t Value, unsigned NumBits) { in inRange()
H A DByteCodeExprGen.h200 unsigned NumBits = getIntWidth(Ty); in emitConst() local
H A DByteCodeExprGen.cpp394 bool ByteCodeExprGen<Emitter>::emitConst(PrimType T, unsigned NumBits, in emitConst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPSInt.cpp25 unsigned NumBits = ((Str.size() * 64) / 19) + 2; in APSInt() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
H A DArchitecture.h28 #define ARCHINFO(Arch, Type, SubType, NumBits) AK_##Arch, argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h190 Expected<word_t> Read(unsigned NumBits) { in Read()
233 Expected<uint32_t> ReadVBR(unsigned NumBits) { in ReadVBR()
260 Expected<uint64_t> ReadVBR64(unsigned NumBits) { in ReadVBR64()
H A DBitstreamWriter.h202 void Emit(uint32_t Val, unsigned NumBits) { in Emit()
229 void EmitVBR(uint32_t Val, unsigned NumBits) { in EmitVBR()
242 void EmitVBR64(uint64_t Val, unsigned NumBits) { in EmitVBR64()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h67 uint64_t NumBits; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDataLayout.cpp846 unsigned NumBits = getPointerTypeSizeInBits(Ty); in getIntPtrType() local
868 unsigned NumBits = getIndexTypeSizeInBits(Ty); in getIndexType() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp478 uint64_t NumBits = atoull(StartChar, CurPtr); in LexIdentifier() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.h51 uint32_t roundupToBytes(uint32_t NumBits) { return (NumBits + 7) >> 3; } in roundupToBytes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPExpressions.cpp384 unsigned NumBits; in EvaluateValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp607 unsigned NumBits = in computeNumSignBits() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp372 unsigned NumBits = Log2_32_Ceil(UniqueOperandCommands.size()); in EmitGetMnemonic() local
487 unsigned NumBits = Log2_32_Ceil(Commands.size()); in EmitPrintInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp373 auto NumBits = Info.TargetSize + Info.TargetOffset; in applyFixup() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp483 static bool canEvaluateShifted(Value *V, unsigned NumBits, bool IsLeftShift, in canEvaluateShifted()
594 static Value *getShiftedValue(Value *V, unsigned NumBits, bool isLeftShift, in getShiftedValue()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h485 #define VARIANT_WIDTH(Enum, NumBits) \ argument
510 #define VARIANT_APSINT(Enum, NumBits, IsUnsigned) \ argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp623 unsigned NumBits = 0; in rewriteT2FrameIndex() local
H A DThumbRegisterInfo.cpp386 unsigned NumBits = (FrameReg == ARM::SP) ? 8 : 5; in rewriteFrameIndex() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp3408 uint64_t NumBits = countTrailingOnes(MaskVal); in tryBFE() local
3467 uint64_t NumBits; in tryBFE() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSparseBitVector.h120 unsigned NumBits = 0; in count() local
H A DBitVector.h155 unsigned NumBits = 0; in count() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/Disassembler/
H A DM68kDisassembler.cpp184 uint64_t M68kInstructionReader::readBits(unsigned NumBits) { in readBits()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h44 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ in IntegerType()

123