Searched refs:Size (Results 101 - 125 of 1105) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossExSubsection.cpp25 uint32_t Size = Reader.bytesRemaining() / sizeof(CrossModuleExport);
26 return Reader.readArray(References, Size);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCNullStreamer.cpp33 void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size,
36 uint64_t Size = 0, unsigned ByteAlignment = 0,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAnalyzeImmediate.h29 const InstSeq &Analyze(uint64_t Imm, unsigned Size, bool LastInstrIsADDiu);
59 unsigned Size; member in class:llvm::MipsAnalyzeImmediate
H A DMipsSERegisterInfo.h30 const TargetRegisterClass *intRegClass(unsigned Size) const override;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h145 static uptr Size(uptr class_id) { function in class:SizeClassMap
187 uptr s = Size(i);
198 i, Size(i), d, p, l, MaxCachedHint(s), cached, ClassID(s));
208 uptr s = Size(c);
216 CHECK_GT(Size(c), Size(c - 1));
224 CHECK_GE(Size(c), s);
226 CHECK_LT(Size(c - 1), s);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.h36 SDValue Size, unsigned Align, bool isVolatile,
41 SDValue Size, unsigned Align, bool isVolatile,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp31 unsigned Size,
33 return ConstantPools->addEntry(Streamer, Expr, Size, Loc);
30 addConstantPoolEntry(const MCExpr *Expr, unsigned Size, SMLoc Loc) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFSelectionDAGInfo.cpp22 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline,
25 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
20 EmitTargetCodeForMemcpy( SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitVector.h82 unsigned Size; // Size of bitvector in bits. member in class:llvm::BitVector
134 BitVector() : Size(0) {}
138 explicit BitVector(unsigned s, bool t = false) : Size(s) {
147 BitVector(const BitVector &RHS) : Size(RHS.size()) {
148 if (Size == 0) {
158 BitVector(BitVector &&RHS) : Bits(RHS.Bits), Size(RHS.Size) {
160 RHS.Size = 0;
166 bool empty() const { return Size
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DStringTable.h42 const size_t Size = S.Data.size(); local
43 while (Offset < Size) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DStringTableBuilder.h29 size_t Size = 0; member in class:llvm::StringTableBuilder
62 size_t getSize() const { return Size; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DUser.cpp112 void *User::allocateFixedOperandUser(size_t Size, unsigned Us, argument
124 ::operator new(Size + sizeof(Use) * Us + DescBytesToAllocate));
141 void *User::operator new(size_t Size, unsigned Us) {
142 return allocateFixedOperandUser(Size, Us, 0);
145 void *User::operator new(size_t Size, unsigned Us, unsigned DescBytes) {
146 return allocateFixedOperandUser(Size, Us, DescBytes);
149 void *User::operator new(size_t Size) {
151 void *Storage = ::operator new(Size + sizeof(Use *));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp20 MCDisassembler::onSymbolStart(StringRef Name, uint64_t &Size, argument
23 Size = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp30 if (LocA.Size.isZero() || LocB.Size.isZero())
46 APInt ASizeInt(BitWidth, LocA.Size.hasValue()
47 ? LocA.Size.getValue()
49 APInt BSizeInt(BitWidth, LocB.Size.hasValue()
50 ? LocB.Size.getValue()
85 AO ? LocationSize::unknown() : LocA.Size,
88 BO ? LocationSize::unknown() : LocB.Size,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dbacktrace_linux_libc.cpp20 size_t Backtrace(uintptr_t *TraceBuffer, size_t Size) { argument
23 return backtrace(reinterpret_cast<void **>(TraceBuffer), Size);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp147 void NORETURN reportDeleteSizeMismatch(void *Ptr, uptr Size, argument
152 Size, ExpectedSize);
162 void NORETURN reportCallocOverflow(uptr Count, uptr Size) { argument
166 Count, Size);
177 void NORETURN reportPvallocOverflow(uptr Size) { argument
181 Size, getPageSizeCached());
184 void NORETURN reportInvalidAlignedAllocAlignment(uptr Alignment, uptr Size) { argument
189 Alignment, Size);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp33 DecodeStatus getInstructionI(MCInst &MI, uint64_t &Size,
37 DecodeStatus getInstructionII(MCInst &MI, uint64_t &Size,
41 DecodeStatus getInstructionCJ(MCInst &MI, uint64_t &Size,
49 DecodeStatus getInstruction(MCInst &MI, uint64_t &Size,
229 DecodeStatus MSP430Disassembler::getInstructionI(MCInst &MI, uint64_t &Size,
237 Size = 2; // skip one word and let disassembler to try further
248 Size = 2;
262 Size = 2;
276 Size = Words * 2;
280 Size
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStreamCallback.h29 void write_impl(const char *Ptr, size_t Size) override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.h26 SDValue Size, unsigned Align, bool isVolatile,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/Utils/
H A DRISCVMatInt.h40 // `Size`-bit immediate. `IsRV64` should match the target architecture.
41 int getIntMatCost(const APInt &Val, unsigned Size, bool IsRV64);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySelectionDAGInfo.cpp23 SDValue Size, unsigned Align, bool IsVolatile, bool AlwaysInline,
33 DAG.getZExtOrTrunc(Size, DL, MVT::i32)});
47 SDValue Size, unsigned Align, bool IsVolatile,
58 DAG.getZExtOrTrunc(Size, DL, MVT::i32));
21 EmitTargetCodeForMemcpy( SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool IsVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
45 EmitTargetCodeForMemset( SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Val, SDValue Size, unsigned Align, bool IsVolatile, MachinePointerInfo DstPtrInfo) const argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h69 static void registerEHFramesInProcess(uint8_t *Addr, size_t Size);
72 static void deregisterEHFramesInProcess(uint8_t *Addr, size_t Size);
74 void registerEHFrames(uint8_t *Addr, uint64_t LoadAddr, size_t Size) override;
143 size_t Size; member in struct:llvm::RTDyldMemoryManager::EHFrame
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtObjC.cpp49 unsigned Size = local
52 void *Mem = Context.Allocate(Size, alignof(ObjCAtTryStmt));
60 unsigned Size = local
62 void *Mem = Context.Allocate(Size, alignof(ObjCAtTryStmt));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.h60 uint64_t &Size) const;
80 uint64_t Size; member in struct:llvm::symbolize::SymbolizableObjectFile::SymbolDesc
83 return Addr != RHS.Addr ? Addr < RHS.Addr : Size < RHS.Size;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackOffset.h59 const TypeSize Size = Other.second.getSizeInBits(); local
60 if (Size.isScalable())
61 ScalableBytes += Other.first * ((int64_t)Size.getKnownMinSize() / 8);
63 Bytes += Other.first * ((int64_t)Size.getFixedSize() / 8);

Completed in 316 milliseconds

1234567891011>>