Home
last modified time | relevance | path

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

1234567

/llvm-project/clang/lib/Basic/
H A DCodeGenOptions.cpp15 #define CODEGENOPT(Name, Bits, Default) Name = Default; in CodeGenOptions() argument
16 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) set##Name(Default); in CodeGenOptions() argument
25 #define VALUE_DEBUGOPT(Name, Bits, Default) in resetNonModularOptions() argument
26 #define ENUM_DEBUGOPT(Name, Type, Bits, Default) in resetNonModularOptions() argument
27 #define CODEGENOPT(Name, Bits, Default) Name = Default; in resetNonModularOptions() argument
28 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) set##Name(Default); in resetNonModularOptions() argument
36 #define VALUE_DEBUGOPT(Name, Bits, Defaul in resetNonModularOptions() argument
29 ENUM_CODEGENOPT(Name,Type,Bits,Default) resetNonModularOptions() argument
31 AFFECTING_VALUE_CODEGENOPT(Name,Bits,Default) resetNonModularOptions() argument
37 VALUE_DEBUGOPT(Name,Bits,Default) resetNonModularOptions() argument
38 ENUM_DEBUGOPT(Name,Type,Bits,Default) resetNonModularOptions() argument
39 BENIGN_DEBUGOPT(Name,Bits,Default) resetNonModularOptions() argument
40 BENIGN_VALUE_DEBUGOPT(Name,Bits,Default) resetNonModularOptions() argument
41 BENIGN_ENUM_DEBUGOPT(Name,Type,Bits,Default) resetNonModularOptions() argument
47 DEBUGOPT(Name,Bits,Default) resetNonModularOptions() argument
48 VALUE_DEBUGOPT(Name,Bits,Default) resetNonModularOptions() argument
49 ENUM_DEBUGOPT(Name,Type,Bits,Default) resetNonModularOptions() argument
50 BENIGN_DEBUGOPT(Name,Bits,Default) resetNonModularOptions() argument
51 BENIGN_VALUE_DEBUGOPT(Name,Bits,Default) resetNonModularOptions() argument
52 BENIGN_ENUM_DEBUGOPT(Name,Type,Bits,Default) resetNonModularOptions() argument
[all...]
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
/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 …]
/llvm-project/flang/include/flang/Lower/
H A DLoweringOptions.h24 #define LOWERINGOPT(Name, Bits, Default) unsigned Name : Bits; argument
25 #define ENUM_LOWERINGOPT(Name, Type, Bits, Default) argument
29 #define LOWERINGOPT(Name, Bits, Default) argument
30 #define ENUM_LOWERINGOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument
37 #define LOWERINGOPT(Name, Bits, Default) argument
38 #define ENUM_LOWERINGOPT(Name, Type, Bits, Default) \ argument
/llvm-project/flang/include/flang/Frontend/
H A DLangOptions.h
H A DCodeGenOptions.h37 #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
144 CODEGENOPT(Name,Bits,Default) global() argument
145 ENUM_CODEGENOPT(Name,Type,Bits,Default) global() argument
/llvm-project/clang/test/Analysis/
H A Dfields.c45 struct Bits { struct
52 struct InnerBits { argument
62 struct Bits bits; in testBitfields() argument
/llvm-project/lldb/test/API/lang/c/bitfields/
H A Dmain.c3 struct Bits { struct
18 struct MoreBits { argument
/llvm-project/llvm/unittests/Support/
H A DDivisionByConstantTest.cpp17 template <typename Fn> static void EnumerateAPInts(unsigned Bits, Fn TestFn) { in EnumerateAPInts() argument
25 unsigned Bits = X.getBitWidth(); in MULHS() local
32 unsigned Bits = Numerator.getBitWidth(); in SignedDivideUsingMagic() local
68 for (unsigned Bits = 1; Bits <= 32; ++Bits) { TEST() local
93 unsigned Bits = X.getBitWidth(); MULHU() local
104 unsigned Bits = Numerator.getBitWidth(); UnsignedDivideUsingMagic() local
153 for (unsigned Bits = 1; Bits <= 32; ++Bits) { TEST() local
[all...]
H A DKnownBitsTest.h22 template <typename FnTy> void ForeachKnownBits(unsigned Bits, FnTy Fn) { in ForeachKnownBits()
36 unsigned Bits = Known.getBitWidth(); in ForeachNumInKnownBits() local
H A DKnownBitsTest.cpp117 unsigned Bits = 4; in TEST() local
151 unsigned Bits = 4; TestAddSubExhaustive() local
230 unsigned Bits = 4; TEST() local
568 unsigned Bits = 4; TEST() local
658 unsigned Bits = 4; TEST() local
674 unsigned Bits = 4; TEST() local
690 unsigned Bits = 4; TEST() local
703 unsigned Bits = 4; TEST() local
744 unsigned Bits = 4; TEST() local
766 unsigned Bits = 4; TEST() local
784 unsigned Bits = 4; TEST() local
[all...]
/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 DIAGOPT(Name,Bits,Default) global() argument
134 ENUM_DIAGOPT(Name,Type,Bits,Default) global() argument
140 DIAGOPT(Name,Bits,Default) DiagnosticOptions() argument
141 ENUM_DIAGOPT(Name,Type,Bits,Default) DiagnosticOptions() argument
[all...]
H A DCodeGenOptions.h44 #define CODEGENOPT(Name, Bits, Default) unsigned Name : Bits; argument
49 #define CODEGENOPT(Name, Bits, Default) argument
43 CODEGENOPT(Name,Bits,Default) global() argument
48 CODEGENOPT(Name,Bits,Default) global() argument
483 CODEGENOPT(Name,Bits,Default) global() argument
484 ENUM_CODEGENOPT(Name,Type,Bits,Default) global() argument
/llvm-project/flang/include/flang/Common/
H A DMathOptionsBase.h24 #define ENUM_MATHOPT(Name, Type, Bits, Default) \ argument
33 #define ENUM_MATHOPT(Name, Type, Bits, Default) set##Name(Default); in MathOptionsBase() argument
38 #define ENUM_MATHOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument
/llvm-project/llvm/include/llvm/ADT/
H A DPackedVector.h31 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue() argument
38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() argument
48 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue() argument
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() argument
78 BitVectorTy Bits; global() variable
[all...]
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
/llvm-project/flang/lib/Frontend/
H A DLangOptions.cpp
H A DCodeGenOptions.cpp20 #define CODEGENOPT(Name, Bits, Default) Name = Default; in CodeGenOptions() argument
21 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) set##Name(Default); in CodeGenOptions() argument
/llvm-project/flang/lib/Lower/
H A DLoweringOptions.cpp18 #define LOWERINGOPT(Name, Bits, Default) Name = Default; argument
19 #define ENUM_LOWERINGOPT(Name, Type, Bits, Default) set##Name(Default); argument
/llvm-project/llvm/lib/BinaryFormat/
H A DXCOFF.cpp114 int Bits = 0; parseParmsType() local
199 for (int Bits = 0; Bits < 32 && ParsedNum < ParmsNum; Bits += 2) { parseParmsTypeWithVecInfo() local
244 for (int Bits = 0; ParsedNum < ParmsNum && Bits < 32; Bits += 2) { parseVectorParmsType() local
[all...]
/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)) extractConstantBits() local
156 if (std::optional<APInt> Bits = extractConstantBits(C)) getSplatableConstant() local
188 if (std::optional<APInt> Bits = extractConstantBits(Sequence[I])) { getSplatableConstant() local
204 rebuildConstant(LLVMContext & Ctx,Type * SclTy,const APInt & Bits,unsigned NumSclBits) rebuildConstant() argument
275 if (std::optional<APInt> Bits = extractConstantBits(C, NumBits)) { rebuildZeroUpperCst() local
300 if (std::optional<APInt> Bits = extractConstantBits(C, NumBits)) { rebuildExtCst() local
[all...]
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp101 int Bits = 0; in getVecExtParmsType() local
147 int Bits = 0; in getParmsType() local
/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp37 void SetImpliedBits(FeatureBitset &Bits, const FeatureBitset &Implies, in SetImpliedBits() argument
49 void ClearImpliedBits(FeatureBitset &Bits, unsigned Value, in ClearImpliedBits() argument
59 static void ApplyFeatureFlag(FeatureBitset &Bits, StringRef Feature, in ApplyFeatureFlag() argument
162 FeatureBitset Bits; getFeatures() local
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dmagic-numbers-bitfields.cpp11 unsigned int Bits: 7; member
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h157 const unsigned Bits = getType().getIntegerBitWidth(); isInlineInt() local
165 const unsigned Bits = getType().getFloatBitWidth(); isInlineFloat() local

1234567