| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | CodeTemplate.cpp | 70 StringRef getName(ExecutionMode Bit) { in getName() argument 71 assert(isEnumValue(Bit) && "Bit must be a power of two"); in getName() 72 switch (Bit) { in getName() 108 for (const auto Bit : getAllExecutionBits()) in getExecutionModeBits() local 109 if ((Execution & Bit) == Bit) in getExecutionModeBits() 110 Result.push_back(Bit); in getExecutionModeBits()
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerTracePC.h | 226 unsigned Bit = 0; in CounterToFeature() local 227 /**/ if (Counter >= 128) Bit = 7; in CounterToFeature() 228 else if (Counter >= 32) Bit = 6; in CounterToFeature() 229 else if (Counter >= 16) Bit = 5; in CounterToFeature() 230 else if (Counter >= 8) Bit = 4; in CounterToFeature() 231 else if (Counter >= 4) Bit = 3; in CounterToFeature() 232 else if (Counter >= 3) Bit = 2; in CounterToFeature() 233 else if (Counter >= 2) Bit = 1; in CounterToFeature() 234 return Bit; in CounterToFeature()
|
| /llvm-project-15.0.7/llvm/test/MC/GOFF/ |
| H A D | ppa1.ll | 12 ; CHECK: * Bit 2: 0 = Does not use alloca 20 ; CHECK: * Bit 0: 1 = 64-bit DSA 22 ; CHECK: * Bit 0: 1 = External procedure 23 ; CHECK: * Bit 3: 0 = STACKPROTECT is not enabled
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | size_class_map.h | 150 for (u8 Bit = 0; Bit != 64; ++Bit) { in LSBTable() local 151 if (Config::Classes[I] & (1 << Bit)) { in LSBTable() 152 Tab[I] = Bit; in LSBTable() 153 if (Bit < Min) in LSBTable() 154 Min = Bit; in LSBTable() 155 if (Bit > Max) in LSBTable() 156 Max = Bit; in LSBTable()
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | CoalescingBitVectorTest.cpp | 193 for (unsigned Bit : LHS) in simpleUnion() local 194 Union.test_and_set(Bit); in simpleUnion() 195 for (unsigned Bit : RHS) in simpleUnion() local 196 Union.test_and_set(Bit); in simpleUnion() 286 for (unsigned Bit : LHS) in simpleIntersection() local 287 if (RHS.test(Bit)) in simpleIntersection() 288 Intersection.set(Bit); in simpleIntersection() 364 for (unsigned Bit : LHS) in simpleIntersectionWithComplement() local 365 if (!RHS.test(Bit)) in simpleIntersectionWithComplement() 366 Intersection.set(Bit); in simpleIntersectionWithComplement()
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | MicrosoftExtensionsInlineAsm.c | 5 void __forceinline InterlockedBitTestAndSet (long *Base, long Bit) in InterlockedBitTestAndSet() argument 8 mov eax, Bit in InterlockedBitTestAndSet()
|
| /llvm-project-15.0.7/llvm/docs/PDB/ |
| H A D | HashTable.rst | 34 | Present Bit Vector | 36 | Deleted Bit Vector | 54 - **Present Bit Vector** - A serialized bit vector which contains information 60 - **Deleted Bit Vector** - A serialized bit vector which contains information 72 Present and Deleted Bit Vectors
|
| /llvm-project-15.0.7/llvm/test/Transforms/WholeProgramDevirt/Inputs/ |
| H A D | import-vcp-branch-funnel.yaml | 12 Bit: 0 22 Bit: 128
|
| H A D | import-vcp.yaml | 12 Bit: 0 22 Bit: 128
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | mips-reginfo.test | 25 ContentArray: [ 0xA, 0xB, 0xC, 0xD, ## Bit-mask of used general registers. 27 0x55, 0x66, 0x77, 0x88, ## Bit-mask of used co-processor registers (0). 28 0x99, 0xAA, 0xBB, 0xCC, ## Bit-mask of used co-processor registers (1). 29 0xDD, 0xEE, 0xFF, 0x1E, ## Bit-mask of used co-processor registers (2). 30 0x2E, 0x3E, 0x4E, 0x5E, ## Bit-mask of used co-processor registers (3).
|
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPContext.cpp | 88 for (unsigned Bit : ActiveTraits.set_bits()) { in OMPContext() 89 TraitProperty Property = TraitProperty(Bit); in OMPContext() 136 for (unsigned Bit : VMI0.RequiredTraits.set_bits()) in isStrictSubset() local 137 if (!VMI1.RequiredTraits.test(Bit)) in isStrictSubset() 194 for (unsigned Bit : VMI.RequiredTraits.set_bits()) { in isVariantApplicableInContextHelper() local 195 TraitProperty Property = TraitProperty(Bit); in isVariantApplicableInContextHelper() 277 for (unsigned Bit : VMI.RequiredTraits.set_bits()) { in getVariantMatchScore() local 278 TraitProperty Property = TraitProperty(Bit); in getVariantMatchScore()
|
| /llvm-project-15.0.7/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 481 Init *getBit(unsigned Bit) const override { in getBit() argument 516 Init *getBit(unsigned Bit) const override { in getBit() argument 571 Init *getBit(unsigned Bit) const override { in getBit() argument 573 return getTrailingObjects<Init *>()[Bit]; in getBit() 780 Init *getBit(unsigned Bit) const override; 1026 Init *getBit(unsigned Bit) const override; 1061 Init *getBit(unsigned Bit) const override; 1094 Init *getBit(unsigned Bit) const override; 1128 Init *getBit(unsigned Bit) const override; 1173 unsigned Bit; variable [all …]
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-bcanalyzer.rst | 197 The total number of 32-bit integers encoded using the Variable Bit Rate 202 The total number of 64-bit integers encoded using the Variable Bit Rate encoding 208 the Variable Bit Rate encoding scheme. 213 integers had they not been compressed with the Variable Bit Rage encoding 218 The total number of bytes saved by using the Variable Bit Rate encoding scheme. 278 integers that use the Variable Bit Rate encoding scheme. 284 Bit Rate encoding scheme. 288 The total number of bytes saved in this function by using the Variable Bit
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | BitVector.h | 157 for (auto Bit : Bits) in count() local 158 NumBits += countPopulation(Bit); in count() 164 return any_of(Bits, [](BitWord Bit) { return Bit != 0; }); in any() 425 for (auto &Bit : Bits) in flip() 426 Bit = ~Bit; in flip()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | GlobalObject.h | 160 void setGlobalObjectFlag(unsigned Bit, bool Val) { in setGlobalObjectFlag() argument 161 unsigned Mask = 1 << Bit; in setGlobalObjectFlag()
|
| /llvm-project-15.0.7/llvm/test/Transforms/WholeProgramDevirt/ |
| H A D | export-vcp.ll | 27 ; SUMMARY-X86-NEXT: Bit: 0 29 ; SUMMARY-ARM-NEXT: Bit: 1 47 ; SUMMARY-X86-NEXT: Bit: 0 49 ; SUMMARY-ARM-NEXT: Bit: 1
|
| H A D | import-indir.ll | 55 ; SUMMARY-NEXT: Bit: 0 60 ; SUMMARY-NEXT: Bit: 0 65 ; SUMMARY-NEXT: Bit: 0
|
| H A D | export-unique-ret-val.ll | 24 ; SUMMARY-NEXT: Bit: 0 42 ; SUMMARY-NEXT: Bit: 0
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | ClangSACheckersEmitter.cpp | 67 const auto *Bit = dyn_cast<BitInit>(B->getBit(i)); in getValueFromBitsInit() local 68 if (Bit) in getValueFromBitsInit() 69 Value |= uint64_t(Bit->getValue()) << i; in getValueFromBitsInit()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCV.td | 140 "'Zbb' (Basic Bit-Manipulation)">; 143 "'Zbb' (Basic Bit-Manipulation)">; 161 "'Zbf' (Bit-Field 'Zb' Instructions)">; 164 "'Zbf' (Bit-Field 'Zb' Instructions)">; 189 "'Zbs' (Single-Bit Instructions)">; 192 "'Zbs' (Single-Bit Instructions)">; 206 "'Zbb' (Basic Bit-Manipulation) or " 238 "'Zbb' (Basic Bit-Manipulation) or " 244 "'Zbb' (Basic Bit-Manipulation) or "
|
| /llvm-project-15.0.7/polly/test/CodeGen/ |
| H A D | scalar_codegen_crash.ll | 9 @Bit = external global [0 x i32], align 4 32 %arrayidx330 = getelementptr inbounds [0 x i32], [0 x i32]* @Bit, i64 0, i64 %indvars.iv546
|
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | JSONBackend.cpp | 50 } else if (auto *Bit = dyn_cast<BitInit>(&I)) { in translateInit() local 51 return Bit->getValue() ? 1 : 0; in translateInit()
|
| H A D | Record.cpp | 471 if (Init *Bit = getBit(e-i-1)) in getAsString() local 472 Result += Bit->getAsString(); in getAsString() 746 Init *OpInit::getBit(unsigned Bit) const { in getBit() 1591 Init *FoldOpInit::getBit(unsigned Bit) const { in getBit() 1654 Init *IsAOpInit::getBit(unsigned Bit) const { in getBit() 1729 Init *ExistsOpInit::getBit(unsigned Bit) const { in getBit() 1768 for (unsigned Bit : Bits) { in convertInitializerBitRange() local 1769 if (Bit >= NumBits) in convertInitializerBitRange() 1829 Init *VarInit::getBit(unsigned Bit) const { in getBit() 2055 Init *FieldInit::getBit(unsigned Bit) const { in getBit() [all …]
|
| /llvm-project-15.0.7/llvm/docs/AMDGPU/ |
| H A D | gfx10_probe.rst | 19 Bit Number Description
|
| H A D | gfx8_probe.rst | 19 Bit Number Description
|