| /freebsd/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utownerid.c | 304 UINT32 Bit; in AcpiUtReleaseOwnerId() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 478 const Init *getBit(unsigned Bit) const override { return this; } in getBit() 546 const Init *getBit(unsigned Bit) const override { return Value->getBit(Bit); } in getBit() 578 const Init *getBit(unsigned Bit) const override { in getBit() 628 const Init *getBit(unsigned Bit) const override { return getBits()[Bit]; } in getBit() 657 const Init *getBit(unsigned Bit) const override { in getBit() 687 const Init *getBit(unsigned Bit) const override { in getBit() 739 const Init *getBit(unsigned Bit) const override { in getBit() 806 const Init *getBit(unsigned Bit) const override { in getBit() 1254 unsigned Bit; variable 1313 const Init *getBit(unsigned Bit) const override { in getBit() [all …]
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | TargetFeaturesEmitter.cpp | 72 unsigned Bit = FeatureMap.lookup(Feature); in printFeatureMask() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalObject.h | 170 void setGlobalObjectFlag(unsigned Bit, bool Val) { in setGlobalObjectFlag()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeEmitterGen.cpp | 84 const BitsInit *BI, int Bit) { in getVariableBit() 107 int Bit = BI->getNumBits() - 1; in addCodeToMergeInOperand() local
|
| H A D | X86EVEX2VEXTablesEmitter.cpp | |
| H A D | DFAEmitter.cpp | 310 if (auto *Bit = dyn_cast<BitInit>(NewStateInit->getBit(I))) { in Transition() local
|
| H A D | X86InstrMappingEmitter.cpp | 115 const BitInit *Bit = cast<BitInit>(B->getBit(I)); in byteFromBitsInit() local
|
| H A D | X86FoldTablesEmitter.cpp | 254 const BitInit *Bit = cast<BitInit>(B->getBit(I)); in byteFromBitsInit() local
|
| H A D | InstrInfoEmitter.cpp | 1212 if (const auto *Bit = dyn_cast<BitInit>(TSF->getBit(i))) in emitRecord() local
|
| H A D | DecoderEmitter.cpp | 264 if (const auto *Bit = dyn_cast<BitInit>(Init)) in BitValue() local 312 for (const Init *Bit : reverse(Bits.getBits())) in dumpBits() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPContext.cpp | 188 for (unsigned Bit : VMI0.RequiredTraits.set_bits()) in isStrictSubset() local 248 for (unsigned Bit : VMI.RequiredTraits.set_bits()) { in isVariantApplicableInContextHelper() local 335 for (unsigned Bit : VMI.RequiredTraits.set_bits()) { in getVariantMatchScore() local
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | JSONBackend.cpp | 46 if (const auto *Bit = dyn_cast<BitInit>(&I)) in translateInit() local
|
| H A D | Record.cpp | 521 if (auto *Bit = dyn_cast<BitInit>(InitV)) in convertInitializerToInt() local 541 return all_of(getBits(), [](const Init *Bit) { return Bit->isComplete(); }); in isComplete() 544 return all_of(getBits(), [](const Init *Bit) { return !Bit->isComplete(); }); in allInComplete() 547 return all_of(getBits(), [](const Init *Bit) { return Bit->isConcrete(); }); in isConcrete() 553 for (const Init *Bit : reverse(getBits())) { in getAsString() local 2303 for (unsigned Bit : Bits) { in convertInitializerBitRange() 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]; in SetValue() local 2826 const Init *Bit = Vals[i]->getCastTo(BitRecTy::get(Records)); in ParseSimpleValue() local
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangSACheckersEmitter.cpp | 65 const auto *Bit = dyn_cast<BitInit>(B->getBit(i)); in getValueFromBitsInit() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/ |
| H A D | HLSLRootSignature.cpp | 44 unsigned Bit = 1u << llvm::countr_zero(Remaining); in printFlags() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerTracePC.h | 226 unsigned Bit = 0; in CounterToFeature() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenACCKinds.h | 653 OpenACCModifierKind Bit) { in isOpenACCModifierBitSet()
|
| /freebsd/contrib/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
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 234 unsigned Bit = 0; in allocate() local 831 Value *Bit = createBitSetTest(ThenB, TIL, BitOffset); in lowerTypeTestCall() local 1199 for (auto Bit : BSI.Bits) in lowerTypeTestCalls() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | BitVector.h | 164 for (auto Bit : Bits) in count() local
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 45 uint64_t Bit = 1ULL << Shift; in dumpApplePropertyAttribute() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 1464 static Register getTestBitReg(Register Reg, uint64_t &Bit, bool &Invert, in getTestBitReg() 1596 Register TestReg, uint64_t Bit, bool IsNegative, MachineBasicBlock *DstMBB, in emitTestBit() 1658 int32_t Bit = MaybeBit->Value.exactLogBase2(); in tryOptAndIntoCompareBranch() local 1743 uint64_t Bit = MRI.getType(LHS).getSizeInBits() - 1; in tryOptCompareBranchFedByICmp() local 1752 uint64_t Bit = MRI.getType(LHS).getSizeInBits() - 1; in tryOptCompareBranchFedByICmp() local 1761 uint64_t Bit = MRI.getType(LHS).getSizeInBits() - 1; in tryOptCompareBranchFedByICmp() local
|