Searched refs:Size (Results 226 - 250 of 1105) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/Utils/
H A DRISCVMatInt.cpp78 int getIntMatCost(const APInt &Val, unsigned Size, bool IsRV64) { argument
84 for (unsigned ShiftVal = 0; ShiftVal < Size; ShiftVal += PlatRegSize) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator_combined.h40 void *allocateSecondary(uptr Size, uptr Alignment) { argument
41 return Secondary.Allocate(&Stats, Size, Alignment);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.h37 uptr Size() const;
63 uptr MutexSet::Size() const { return 0; } function in class:__tsan::MutexSet
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_writer.h32 constexpr auto Size = sizeof(std::get<Index>(T));
33 internal_memcpy(Buffer, P, Size);
34 SerializerImpl<Index + 1>::serializeTo(Buffer + Size,
111 constexpr auto Size = sizeof(MetadataRecord) * N; variable
112 internal_memcpy(NextRecord, reinterpret_cast<const char *>(Recs), Size);
113 NextRecord += Size;
118 atomic_fetch_add(Buffer.Extents, Size, memory_order_acq_rel);
119 return Size;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h140 Expected<bool> createRaw(Object &Obj, uint32_t Size);
141 Expected<bool> createExt(Object &Obj, uint32_t Size);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h32 /// @param Size Size of live interval as returnexd by getSize()
34 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, argument
41 return UseDefFreq / (Size + 25*SlotIndex::InstrDist);
H A DStackMaps.h205 unsigned Size = 0; member in struct:llvm::StackMaps::Location
210 Location(LocationType Type, unsigned Size, unsigned Reg, int64_t Offset) argument
211 : Type(Type), Size(Size), Reg(Reg), Offset(Offset) {}
217 unsigned short Size = 0; member in struct:llvm::StackMaps::LiveOutReg
221 unsigned short Size)
222 : Reg(Reg), DwarfRegNum(DwarfRegNum), Size(Size) {}
220 LiveOutReg(unsigned short Reg, unsigned short DwarfRegNum, unsigned short Size) argument
H A DLiveIntervalUnion.h170 unsigned Size = 0; member in class:llvm::LiveIntervalUnion::Array
177 // Initialize the array to have Size entries.
179 void init(LiveIntervalUnion::Allocator&, unsigned Size);
181 unsigned size() const { return Size; }
186 assert(idx < Size && "idx out of bounds");
191 assert(Idx < Size && "Idx out of bounds");
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtCXX.cpp27 const size_t Size = totalSizeToAlloc<Stmt *>(handlers.size() + 1); local
28 void *Mem = C.Allocate(Size, alignof(CXXTryStmt));
34 const size_t Size = totalSizeToAlloc<Stmt *>(numHandlers + 1); local
35 void *Mem = C.Allocate(Size, alignof(CXXTryStmt));
88 std::size_t Size = totalSizeToAlloc<Stmt *>( local
91 void *Mem = C.Allocate(Size, alignof(CoroutineBodyStmt));
97 std::size_t Size = totalSizeToAlloc<Stmt *>( local
100 void *Mem = C.Allocate(Size, alignof(CoroutineBodyStmt));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.h57 int OpInfo(uint64_t PC, uint64_t Offset, uint64_t Size, int TagType,
64 uint64_t Size, int TagType, void *TagBug);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangExternalASTSourceCallbacks.cpp26 const clang::RecordDecl *Record, uint64_t &Size, uint64_t &Alignment,
31 return m_ast.LayoutRecordType(Record, Size, Alignment, FieldOffsets,
25 layoutRecordType( const clang::RecordDecl *Record, uint64_t &Size, uint64_t &Alignment, llvm::DenseMap<const clang::FieldDecl *, uint64_t> &FieldOffsets, llvm::DenseMap<const clang::CXXRecordDecl *, clang::CharUnits> &BaseOffsets, llvm::DenseMap<const clang::CXXRecordDecl *, clang::CharUnits> &VirtualBaseOffsets) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStringLexer.cpp63 bool StringLexer::HasAtLeast(Size s) {
67 void StringLexer::PutBack(Size s) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/Disassembler/
H A DBPFDisassembler.cpp68 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
138 uint64_t &Size, uint64_t &Insn,
143 Size = 0;
147 Size = 8;
161 DecodeStatus BPFDisassembler::getInstruction(MCInst &Instr, uint64_t &Size, argument
169 Result = readInstruction64(Bytes, Address, Size, Insn, IsLittleEndian);
190 Size = 0;
193 Size = 16;
137 readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, uint64_t &Size, uint64_t &Insn, bool IsLittleEndian) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h66 /// \param Size - A value to populate with the size of the instruction, or
77 virtual DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
85 /// \param Size - The number of bytes consumed.
92 virtual DecodeStatus onSymbolStart(StringRef Name, uint64_t &Size,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DRemarks.h234 * Buf of size \p Size bytes.
244 uint64_t Size);
248 * Buf of size \p Size bytes.
258 uint64_t Size);
290 * LLVMRemarkParserRef Parser = LLVMRemarkParserCreateYAML(Buf, Size);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpState.cpp60 size_t Size = B->getSize(); local
63 char *Memory = reinterpret_cast<char *>(malloc(sizeof(DeadBlock) + Size));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp154 Expected<uint32_t> MSFBuilder::addStream(uint32_t Size, argument
159 uint32_t ReqBlocks = bytesToBlocks(Size, BlockSize);
177 StreamData.push_back(std::make_pair(Size, Blocks));
181 Expected<uint32_t> MSFBuilder::addStream(uint32_t Size) { argument
182 uint32_t ReqBlocks = bytesToBlocks(Size, BlockSize);
187 StreamData.push_back(std::make_pair(Size, NewBlocks));
191 Error MSFBuilder::setStreamSize(uint32_t Idx, uint32_t Size) { argument
193 if (OldSize == Size)
196 uint32_t NewBlocks = bytesToBlocks(Size, BlockSize);
220 StreamData[Idx].first = Size;
239 uint32_t Size = sizeof(ulittle32_t); // NumStreams local
[all...]
H A DMappedBlockStream.cpp88 Error MappedBlockStream::readBytes(uint32_t Offset, uint32_t Size, argument
91 if (auto EC = checkOffsetForRead(Offset, Size))
94 if (tryReadContiguously(Offset, Size, Buffer))
101 if (Entry.size() >= Size) {
102 Buffer = Entry.slice(0, Size);
112 Interval RequestExtent = std::make_pair(Offset, Offset + Size);
119 if (CacheItem.first >= Offset + Size)
143 Buffer = CachedAlloc.slice(CacheRangeOffset, Size);
151 uint8_t *WriteBuffer = static_cast<uint8_t *>(Allocator.Allocate(Size, 8));
152 if (auto EC = readBytes(Offset, MutableArrayRef<uint8_t>(WriteBuffer, Size)))
198 tryReadContiguously(uint32_t Offset, uint32_t Size, ArrayRef<uint8_t> &Buffer) argument
373 readBytes(uint32_t Offset, uint32_t Size, ArrayRef<uint8_t> &Buffer) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp159 unsigned Size) const {
173 if (Size == 1 &&
188 return RegisterBankInfo::copyCost(Dst, Src, Size);
427 unsigned Size = getSizeInBits(MI.getOperand(0).getReg(), MRI, *TRI); local
428 if (Size == 1) {
453 unsigned Size = getSizeInBits(MI.getOperand(0).getReg(), MRI, *TRI); local
455 if (Size == 1) {
467 {AMDGPU::getValueMapping(AMDGPU::VCCRegBankID, Size),
468 AMDGPU::getValueMapping(AMDGPU::VCCRegBankID, Size),
469 AMDGPU::getValueMapping(AMDGPU::VCCRegBankID, Size)}),
516 unsigned Size = getSizeInBits(MI.getOperand(0).getReg(), MRI, *TRI); local
551 unsigned Size = getSizeInBits(MI.getOperand(2).getReg(), MRI, *TRI); local
587 unsigned Size = getSizeInBits(MI.getOperand(0).getReg(), MRI, *TRI); local
627 unsigned Size = getSizeInBits(MI.getOperand(0).getReg(), MRI, *TRI); local
1369 int Size = Ty.getSizeInBits(); local
2247 unsigned Size = getSizeInBits(MI.getOperand(i).getReg(), MRI, *TRI); local
2281 unsigned Size = getSizeInBits(MO.getReg(), MRI, *TRI); local
2301 unsigned Size = getSizeInBits(Op.getReg(), MRI, *TRI); local
2327 unsigned Size = getSizeInBits(OpReg, MRI, *TRI); local
2354 unsigned Size = getSizeInBits(MI.getOperand(0).getReg(), MRI, *TRI); local
2426 unsigned Size = getSizeInBits(Reg, MRI, TRI); local
2434 unsigned Size = getSizeInBits(Reg, MRI, TRI); local
2442 unsigned Size = getSizeInBits(Reg, MRI, TRI); local
2471 unsigned Size = getSizeInBits(MI.getOperand(0).getReg(), MRI, *TRI); local
2509 unsigned Size = MRI.getType(DstReg).getSizeInBits(); local
2531 unsigned Size = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); local
2647 unsigned Size = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); local
2656 unsigned Size = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); local
2663 unsigned Size = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); local
2731 unsigned Size = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); local
2782 unsigned Size = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits(); local
2792 unsigned Size = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); local
2810 unsigned Size = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits(); local
2876 unsigned Size = getSizeInBits(MI.getOperand(i).getReg(), MRI, *TRI); local
2947 unsigned Size = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); local
2952 unsigned Size = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); local
3051 unsigned Size = getSizeInBits(MI.getOperand(0).getReg(), MRI, *TRI); local
3099 unsigned Size = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); local
3175 unsigned Size = getSizeInBits(MI.getOperand(1).getReg(), MRI, *TRI); local
3228 unsigned Size = getSizeInBits(MI.getOperand(1).getReg(), MRI, *TRI); local
3268 unsigned Size = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); local
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacclib.h324 ACPI_SIZE Size,
331 ACPI_SIZE Size,
394 ACPI_SIZE Size,
401 ACPI_SIZE Size,
427 ACPI_SIZE Size,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp184 if (NSize == Size)
187 Size = NSize;
190 for (unsigned i = 0; i != Size; ++i)
197 for (unsigned i = 0; i != Size; ++i)
200 Size = 0;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ring_buffer.h25 static RingBuffer *New(uptr Size) { argument
26 void *Ptr = MmapOrDie(SizeInBytes(Size), "RingBuffer");
28 uptr End = reinterpret_cast<uptr>(Ptr) + SizeInBytes(Size);
41 static uptr SizeInBytes(uptr Size) { argument
42 return Size * sizeof(T) + 2 * sizeof(T*);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCBranchFinalize.cpp157 unsigned Size = TII->getInstSizeInBytes(MI); local
158 if (Size > 8 || Size == 0) {
161 MaxSize += Size;
167 PC += Size;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp105 uint64_t Size = P.second; local
107 if (Wrapper->op_write_native_code(Name.data(), Addr, (void *)Addr, Size) ==
111 << ((char *)Addr + Size) << "]\n");
115 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size);
133 << (void *)Addr << "-" << ((char *)Addr + Size)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h59 static constexpr TypeSize Fixed(uint64_t Size) { argument
60 return TypeSize(Size, /*IsScalable=*/false);
198 inline TypeSize alignTo(TypeSize Size, uint64_t Align) { argument
200 return {(Size.getKnownMinSize() + Align - 1) / Align * Align,
201 Size.isScalable()};

Completed in 301 milliseconds

1234567891011>>