/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Boolean.h | 56 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 D | ByteCodeExprGen.h | 200 unsigned NumBits = getIntWidth(Ty); in emitConst() local
|
H A D | ByteCodeExprGen.cpp | 394 bool ByteCodeExprGen<Emitter>::emitConst(PrimType T, unsigned NumBits, in emitConst()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | APSInt.cpp | 25 unsigned NumBits = ((Str.size() * 64) / 19) + 2; in APSInt() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/ |
H A D | Architecture.h | 28 #define ARCHINFO(Arch, Type, SubType, NumBits) AK_##Arch, argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/ |
H A D | BitstreamReader.h | 190 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 D | BitstreamWriter.h | 202 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 D | BitcodeAnalyzer.h | 67 uint64_t NumBits; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DataLayout.cpp | 846 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 D | LLLexer.cpp | 478 uint64_t NumBits = atoull(StartChar, CurPtr); in LexIdentifier() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BTFDebug.h | 51 uint32_t roundupToBytes(uint32_t NumBits) { return (NumBits + 7) >> 3; } in roundupToBytes()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | PPExpressions.cpp | 384 unsigned NumBits; in EvaluateValue() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | GISelKnownBits.cpp | 607 unsigned NumBits = in computeNumSignBits() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | AsmWriterEmitter.cpp | 372 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 D | AVRAsmBackend.cpp | 373 auto NumBits = Info.TargetSize + Info.TargetOffset; in applyFixup() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 483 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 D | PDBTypes.h | 485 #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 D | Thumb2InstrInfo.cpp | 623 unsigned NumBits = 0; in rewriteT2FrameIndex() local
|
H A D | ThumbRegisterInfo.cpp | 386 unsigned NumBits = (FrameReg == ARM::SP) ? 8 : 5; in rewriteFrameIndex() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelDAGToDAG.cpp | 3408 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 D | SparseBitVector.h | 120 unsigned NumBits = 0; in count() local
|
H A D | BitVector.h | 155 unsigned NumBits = 0; in count() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/Disassembler/ |
H A D | M68kDisassembler.cpp | 184 uint64_t M68kInstructionReader::readBits(unsigned NumBits) { in readBits()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 44 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ in IntegerType()
|