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.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.cpp74 static uint64_t getBits(uint64_t val, int start, int end) { in getBits() function
271 return SignExtend64<16>(getBits(read32(buf), 5, 20)); in getImplicitAddend()
277 return SignExtend64<16>(getBits(read32(buf), 5, 18) << 2); in getImplicitAddend()
288 return SignExtend64<21>(getBits(read32(buf), 5, 23) << 2); in getImplicitAddend()
294 return SignExtend64<12>(getBits(read32(buf), 10, 21)); in getImplicitAddend()
308 return SignExtend64<21>((getBits(read32(buf), 5, 23) << 2) | in getImplicitAddend()
309 getBits(read32(buf), 29, 30)); in getImplicitAddend()
315 return SignExtend64<28>(getBits(read32(buf), 0, 25) << 2); in getImplicitAddend()
537 write32Imm12(loc, getBits(val, 0, 11)); in relocate()
542 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.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
535 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 0, 11)); in resolveAArch64Relocation()
541 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 1, 11)); in resolveAArch64Relocation()
547 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 2, 11)); in resolveAArch64Relocation()
553 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 3, 11)); in resolveAArch64Relocation()
559 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 4, 11)); in resolveAArch64Relocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h1796 unsigned getBits() { return *Location; }
1824 unsigned getBits() { return Bits; }
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3325 if (!CD->IsClassExtension() && List->getBits() < 2) in addMethodToGlobalList()
3326 List->setBits(List->getBits() + 1); in addMethodToGlobalList()
4482 unsigned CategCount = List.getBits(); in CheckObjCMethodOverrides()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp101 TailFoldingOpts getBits(TailFoldingOpts DefaultBits) const { in getBits() function in __anon713314360111::TailFoldingOption
171 return (getBits(DefaultBits) & Required) == Required; in satisfies()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1996 else if (PgoAnalysisMapFeatures.getBits() != 0) in emitFunctionBody()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3518 unsigned InstanceBits = Methods.Instance.getBits(); in EmitData()
3525 unsigned FactoryBits = Methods.Factory.getBits(); in EmitData()