Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutownerid.c304 UINT32 Bit; in AcpiUtReleaseOwnerId() local
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h472 Init *getBit(unsigned Bit) const override { in getBit()
540 Init *getBit(unsigned Bit) const override { return Value->getBit(Bit); } in getBit()
569 Init *getBit(unsigned Bit) const override { in getBit()
624 Init *getBit(unsigned Bit) const override { in getBit()
655 Init *getBit(unsigned Bit) const override { in getBit()
685 Init *getBit(unsigned Bit) const override { in getBit()
739 Init *getBit(unsigned Bit) const override { in getBit()
804 Init *getBit(unsigned Bit) const override { in getBit()
1276 unsigned Bit; variable
1339 Init *getBit(unsigned Bit) const override { in getBit()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp137 for (unsigned Bit : VMI0.RequiredTraits.set_bits()) in isStrictSubset() local
195 for (unsigned Bit : VMI.RequiredTraits.set_bits()) { in isVariantApplicableInContextHelper() local
276 for (unsigned Bit : VMI.RequiredTraits.set_bits()) { in getVariantMatchScore() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h166 setGlobalObjectFlag(unsigned Bit,bool Val) setGlobalObjectFlag() argument
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DJSONBackend.cpp50 } else if (auto *Bit = dyn_cast<BitInit>(&I)) { in translateInit() local
H A DTGLexer.h78 Bit, enumerator
H A DTGParser.cpp73 Init *Bit = BV->getBit(i); in checkBitsConcrete() local
267 unsigned Bit = BitList[i]; in SetValue() local
2745 Init *Bit = Vals[i]->getCastTo(BitRecTy::get(Records)); in ParseSimpleValue() local
H A DRecord.cpp474 if (auto *Bit = dyn_cast<BitInit>(getBit(i))) in convertInitializerTo() local
508 if (Init *Bit = getBit(e-i-1)) in getAsString() local
2130 for (unsigned Bit : Bits) { in convertInitializerBitRange() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86EVEX2VEXTablesEmitter.cpp
H A DDFAEmitter.cpp314 if (auto *Bit = dyn_cast<BitInit>(NewStateInit->getBit(I))) { in Transition() local
H A DX86InstrMappingEmitter.cpp116 BitInit *Bit = cast<BitInit>(B->getBit(I)); in byteFromBitsInit() local
H A DX86FoldTablesEmitter.cpp254 BitInit *Bit = cast<BitInit>(B->getBit(I)); in byteFromBitsInit() local
H A DInstrInfoEmitter.cpp1297 if (const auto *Bit = dyn_cast<BitInit>(TSF->getBit(i))) in emitRecord() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp67 const auto *Bit = dyn_cast<BitInit>(B->getBit(i)); in getValueFromBitsInit() local
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DAArch64TargetParser.h72 CPUFeatures Bit; // Index of the bit in the FMV feature bitset. member
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h226 unsigned Bit = 0; in CounterToFeature() local
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h153 for (u8 Bit = 0; Bit != 64; ++Bit) { in LSBTable() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp221 unsigned Bit = 0; in allocate() local
809 Value *Bit = createBitSetTest(ThenB, TIL, BitOffset); in lowerTypeTestCall() local
1143 for (auto Bit : BSI.Bits) in lowerTypeTestCalls() local
H A DWholeProgramDevirt.cpp1758 Constant *Byte, Constant *Bit) { in applyVirtualConstProp()
2167 Constant *Bit = importConstant(Slot, CSByConstantArg.first, "bit", Int8Ty, in importResolution() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitVector.h164 for (auto Bit : Bits) in count() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp45 uint64_t Bit = 1ULL << Shift; in dumpApplePropertyAttribute() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1456 static Register getTestBitReg(Register Reg, uint64_t &Bit, bool &Invert, in getTestBitReg()
1588 Register TestReg, uint64_t Bit, bool IsNegative, MachineBasicBlock *DstMBB, in emitTestBit()
1650 int32_t Bit = MaybeBit->Value.exactLogBase2(); in tryOptAndIntoCompareBranch() local
1735 uint64_t Bit = MRI.getType(LHS).getSizeInBits() - 1; in tryOptCompareBranchFedByICmp() local
1744 uint64_t Bit = MRI.getType(LHS).getSizeInBits() - 1; in tryOptCompareBranchFedByICmp() local
1753 uint64_t Bit = MRI.getType(LHS).getSizeInBits() - 1; in tryOptCompareBranchFedByICmp() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.cpp319 unsigned Bit = i % 8; in DecodeBLENDMask() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp834 BitInit *Bit = cast<BitInit>(TSF->getBit(I)); in CodeGenRegisterClass() local
1567 unsigned Bit = 0; in computeSubRegLaneMasks() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp1370 const unsigned Bit = 1 << SrcIdx; in simplifyAMDGCNMemoryIntrinsicDemanded() local

12