Home
last modified time | relevance | path

Searched defs:Bits (Results 1 – 25 of 132) sorted by relevance

123456

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.h43 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 …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.h93 #define DIAGOPT(Name, Bits, Default) unsigned Name : Bits; argument
94 #define ENUM_DIAGOPT(Name, Type, Bits, Default) argument
100 #define DIAGOPT(Name, Bits, Default) argument
101 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument
133 #define DIAGOPT(Name, Bits, Default) argument
134 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ argument
140 #define DIAGOPT(Name, Bits, Default) Name = Default; in DiagnosticOptions() argument
141 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default); in DiagnosticOptions() argument
H A DCodeGenOptions.h43 #define CODEGENOPT(Name, Bits, Default) unsigned Name : Bits; argument
44 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) argument
48 #define CODEGENOPT(Name, Bits, Default) argument
49 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument
483 #define CODEGENOPT(Name, Bits, Default) argument
484 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) \ argument
H A DLangOptions.h445 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits; argument
446 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) argument
452 #define LANGOPT(Name, Bits, Default, Description) argument
453 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ argument
599 #define LANGOPT(Name, Bits, Default, Description) argument
600 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPackedVector.h31 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 DSmallBitVector.h202 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
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp20 #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
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp99 if (std::optional<APInt> Bits = extractConstantBits(CVSplat)) { in extractConstantBits() local
105 APInt Bits = APInt::getZero(NumBits); in extractConstantBits() local
125 APInt Bits = APInt::getZero(NumBits); in extractConstantBits() local
143 if (std::optional<APInt> Bits = extractConstantBits(C)) in extractConstantBits() local
156 if (std::optional<APInt> Bits = extractConstantBits(C)) in getSplatableConstant() local
188 if (std::optional<APInt> Bits = extractConstantBits(Sequence[I])) { in getSplatableConstant() local
204 const APInt &Bits, unsigned NumSclBits) { in rebuildConstant()
275 if (std::optional<APInt> Bits = extractConstantBits(C, NumBits)) { in rebuildZeroUpperCst() local
300 if (std::optional<APInt> Bits = extractConstantBits(C, NumBits)) { in rebuildExtCst() local
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DXCOFF.cpp114 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
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp101 int Bits = 0; in getVecExtParmsType() local
147 int Bits = 0; in getParmsType() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp37 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
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h157 const unsigned Bits = getType().getIntegerBitWidth(); in isInlineInt() local
165 const unsigned Bits = getType().getFloatBitWidth(); in isInlineFloat() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackLifetime.h64 BitVector Bits; variable
69 LiveRange(unsigned Size, bool Set = false) : Bits(Size, Set) {} in Bits() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp628 #define LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() argument
630 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ReadLanguageOptions() argument
633 #define VALUE_LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() argument
635 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in ReadLanguageOptions() argument
636 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in ReadLanguageOptions() argument
670 #define DIAGOPT(Name, Bits, Default) DUMP_BOOLEAN(DiagOpts->Name, #Name); in ReadDiagnosticOptions() argument
671 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in ReadDiagnosticOptions() argument
673 #define VALUE_DIAGOPT(Name, Bits, Default) \ in ReadDiagnosticOptions() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp159 uint32_t Bits; in parseGenericRegister() local
170 std::string AArch64SysReg::genericRegisterString(uint32_t Bits) { in genericRegisterString()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DBPF.cpp29 uint64_t Bits = getContext().getTypeSize(Ty); in classifyArgumentType() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h152 unsigned Bits) { in CheckShift()
332 bool AddSubMulHelper(InterpState &S, CodePtr OpPC, unsigned Bits, const T &LHS, in AddSubMulHelper()
374 const unsigned Bits = RHS.bitWidth() + 1; in Add() local
392 const unsigned Bits = RHS.bitWidth() + 1; in Sub() local
410 const unsigned Bits = RHS.bitWidth() * 2; in Mul() local
452 unsigned Bits = LHSR.bitWidth(); in Mulc() local
507 unsigned Bits = LHSR.bitWidth(); in Divc() local
559 unsigned Bits = RHS.bitWidth(); in BitAnd() local
576 unsigned Bits = RHS.bitWidth(); in BitOr() local
593 unsigned Bits = RHS.bitWidth(); in BitXor() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DLinkage.h69 unsigned Bits = 0; in toBits() local
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp111 static DecodeStatus DecodeCGImm(MCInst &MI, uint64_t Bits, uint64_t Address, in DecodeCGImm()
128 static DecodeStatus DecodeMemOperand(MCInst &MI, uint64_t Bits, in DecodeMemOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h697 BasicBlockBits Bits = getBasicBlockBits(); in invalidateOrders() local
760 BasicBlockBits Bits = getBasicBlockBits(); in AdjustBlockAddressRefCount() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBasicBlockInfo.h79 unsigned Bits = Unalign ? Unalign : KnownBits; in internalKnownBits() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVOptWInstrs.cpp94 unsigned Bits) { in vectorPseudoHasAllNBitUsers()
131 unsigned Bits = P.second; in hasAllNBitUsers() local
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEMCCodeEmitter.cpp84 uint64_t Bits = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCCodeEmitter.cpp349 uint16_t Bits = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local
354 uint32_t Bits = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DLowerTypeTests.h35 std::set<uint64_t> Bits; member

123456