/llvm-project/clang/lib/Basic/ |
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 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 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
|
/llvm-project/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 …]
|
/llvm-project/flang/include/flang/Lower/ |
H A D | LoweringOptions.h | 24 #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 D | LangOptions.h |
|
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 144 CODEGENOPT(Name,Bits,Default) global() argument 145 ENUM_CODEGENOPT(Name,Type,Bits,Default) global() argument
|
/llvm-project/clang/test/Analysis/ |
H A D | fields.c | 45 struct Bits { struct 52 struct InnerBits { argument 62 struct Bits bits; in testBitfields() argument
|
/llvm-project/lldb/test/API/lang/c/bitfields/ |
H A D | main.c | 3 struct Bits { struct 18 struct MoreBits { argument
|
/llvm-project/llvm/unittests/Support/ |
H A D | DivisionByConstantTest.cpp | 17 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 D | KnownBitsTest.h | 22 template <typename FnTy> void ForeachKnownBits(unsigned Bits, FnTy Fn) { in ForeachKnownBits() 36 unsigned Bits = Known.getBitWidth(); in ForeachNumInKnownBits() local
|
H A D | KnownBitsTest.cpp | 117 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 D | DiagnosticOptions.h | 93 #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 D | CodeGenOptions.h | 44 #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 D | MathOptionsBase.h | 24 #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 D | PackedVector.h | 31 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 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
|
/llvm-project/flang/lib/Frontend/ |
H A D | LangOptions.cpp |
|
H A D | CodeGenOptions.cpp | 20 #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 D | LoweringOptions.cpp | 18 #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 D | XCOFF.cpp | 114 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 D | X86FixupVectorConstants.cpp | 99 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 D | PPCMachineFunctionInfo.cpp | 101 int Bits = 0; in getVecExtParmsType() local 147 int Bits = 0; in getParmsType() local
|
/llvm-project/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 37 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 D | magic-numbers-bitfields.cpp | 11 unsigned int Bits: 7; member
|
/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_value.h | 157 const unsigned Bits = getType().getIntegerBitWidth(); isInlineInt() local 165 const unsigned Bits = getType().getFloatBitWidth(); isInlineFloat() local
|