Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang/test/Parser/
H A DMicrosoftExtensionsInlineAsm.c5 void __forceinline InterlockedBitTestAndSet (long *Base, long Bit) in InterlockedBitTestAndSet()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DCodeTemplate.cpp70 StringRef getName(ExecutionMode Bit) { in getName()
108 for (const auto Bit : getAllExecutionBits()) in getExecutionModeBits() local
/llvm-project-15.0.7/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.cpp1141 for (unsigned Bit : Filled.set_bits()) in TYPED_TEST() local
1147 for (unsigned Bit : Empty.set_bits()) { in TYPED_TEST() local
1165 for (unsigned Bit : ToFill.set_bits()) in TYPED_TEST() local
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DGlobalObject.h160 void setGlobalObjectFlag(unsigned Bit, bool Val) { in setGlobalObjectFlag()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp136 for (unsigned Bit : VMI0.RequiredTraits.set_bits()) in isStrictSubset() local
194 for (unsigned Bit : VMI.RequiredTraits.set_bits()) { in isVariantApplicableInContextHelper() local
277 for (unsigned Bit : VMI.RequiredTraits.set_bits()) { in getVariantMatchScore() local
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h481 Init *getBit(unsigned Bit) const override { in getBit()
516 Init *getBit(unsigned Bit) const override { in getBit()
571 Init *getBit(unsigned Bit) const override { in getBit()
602 Init *getBit(unsigned Bit) const override { in getBit()
632 Init *getBit(unsigned Bit) const override { in getBit()
686 Init *getBit(unsigned Bit) const override { in getBit()
753 Init *getBit(unsigned Bit) const override { in getBit()
1173 unsigned Bit; variable
1269 Init *getBit(unsigned Bit) const override { in getBit()
1320 Init *getBit(unsigned Bit) const override { in getBit()
[all …]
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DJSONBackend.cpp50 } else if (auto *Bit = dyn_cast<BitInit>(&I)) { in translateInit() local
H A DTGLexer.h50 Assert, Bit, Bits, Class, Code, Dag, Def, Defm, Defset, Defvar, ElseKW, enumerator
H A DTGParser.cpp75 Init *Bit = BV->getBit(i); in checkBitsConcrete() local
200 unsigned Bit = BitList[i]; in SetValue() local
2263 Init *Bit = Vals[i]->getCastTo(BitRecTy::get(Records)); in ParseSimpleValue() local
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp67 const auto *Bit = dyn_cast<BitInit>(B->getBit(i)); in getValueFromBitsInit() local
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DX86EVEX2VEXTablesEmitter.cpp97 if (BitInit *Bit = dyn_cast<BitInit>(B->getBit(i))) in getValueFromBitsInit() local
H A DDFAEmitter.cpp336 if (auto *Bit = dyn_cast<BitInit>(NewStateInit->getBit(I))) { in Transition() local
H A DX86FoldTablesEmitter.cpp215 BitInit *Bit = cast<BitInit>(B->getBit(i)); in getValueFromBitsInit() local
H A DInstrInfoEmitter.cpp1176 if (const auto *Bit = dyn_cast<BitInit>(TSF->getBit(i))) in emitRecord() local
/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.cpp302 unsigned Bit = countTrailingZeros(Hi); in generateInstSeq() local
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h226 unsigned Bit = 0; in CounterToFeature() local
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp221 unsigned Bit = 0; in allocate() local
787 Value *Bit = createBitSetTest(ThenB, TIL, BitOffset); in lowerTypeTestCall() local
1124 for (auto Bit : BSI.Bits) in lowerTypeTestCalls() local
H A DWholeProgramDevirt.cpp1663 Constant *Byte, Constant *Bit) { in applyVirtualConstProp()
2051 Constant *Bit = importConstant(Slot, CSByConstantArg.first, "bit", Int8Ty, in importResolution() local
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h150 for (u8 Bit = 0; Bit != 64; ++Bit) { in LSBTable() local
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DBitVector.h157 for (auto Bit : Bits) in count() local
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp46 uint64_t Bit = 1ULL << Shift; in dumpApplePropertyAttribute() local
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp1162 const unsigned Bit = 1 << SrcIdx; in simplifyAMDGCNMemoryIntrinsicDemanded() local
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.cpp319 unsigned Bit = i % 8; in DecodeBLENDMask() local
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1360 static Register getTestBitReg(Register Reg, uint64_t &Bit, bool &Invert, in getTestBitReg()
1492 Register TestReg, uint64_t Bit, bool IsNegative, MachineBasicBlock *DstMBB, in emitTestBit()
1554 int32_t Bit = MaybeBit->Value.exactLogBase2(); in tryOptAndIntoCompareBranch() local
1639 uint64_t Bit = MRI.getType(LHS).getSizeInBits() - 1; in tryOptCompareBranchFedByICmp() local
1648 uint64_t Bit = MRI.getType(LHS).getSizeInBits() - 1; in tryOptCompareBranchFedByICmp() local

12