Home
last modified time | relevance | path

Searched defs:Bit (Results 1 – 25 of 49) sorted by relevance

12

/llvm-project/clang/test/C/C11/
H A Dn1310.c22 #define TEST(Bit, Expected) __builtin_bit_cast(signed char, (unsigned char)(1 << Bit)) == Expected argument
/llvm-project/clang/test/Parser/
H A DMicrosoftExtensionsInlineAsm.c5 void __forceinline InterlockedBitTestAndSet (long *Base, long Bit) in InterlockedBitTestAndSet()
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DCodeTemplate.cpp79 StringRef getName(ExecutionMode Bit) { in getName()
117 for (const auto Bit : getAllExecutionBits()) in getExecutionModeBits() local
/llvm-project/llvm/unittests/ADT/
H A DCoalescingBitVectorTest.cpp193 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 DBitVectorTest.cpp1152 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 DRecord.h472 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 DGlobalObject.h168 unsigned Mask = 1 << Bit; in setGlobalObjectFlag() argument
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp137 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 DJSONBackend.cpp50 } else if (auto *Bit = dyn_cast<BitInit>(&I)) { translateInit() local
H A DTGLexer.h78 Bit, enumerator
H A DTGParser.cpp73 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 DClangSACheckersEmitter.cpp67 Value |= uint64_t(Bit->getValue()) << i; in getValueFromBitsInit() local
/llvm-project/llvm/include/llvm/TargetParser/
H A DAArch64TargetParser.h72 CPUFeatures Bit; // Index of the bit in the FMV feature bitset. global() member
/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp314 if (auto *Bit = dyn_cast<BitInit>(NewStateInit->getBit(I))) { Transition() local
H A DX86InstrMappingEmitter.cpp114 BitInit *Bit = cast<BitInit>(B->getBit(I)); byteFromBitsInit() local
H A DX86FoldTablesEmitter.cpp254 const BitInit *Bit = cast<BitInit>(B->getBit(I)); in byteFromBitsInit() local
H A DInstrInfoEmitter.cpp1297 if (const auto *Bit = dyn_cast<BitInit>(TSF->getBit(i))) emitRecord() local
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h226 unsigned Bit = 0; in CounterToFeature() local
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h153 for (u8 Bit = 0; Bit != 64; ++Bit) { in LSBTable() local
/llvm-project/llvm/include/llvm/ADT/
H A DBitVector.h164 for (auto Bit : Bits) in count() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp221 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 DDWARFDie.cpp45 auto PropName = ApplePropertyString(Bit); in dumpApplePropertyAttribute() local
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.cpp319 unsigned Bit = i % 8; DecodeBLENDMask() local
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1451 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 DAMDGPUInstCombineIntrinsic.cpp1298 const unsigned Bit = 1 << SrcIdx; simplifyAMDGCNMemoryIntrinsicDemanded() local

12