Home
last modified time | relevance | path

Searched refs:getBits (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h38 getBits(Record, 1, 7, 1, IsContinued); in isContinued()
44 getBits(Record, 1, 6, 1, IsContinuation); in isContinuation()
58 static void getBits(const uint8_t *Bytes, uint8_t ByteIndex, uint8_t BitIndex, in getBits() function
155 getBits(Record, 41, 0, 1, Value); in getFillBytePresent()
161 getBits(Record, 41, 1, 1, Value); in getNameMangled()
167 getBits(Record, 41, 2, 1, Value); in getRenamable()
173 getBits(Record, 41, 3, 1, Value); in getRemovable()
203 getBits(Record, 62, 0, 4, Value); in getTextStyle()
210 getBits(Record, 62, 4, 4, Value); in getBindingAlgorithm()
217 getBits(Record, 63, 0, 3, Value); in getTaskingBehavior()
[all …]
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp108 static uint64_t getBits(uint64_t val, int start, int end) { in getBits() function
319 return SignExtend64<16>(getBits(read32le(buf), 5, 20)); in getImplicitAddend()
325 return SignExtend64<16>(getBits(read32le(buf), 5, 18) << 2); in getImplicitAddend()
336 return SignExtend64<21>(getBits(read32le(buf), 5, 23) << 2); in getImplicitAddend()
342 return SignExtend64<12>(getBits(read32le(buf), 10, 21)); in getImplicitAddend()
356 return SignExtend64<21>((getBits(read32le(buf), 5, 23) << 2) | in getImplicitAddend()
357 getBits(read32le(buf), 29, 30)); in getImplicitAddend()
363 return SignExtend64<28>(getBits(read32le(buf), 0, 25) << 2); in getImplicitAddend()
589 write32Imm12(loc, getBits(val, 0, 11)); in relocate()
594 write32Imm12(loc, getBits(val, 1, 11)); in relocate()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DObjCMethodList.h46 unsigned getBits() const { return NextAndExtraBits.getInt(); } in getBits() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h417 uint64_t getBits() const { return Flags; } in getBits() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp50 static uint64_t getBits(uint64_t Val, int Start, int End) { in getBits() function
534 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 0, 11)); in resolveAArch64Relocation()
540 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 1, 11)); in resolveAArch64Relocation()
546 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 2, 11)); in resolveAArch64Relocation()
552 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 3, 11)); in resolveAArch64Relocation()
558 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 4, 11)); in resolveAArch64Relocation()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp493 ProfileBitsInit(ID, getBits()); in Profile()
520 for (auto [Idx, InitV] : enumerate(getBits())) in convertInitializerToInt()
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()
572 for (auto [CurBit, NewBit] : zip_equal(getBits(), NewBits)) { in resolveReferences()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h1804 unsigned getBits() { return *Location; }
1832 unsigned getBits() { return Bits; }
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp312 for (const Init *Bit : reverse(Bits.getBits())) in dumpBits()
327 llvm::append_range(Bits, BI->getBits()); in getBitsField()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h626 ArrayRef<const Init *> getBits() const { return getTrailingObjects(NumBits); } in getBits() function
628 const Init *getBit(unsigned Bit) const override { return getBits()[Bit]; } in getBit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3333 if (!CD->IsClassExtension() && List->getBits() < 2) in addMethodToGlobalList()
3334 List->setBits(List->getBits() + 1); in addMethodToGlobalList()
4484 unsigned CategCount = List.getBits(); in CheckObjCMethodOverrides()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1400 popcount(PgoAnalysisMapFeatures.getBits()) != 1) { in getBBAddrMapFeature()
2132 else if (PgoAnalysisMapFeatures.getBits() != 0) in emitFunctionBody()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp757 for (auto [Idx, Bit] : enumerate(TSF->getBits())) in CodeGenRegisterClass()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp111 TailFoldingOpts getBits(TailFoldingOpts DefaultBits) const { in getBits() function in __anon713314360111::TailFoldingOption
181 return (getBits(DefaultBits) & Required) == Required; in satisfies()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3605 unsigned InstanceBits = Methods.Instance.getBits(); in EmitData()
3612 unsigned FactoryBits = Methods.Factory.getBits(); in EmitData()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc20456 …ures7getBitsEPKNS_18SubtargetFeatureKVEmS3_m", "llvm::SubtargetFeatures::getBits(llvm::SubtargetFe…