Searched refs:Size (Results 276 - 300 of 1105) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h111 uint64_t Size = 0; member in class:llvm::xray::BufferExtents
122 Size(S) {}
124 uint64_t size() const { return Size; }
207 int32_t Size = 0; member in class:llvm::xray::CustomEventRecord
221 Size(S), TSC(T), CPU(C), Data(std::move(D)) {}
223 int32_t size() const { return Size; }
236 int32_t Size = 0; member in class:llvm::xray::CustomEventRecordV5
249 Size(S), Delta(D), Data(std::move(P)) {}
251 int32_t size() const { return Size; }
263 int32_t Size member in class:llvm::xray::TypedEventRecord
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp103 /// Break a copy of size Size to smaller copies.
104 void buildCopies(int Size, MachineInstr *LoadInst, int64_t LdDispImm,
110 int64_t StoreDisp, unsigned Size, int64_t LMMOffset,
387 unsigned Size, int64_t LMMOffset,
406 MBB->getParent()->getMachineMemOperand(LMMO, LMMOffset, Size));
427 MBB->getParent()->getMachineMemOperand(SMMO, SMMOffset, Size));
436 void X86AvoidSFBPass::buildCopies(int Size, MachineInstr *LoadInst, argument
442 while (Size > 0) {
443 if ((Size - MOV128SZ >= 0) && isYMMLoadOpcode(LoadInst->getOpcode())) {
444 Size
384 buildCopy(MachineInstr *LoadInst, unsigned NLoadOpcode, int64_t LoadDisp, MachineInstr *StoreInst, unsigned NStoreOpcode, int64_t StoreDisp, unsigned Size, int64_t LMMOffset, int64_t SMMOffset) argument
636 updateBlockingStoresDispSizeMap(DisplacementSizeMap &BlockingStoresDispSizeMap, int64_t DispImm, unsigned Size) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp190 : Source(D), ElemSize(primSize(Type)), Size(ElemSize), AllocSize(Size),
199 : Source(D), ElemSize(primSize(Type)), Size(ElemSize * NumElems),
200 AllocSize(align(Size) + sizeof(InitMap *)), IsConst(IsConst),
209 : Source(D), ElemSize(primSize(Type)), Size(UnknownSizeMark),
219 Size(ElemSize * NumElems),
220 AllocSize(std::max<size_t>(alignof(void *), Size)), ElemDesc(Elem),
230 Size(UnknownSizeMark), AllocSize(alignof(void *)), ElemDesc(Elem),
239 Size(ElemSize), AllocSize(Size), ElemRecor
290 const size_t Size = align(sizeof(InitMap)) + NumFields * PER_FIELD; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h268 /// @param Size Number of elements in node.
269 void erase(unsigned i, unsigned j, unsigned Size) { argument
270 moveLeft(j, i, Size - j);
275 /// @param Size Number of elements in node.
276 void erase(unsigned i, unsigned Size) { argument
277 erase(i, i+1, Size);
282 /// @param Size Number of elements in node.
283 void shift(unsigned i, unsigned Size) { argument
284 moveRight(i, i + 1, Size - i);
288 /// @param Size Numbe
292 transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, unsigned Count) argument
303 transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize, unsigned Count) argument
316 adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) argument
579 findFrom(unsigned i, unsigned Size, KeyT x) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h37 unsigned NumBytes = 1 << RE.Size;
309 (RE.Size == 2 && RE.IsPCRel) || (RE.Size == 3 && !RE.IsPCRel);
337 makeValueAddendPCRel(Value, RelI, 1 << RE.Size);
370 if (RE.Size < 2)
373 encodeAddend(LocalAddress, 1 << RE.Size, RelType, Value + RE.Addend);
378 assert(((RE.Size == 2 && RE.IsPCRel) || (RE.Size == 3 && !RE.IsPCRel)) &&
385 encodeAddend(LocalAddress, 1 << RE.Size, RelType, Result);
394 encodeAddend(LocalAddress, /*Size
488 unsigned Size = Obj.getAnyRelocationLength(RE); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h54 std::function<void(uint8_t *Addr, uint32_t Size)>;
121 Error allocate(void *&Addr, size_t Size, uint32_t Align) { argument
124 Size, nullptr, sys::Memory::MF_READ | sys::Memory::MF_WRITE, EC);
226 Error handleDeregisterEHFrames(JITTargetAddress TAddr, uint32_t Size) { argument
229 << format("0x%016x", TAddr) << ", Size = " << Size
231 EHFramesDeregister(Addr, Size);
353 uint64_t Size) {
356 LLVM_DEBUG(dbgs() << " Reading " << Size << " bytes from "
360 Buffer.resize(Size);
352 handleReadMem(JITTargetAddress RSrc, uint64_t Size) argument
367 handleRegisterEHFrames(JITTargetAddress TAddr, uint32_t Size) argument
376 handleReserveMem(ResourceIdMgr::ResourceId Id, uint64_t Size, uint32_t Align) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h19 // component specifies the base memory address of the region. The Size specifies
27 // alias, regardless of the value of the Size component.
528 LocationSize Size) {
529 return getModRefInfo(Call, MemoryLocation(P, Size));
538 LocationSize Size) {
539 return getModRefInfo(L, MemoryLocation(P, Size));
548 LocationSize Size) {
549 return getModRefInfo(S, MemoryLocation(P, Size));
558 LocationSize Size) {
559 return getModRefInfo(S, MemoryLocation(P, Size));
527 getModRefInfo(const CallBase *Call, const Value *P, LocationSize Size) argument
537 getModRefInfo(const LoadInst *L, const Value *P, LocationSize Size) argument
547 getModRefInfo(const StoreInst *S, const Value *P, LocationSize Size) argument
557 getModRefInfo(const FenceInst *S, const Value *P, LocationSize Size) argument
568 getModRefInfo(const AtomicCmpXchgInst *CX, const Value *P, LocationSize Size) argument
578 getModRefInfo(const AtomicRMWInst *RMW, const Value *P, LocationSize Size) argument
588 getModRefInfo(const VAArgInst *I, const Value *P, LocationSize Size) argument
598 getModRefInfo(const CatchPadInst *I, const Value *P, LocationSize Size) argument
608 getModRefInfo(const CatchReturnInst *I, const Value *P, LocationSize Size) argument
630 getModRefInfo(const Instruction *I, const Value *P, LocationSize Size) argument
655 callCapturesBefore(const Instruction *I, const Value *P, LocationSize Size, DominatorTree *DT, OrderedBasicBlock *OBB = nullptr) argument
671 canBasicBlockModify(const BasicBlock &BB, const Value *P, LocationSize Size) argument
686 canInstructionRangeModRef(const Instruction &I1, const Instruction &I2, const Value *Ptr, LocationSize Size, const ModRefInfo Mode) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h76 // appropriate class ID instead of using Size. The compiler should optimize
78 void *allocate(UNUSED uptr Size) { argument
198 NOINLINE void *allocate(uptr Size, Chunk::Origin Origin, argument
205 if (void *Ptr = GuardedAlloc.allocate(roundUpTo(Size, Alignment)))
226 roundUpTo(Size, MinAlignment) +
231 if (UNLIKELY(Size >= MaxAllowedMallocSize)) {
234 reportAllocationSizeTooBig(Size, NeededSize, MaxAllowedMallocSize);
236 DCHECK_LE(Size, NeededSize);
286 Header.SizeOrUnusedBytes = (ClassId ? Size : BlockEnd - (UserPtr + Size))
337 const uptr Size = getSize(Ptr, &Header); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/ELF/
H A DELFStub.h40 uint64_t Size; member in struct:llvm::elfabi::ELFSymbol
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DASanStackFrameLayout.h33 uint64_t Size; // Size of the variable in bytes. member in struct:llvm::ASanStackVariableDescription
34 size_t LifetimeSize; // Size in bytes to use for lifetime analysis check.
47 size_t FrameSize; // Size of the frame in bytes.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DDisassemblerTypes.h36 * operand per instruction, the Offset parameter will be zero and Size parameter
43 uint64_t Offset, uint64_t Size,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp110 uint32_t Size = 4 + getEncodedIntegerLength(Data.drop_front(4)); local
111 return Size + getCStringLength(Data.drop_front(Size));
122 uint32_t Size = 8 + getEncodedIntegerLength(Data.drop_front(8)); local
123 return Size + getCStringLength(Data.drop_front(Size));
144 uint32_t Size = 8; local
149 Size += 4;
151 return Size + getCStringLength(Data.drop_front(Size));
183 uint32_t Size = 12; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.h43 bool isInSmallSection(uint64_t Size) const;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_log_interface.h312 size_t Size; member in struct:XRayBuffer
317 /// Iterator function returns an empty XRayBuffer (Data = nullptr, Size = 0),
321 /// XRayBuffer (Data = nullptr, Size = 0).
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinterHandler.h37 virtual void setSymbolSize(const MCSymbol *Sym, uint64_t Size) = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DMicroOpQueueStage.h64 MicroOpQueueStage(unsigned Size, unsigned IPC = 0,
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp160 void appendPaddingBytes(CharUnits Size) { argument
161 if (!Size.isZero())
162 FieldTypes.push_back(getByteArrayType(Size));
229 Info.Size = FD->getBitWidthValue(Context);
232 if (Info.Size > Info.StorageSize)
233 Info.Size = Info.StorageSize;
239 Info.Offset = Info.StorageSize - (Info.Offset + Info.Size);
246 // 2) Add a 1-byte capstone member at the Size of the structure.
263 CharUnits Size = NVBaseType ? Layout.getNonVirtualSize() : Layout.getSize(); local
272 return appendPaddingBytes(Size);
650 CharUnits Size = CharUnits::Zero(); local
693 MakeInfo(CodeGenTypes &Types, const FieldDecl *FD, uint64_t Offset, uint64_t Size, uint64_t StorageSize, CharUnits StorageOffset) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyVariableDumper.h28 void startVbptr(uint32_t Offset, uint32_t Size);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp113 unsigned Size = DL.getPointerSizeInBits(); local
114 assert((Size % 8) == 0 && "Need pointer size in bytes.");
115 Size /= 8;
118 Locs.emplace_back(StackMaps::Location::Direct, Size,
123 int64_t Size = (++MOI)->getImm(); local
124 assert(Size > 0 && "Need a valid size for indirect memory locations.");
127 Locs.emplace_back(StackMaps::Location::Indirect, Size,
224 << ", .short " << Loc.Size << ", .short " << Loc.Reg << ", .short 0"
239 << LO.Size << "]\n";
249 unsigned Size local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DRange.cpp61 size_t Size = AR.size(); local
62 for (size_t I = 0; I < Size; ++I) {
79 const uint64_t Size = Data.getULEB128(&Offset); local
82 End = StartAddr + Size;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangExternalASTSourceCallbacks.h33 const clang::RecordDecl *Record, uint64_t &Size, uint64_t &Alignment,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Doptions.h43 // maximum of `Size` frames are stored. Returns the number of frames stored into
45 // equal to `Size`, it may indicate that the backtrace is truncated.
51 typedef size_t (*Backtrace_t)(uintptr_t *TraceBuffer, size_t Size);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp72 void WriteToFile(const uint8_t *Data, size_t Size, const std::string &Path) { argument
76 fwrite(Data, sizeof(Data[0]), Size, Out);
103 if (size_t Size = FileSize(File))
104 V->push_back({File, Size});
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp97 static const char *getSectionSuffixForSize(unsigned Size) { argument
98 switch (Size) {
258 unsigned Size = GVar->getParent()->getDataLayout().getTypeAllocSize(GType); local
259 if (Size == 0) {
263 if (Size > SmallDataThreshold) {
264 LLVM_DEBUG(dbgs() << "no, size exceeds sdata threshold: " << Size << '\n');
342 unsigned Size = getSmallestAddressableSize(GTy, GO, TM); local
348 TRACE("Small data. Size(" << Size << ")");
364 Name.append(getSectionSuffixForSize(Size));
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOLayoutBuilder.cpp19 uint32_t Size = 0; local
25 Size += sizeof(MachO::segment_command) +
29 Size += sizeof(MachO::segment_command_64) +
37 Size += sizeof(MachO::LCStruct) + LC.Payload.size(); \
44 return Size;
153 Sec.Size = Sec.Content.size();
154 SegFileSize += PaddingSize + Sec.Size;
156 VMSize = std::max(VMSize, Sec.Addr + Sec.Size);
160 VMSize += Sec.Size;
164 Sec.Size
[all...]

Completed in 428 milliseconds

<<11121314151617181920>>