/llvm-project/clang/test/C/C11/ |
H A D | n1310.c | 22 #define TEST(Bit, Expected) __builtin_bit_cast(signed char, (unsigned char)(1 << Bit)) == Expected argument
|
/llvm-project/clang/test/Parser/ |
H A D | MicrosoftExtensionsInlineAsm.c | 5 void __forceinline InterlockedBitTestAndSet (long *Base, long Bit) in InterlockedBitTestAndSet()
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | CodeTemplate.cpp | 79 StringRef getName(ExecutionMode Bit) { in getName() 117 for (const auto Bit : getAllExecutionBits()) in getExecutionModeBits() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | CoalescingBitVectorTest.cpp | 193 for (unsigned Bit : LHS) in simpleUnion() local 195 for (unsigned Bit : RHS) in simpleUnion() local 286 for (unsigned Bit : LHS) in simpleIntersection() local 364 for (unsigned Bit : LHS) in simpleIntersectionWithComplement() local
|
H A D | BitVectorTest.cpp | 1152 for (unsigned Bit : Filled.set_bits()) in TYPED_TEST() local 1158 for (unsigned Bit : Empty.set_bits()) { in TYPED_TEST() local 1176 for (unsigned Bit : ToFill.set_bits()) in TYPED_TEST() local
|
/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 472 getBit(unsigned Bit) getBit() argument 540 getBit(unsigned Bit) getBit() argument 569 getBit(unsigned Bit) getBit() argument 624 getBit(unsigned Bit) getBit() argument 655 getBit(unsigned Bit) getBit() argument 685 getBit(unsigned Bit) getBit() argument 739 getBit(unsigned Bit) getBit() argument 804 getBit(unsigned Bit) getBit() argument 1276 unsigned Bit; global() variable 1339 getBit(unsigned Bit) getBit() argument 1395 getBit(unsigned Bit) getBit() argument 1532 getBit(unsigned Bit) getBit() argument [all...] |
/llvm-project/llvm/include/llvm/IR/ |
H A D | GlobalObject.h | 168 unsigned Mask = 1 << Bit; in setGlobalObjectFlag() argument
|
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPContext.cpp | 137 for (unsigned Bit : VMI0.RequiredTraits.set_bits()) isStrictSubset() local 195 for (unsigned Bit : VMI.RequiredTraits.set_bits()) { isVariantApplicableInContextHelper() local 276 for (unsigned Bit : VMI.RequiredTraits.set_bits()) { getVariantMatchScore() local
|
/llvm-project/llvm/lib/TableGen/ |
H A D | JSONBackend.cpp | 50 } else if (auto *Bit = dyn_cast<BitInit>(&I)) { translateInit() local
|
H A D | TGLexer.h | 78 Bit, enumerator
|
H A D | TGParser.cpp | 73 const Init *Bit = BV->getBit(i); in checkBitsConcrete() local 267 unsigned Bit = BitList[i]; SetValue() local 2745 Init *Bit = Vals[i]->getCastTo(BitRecTy::get(Records)); ParseSimpleValue() local [all...] |
/llvm-project/clang/utils/TableGen/ |
H A D | ClangSACheckersEmitter.cpp | 67 Value |= uint64_t(Bit->getValue()) << i; in getValueFromBitsInit() local
|
/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | AArch64TargetParser.h | 72 CPUFeatures Bit; // Index of the bit in the FMV feature bitset. global() member
|
/llvm-project/llvm/utils/TableGen/ |
H A D | DFAEmitter.cpp | 314 if (auto *Bit = dyn_cast<BitInit>(NewStateInit->getBit(I))) { Transition() local
|
H A D | X86InstrMappingEmitter.cpp | 114 BitInit *Bit = cast<BitInit>(B->getBit(I)); byteFromBitsInit() local
|
H A D | X86FoldTablesEmitter.cpp | 254 const BitInit *Bit = cast<BitInit>(B->getBit(I)); in byteFromBitsInit() local
|
H A D | InstrInfoEmitter.cpp | 1297 if (const auto *Bit = dyn_cast<BitInit>(TSF->getBit(i))) emitRecord() local
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerTracePC.h | 226 unsigned Bit = 0; in CounterToFeature() local
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | size_class_map.h | 153 for (u8 Bit = 0; Bit != 64; ++Bit) { in LSBTable() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | BitVector.h | 164 for (auto Bit : Bits) in count() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 221 unsigned Bit = 0; allocate() local 809 Value *Bit = createBitSetTest(ThenB, TIL, BitOffset); lowerTypeTestCall() local 1143 for (auto Bit : BSI.Bits) lowerTypeTestCalls() local [all...] |
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDie.cpp | 45 auto PropName = ApplePropertyString(Bit); in dumpApplePropertyAttribute() local
|
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ShuffleDecode.cpp | 319 unsigned Bit = i % 8; DecodeBLENDMask() local
|
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 1451 getTestBitReg(Register Reg,uint64_t & Bit,bool & Invert,MachineRegisterInfo & MRI) getTestBitReg() argument 1583 emitTestBit(Register TestReg,uint64_t Bit,bool IsNegative,MachineBasicBlock * DstMBB,MachineIRBuilder & MIB) const emitTestBit() argument 1645 int32_t Bit = MaybeBit->Value.exactLogBase2(); tryOptAndIntoCompareBranch() local 1730 uint64_t Bit = MRI.getType(LHS).getSizeInBits() - 1; tryOptCompareBranchFedByICmp() local 1739 uint64_t Bit = MRI.getType(LHS).getSizeInBits() - 1; tryOptCompareBranchFedByICmp() local 1748 uint64_t Bit = MRI.getType(LHS).getSizeInBits() - 1; tryOptCompareBranchFedByICmp() local [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 1298 const unsigned Bit = 1 << SrcIdx; simplifyAMDGCNMemoryIntrinsicDemanded() local
|