Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h135 getBits(Record, 41, 0, 1, Value); in getFillBytePresent()
141 getBits(Record, 41, 1, 1, Value); in getNameMangled()
147 getBits(Record, 41, 2, 1, Value); in getRenamable()
153 getBits(Record, 41, 3, 1, Value); in getRemovable()
183 getBits(Record, 62, 0, 4, Value); in getTextStyle()
190 getBits(Record, 62, 4, 4, Value); in getBindingAlgorithm()
197 getBits(Record, 63, 0, 3, Value); in getTaskingBehavior()
203 getBits(Record, 63, 4, 1, Value); in getReadOnly()
210 getBits(Record, 63, 5, 3, Value); in getExecutable()
217 getBits(Record, 64, 2, 2, Value); in getDuplicateSeverity()
[all …]
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp333 static uint64_t getBits(uint64_t val, int start, int end) { in getBits() function
439 or32AArch64Imm(loc, getBits(val, 0, 11)); in relocate()
444 or32AArch64Imm(loc, getBits(val, 1, 11)); in relocate()
449 or32AArch64Imm(loc, getBits(val, 2, 11)); in relocate()
457 or32AArch64Imm(loc, getBits(val, 3, 11)); in relocate()
462 or32AArch64Imm(loc, getBits(val, 4, 11)); in relocate()
466 or32AArch64Imm(loc, getBits(val, 3, 14)); in relocate()
/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.h315 uint64_t getBits() const { return Flags; } in getBits() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp51 static uint64_t getBits(uint64_t Val, int Start, int End) { in getBits() function
536 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 0, 11)); in resolveAArch64Relocation()
542 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 1, 11)); in resolveAArch64Relocation()
548 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 2, 11)); in resolveAArch64Relocation()
554 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 3, 11)); in resolveAArch64Relocation()
560 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 4, 11)); in resolveAArch64Relocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h1803 unsigned getBits() { return *Location; }
1831 unsigned getBits() { return Bits; }
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3322 if (!CD->IsClassExtension() && List->getBits() < 2) in addMethodToGlobalList()
3323 List->setBits(List->getBits() + 1); in addMethodToGlobalList()
4474 unsigned CategCount = List.getBits(); in CheckObjCMethodOverrides()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1387 auto FeaturesBits = static_cast<uint8_t>(PgoAnalysisMapFeatures.getBits()); in emitBBAddrMapSection()
1991 else if (PgoAnalysisMapFeatures.getBits() != 0) in emitFunctionBody()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp93 TailFoldingOpts getBits(TailFoldingOpts DefaultBits) const { in getBits() function in __anon801149fe0111::TailFoldingOption
163 return (getBits(DefaultBits) & Required) == Required; in satisfies()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3356 unsigned InstanceBits = Methods.Instance.getBits(); in EmitData()
3363 unsigned FactoryBits = Methods.Factory.getBits(); in EmitData()