/freebsd-src/sys/contrib/dev/acpica/components/utilities/ |
H A D | utownerid.c | 304 UINT32 Bit; in AcpiUtReleaseOwnerId() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 472 Init *getBit(unsigned Bit) const override { in getBit() argument 540 Init *getBit(unsigned Bit) const override { return Value->getBit(Bit); } in getBit() argument 569 Init *getBit(unsigned Bit) const override { in getBit() argument 624 Init *getBit(unsigned Bit) const override { in 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...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPContext.cpp | 136 for (unsigned Bit : VMI0.RequiredTraits.set_bits()) isStrictSubset() local 194 for (unsigned Bit : VMI.RequiredTraits.set_bits()) { isVariantApplicableInContextHelper() local 275 for (unsigned Bit : VMI.RequiredTraits.set_bits()) { getVariantMatchScore() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GlobalObject.h | 168 void setGlobalObjectFlag(unsigned Bit, bool Val) { in setGlobalObjectFlag()
|
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | JSONBackend.cpp | 49 } else if (auto *Bit = dyn_cast<BitInit>(&I)) { translateInit() local
|
H A D | TGLexer.h | 78 Bit, enumerator
|
H A D | TGParser.cpp | 73 Init *Bit = BV->getBit(i); in checkBitsConcrete() local 267 unsigned Bit = BitList[i]; in SetValue() local 2739 Init *Bit = Vals[i]->getCastTo(BitRecTy::get(Records)); ParseSimpleValue() local [all...] |
H A D | Record.cpp | 474 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) { convertInitializerBitRange() local [all...] |
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangSACheckersEmitter.cpp | 67 const auto *Bit = dyn_cast<BitInit>(B->getBit(i)); in getValueFromBitsInit() local
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86CompressEVEXTablesEmitter.cpp |
|
H A D | DFAEmitter.cpp | 315 if (Bit->getValue()) in Transition() local
|
H A D | X86FoldTablesEmitter.cpp | 257 BitInit *Bit = cast<BitInit>(B->getBit(I)); byteFromBitsInit() local
|
H A D | InstrInfoEmitter.cpp | 1255 if (const auto *Bit = dyn_cast<BitInit>(TSF->getBit(i))) emitRecord() local
|
H A D | CodeGenRegisters.cpp |
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMatInt.cpp | 356 unsigned Bit = llvm::countr_zero(Hi); generateInstSeq() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerTracePC.h | 226 unsigned Bit = 0; in CounterToFeature() local
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 221 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 [all...] |
H A D | WholeProgramDevirt.cpp | 1766 applyVirtualConstProp(CallSiteInfo & CSInfo,StringRef FnName,Constant * Byte,Constant * Bit) applyVirtualConstProp() argument 2175 Constant *Bit = importConstant(Slot, CSByConstantArg.first, "bit", Int8Ty, importResolution() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | BitVector.h | 164 for (auto Bit : Bits) in count() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDie.cpp | 45 uint64_t Bit = 1ULL << Shift; in dumpApplePropertyAttribute() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 1440 getTestBitReg(Register Reg,uint64_t & Bit,bool & Invert,MachineRegisterInfo & MRI) getTestBitReg() argument 1572 emitTestBit(Register TestReg,uint64_t Bit,bool IsNegative,MachineBasicBlock * DstMBB,MachineIRBuilder & MIB) const emitTestBit() argument 1634 int32_t Bit = MaybeBit->Value.exactLogBase2(); tryOptAndIntoCompareBranch() local 1719 uint64_t Bit = MRI.getType(LHS).getSizeInBits() - 1; tryOptCompareBranchFedByICmp() local 1728 uint64_t Bit = MRI.getType(LHS).getSizeInBits() - 1; tryOptCompareBranchFedByICmp() local 1737 uint64_t Bit = MRI.getType(LHS).getSizeInBits() - 1; tryOptCompareBranchFedByICmp() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ShuffleDecode.cpp | 319 unsigned Bit = i % 8; in DecodeBLENDMask() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 1288 const unsigned Bit = 1 << SrcIdx; simplifyAMDGCNMemoryIntrinsicDemanded() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMELFStreamer.cpp | 1413 unsigned Bit = (1u << Reg); collectHWRegs() local
|