/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
H A D | CFBasicHash.h | 43 struct Bits { struct 44 uint16_t __reserved0; 45 uint16_t __reserved1 : 2; 46 uint16_t keys_offset : 1; 47 uint16_t counts_offset : 2; 48 uint16_t counts_width : 2; 49 uint16_t __reserved2 : 9; 50 uint32_t used_buckets; // number of used buckets 51 uint64_t deleted : 16; // number of elements deleted 52 uint64_t num_buckets_idx : 8; // index to number of buckets [all …]
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | DiagnosticOptions.h | 91 #define DIAGOPT(Name, Bits, Default) unsigned Name : Bits; argument 92 #define ENUM_DIAGOPT(Name, Type, Bits, Default) argument 98 #define DIAGOPT(Name, Bits, Default) argument 99 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument 127 #define DIAGOPT(Name, Bits, Default) argument 128 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ argument 134 #define DIAGOPT(Name, Bits, Default) Name = Default; in DiagnosticOptions() argument 135 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default); in DiagnosticOptions() argument
|
H A D | CodeGenOptions.h | 37 #define CODEGENOPT(Name, Bits, Default) unsigned Name : Bits; argument 38 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) argument 42 #define CODEGENOPT(Name, Bits, Default) argument 43 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument 454 #define CODEGENOPT(Name, Bits, Default) argument 455 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) \ argument
|
H A D | LangOptions.h | 40 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits; argument 41 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) argument 47 #define LANGOPT(Name, Bits, Default, Description) argument 48 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ argument 507 #define LANGOPT(Name, Bits, Default, Description) argument 508 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ argument
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | PackedVector.h | 31 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue() 38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() 48 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue() 57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() 78 BitVectorTy Bits; variable
|
H A D | SmallBitVector.h | 202 uintptr_t Bits = getSmallBits(); in count() local 232 uintptr_t Bits = getSmallBits(); in find_first() local 242 uintptr_t Bits = getSmallBits(); in find_last() local 256 uintptr_t Bits = getSmallBits(); in find_first_unset() local 267 uintptr_t Bits = getSmallBits(); in find_last_unset() local 279 uintptr_t Bits = getSmallBits(); in find_next() local 293 uintptr_t Bits = getSmallBits(); in find_next_unset() local 314 uintptr_t Bits = getSmallBits(); in find_prev() local
|
/openbsd-src/gnu/llvm/clang/lib/Basic/ |
H A D | LangOptions.cpp | 20 #define LANGOPT(Name, Bits, Default, Description) Name = Default; in LangOptions() argument 21 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() argument 26 #define LANGOPT(Name, Bits, Default, Description) in resetNonModularOptions() argument 27 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default; in resetNonModularOptions() argument 28 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in resetNonModularOptions() argument
|
H A D | CodeGenOptions.cpp | 15 #define CODEGENOPT(Name, Bits, Default) Name = Default; in CodeGenOptions() argument 16 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) set##Name(Default); in CodeGenOptions() argument
|
/openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/ |
H A D | XCOFF.cpp | 114 int Bits = 0; in parseParmsType() local 199 for (int Bits = 0; Bits < 32 && ParsedNum < ParmsNum; Bits += 2) { in parseParmsTypeWithVecInfo() local 244 for (int Bits = 0; ParsedNum < ParmsNum && Bits < 32; Bits += 2) { in parseVectorParmsType() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Interp.h | 100 bool CheckShift(InterpState &S, CodePtr OpPC, const RT &RHS, unsigned Bits) { in CheckShift() 149 bool AddSubMulHelper(InterpState &S, CodePtr OpPC, unsigned Bits, const T &LHS, in AddSubMulHelper() 183 const unsigned Bits = RHS.bitWidth() + 1; in Add() local 191 const unsigned Bits = RHS.bitWidth() + 1; in Sub() local 199 const unsigned Bits = RHS.bitWidth() * 2; in Mul() local 211 unsigned Bits = RHS.bitWidth(); in BitAnd() local 228 unsigned Bits = RHS.bitWidth(); in BitOr() local 245 unsigned Bits = RHS.bitWidth(); in BitXor() local 265 const unsigned Bits = RHS.bitWidth() * 2; in Rem() local 285 const unsigned Bits = RHS.bitWidth() * 2; in Div() local [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 37 void SetImpliedBits(FeatureBitset &Bits, const FeatureBitset &Implies, in SetImpliedBits() 49 void ClearImpliedBits(FeatureBitset &Bits, unsigned Value, in ClearImpliedBits() 59 static void ApplyFeatureFlag(FeatureBitset &Bits, StringRef Feature, in ApplyFeatureFlag() 162 FeatureBitset Bits; in getFeatures() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCMachineFunctionInfo.cpp | 101 int Bits = 0; in getVecExtParmsType() local 147 int Bits = 0; in getParmsType() local
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 584 #define LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() argument 586 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ReadLanguageOptions() argument 589 #define VALUE_LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() argument 591 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in ReadLanguageOptions() argument 592 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in ReadLanguageOptions() argument 626 #define DIAGOPT(Name, Bits, Default) DUMP_BOOLEAN(DiagOpts->Name, #Name); in ReadDiagnosticOptions() argument 627 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in ReadDiagnosticOptions() argument 629 #define VALUE_DIAGOPT(Name, Bits, Default) \ in ReadDiagnosticOptions() argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/ |
H A D | ubsan_value.h | 157 const unsigned Bits = getType().getIntegerBitWidth(); in isInlineInt() local 165 const unsigned Bits = getType().getFloatBitWidth(); in isInlineFloat() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | StackLifetime.h | 64 BitVector Bits; variable 69 LiveRange(unsigned Size, bool Set = false) : Bits(Size, Set) {} in Bits() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.cpp | 159 uint32_t Bits; in parseGenericRegister() local 170 std::string AArch64SysReg::genericRegisterString(uint32_t Bits) { in genericRegisterString()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMCCodeEmitter.cpp | 211 uint16_t Bits = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local 216 uint32_t Bits = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | BasicBlock.h | 544 BasicBlockBits Bits = getBasicBlockBits(); in invalidateOrders() local 607 BasicBlockBits Bits = getBasicBlockBits(); in AdjustBlockAddressRefCount() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/Disassembler/ |
H A D | MSP430Disassembler.cpp | 111 static DecodeStatus DecodeCGImm(MCInst &MI, uint64_t Bits, uint64_t Address, in DecodeCGImm() 128 static DecodeStatus DecodeMemOperand(MCInst &MI, uint64_t Bits, in DecodeMemOperand()
|
/openbsd-src/gnu/llvm/llvm/lib/TargetParser/ |
H A D | X86TargetParser.cpp | 31 uint32_t Bits[NUM_FEATURE_WORDS] = {}; member in __anon58d539440111::FeatureBitset 637 FeatureBitset Bits = I->Features; in getFeaturesForCPU() local 650 static void getImpliedEnabledFeatures(FeatureBitset &Bits, in getImpliedEnabledFeatures() 667 static void getImpliedDisabledFeatures(FeatureBitset &Bits, unsigned Value) { in getImpliedDisabledFeatures()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | MathExtras.h | 112 const unsigned Bits = CHAR_BIT * sizeof(T); in maskTrailingOnes() local 433 inline double BitsToDouble(uint64_t Bits) { in BitsToDouble() 439 inline float BitsToFloat(uint32_t Bits) { in BitsToFloat()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMBasicBlockInfo.h | 79 unsigned Bits = Unalign ? Unalign : KnownBits; in internalKnownBits() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | Linkage.h | 66 unsigned Bits = 0; in toBits() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/Disassembler/ |
H A D | HexagonDisassembler.cpp | 71 int64_t Bits; in fullValue() local 755 unsigned Bits = HexagonMCInstrInfo::getExtentBits(*Disassembler.MCII, MI); in s32_0ImmDecoder() local 765 unsigned Bits = HexagonMCInstrInfo::getExtentBits(*Disassembler.MCII, MI); in brtargetDecoder() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/ |
H A D | VEMCCodeEmitter.cpp | 83 uint64_t Bits = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local
|