Searched defs:Size (Results 201 - 225 of 555) sorted by relevance

1234567891011>>

/external/llvm/include/llvm/MC/MCAnalysis/
H A DMCAtom.h110 /// NOTE: Both the Address and Size field are actually redundant when taken in
117 uint64_t Size; member in class:llvm::MCDecodedInst
118 MCDecodedInst(const MCInst &Inst, uint64_t Address, uint64_t Size) argument
119 : Inst(Inst), Address(Address), Size(Size) {}
133 void addInst(const MCInst &Inst, uint64_t Size);
/external/llvm/include/llvm/Object/
H A DArchive.h32 char Size[10]; ///< Size of data, not including header or padding. member in struct:llvm::object::ArchiveMemberHeader
H A DELFYAML.h65 llvm::yaml::Hex64 Size; member in struct:llvm::ELFYAML::Symbol
87 llvm::yaml::Hex64 Size; member in struct:llvm::ELFYAML::RawContentSection
/external/llvm/include/llvm/Support/
H A DAllocator.h44 /// \brief Allocate \a Size bytes of \a Alignment aligned memory. This method
46 void *Allocate(size_t Size, size_t Alignment) { argument
55 return static_cast<DerivedT *>(this)->Allocate(Size, Alignment);
58 /// \brief Deallocate \a Ptr to \a Size bytes of memory allocated by this
60 void Deallocate(const void *Ptr, size_t Size) { argument
69 return static_cast<DerivedT *>(this)->Deallocate(Ptr, Size);
93 void *Allocate(size_t Size, size_t /*Alignment*/) { return malloc(Size); } argument
98 void Deallocate(const void *Ptr, size_t /*Size*/) {
203 void *Allocate(size_t Size, size_ argument
334 size_t Size = PtrAndSize.second; local
394 size_t Size = PtrAndSize.second; local
408 operator new(size_t Size, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &Allocator) argument
[all...]
/external/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp278 uint64_t Size = AliasAnalysis::UnknownSize; local
280 if (ElTy->isSized()) Size = AA.getTypeStoreSize(ElTy);
282 switch (AA.getModRefInfo(*C, *V, Size)) {
H A DAliasSetTracker.cpp95 uint64_t Size, const MDNode *TBAAInfo,
106 AliasAnalysis::Location(Entry.getValue(), Size, TBAAInfo));
110 P->updateSizeAndTBAAInfo(Size, TBAAInfo);
115 Entry.updateSizeAndTBAAInfo(Size, TBAAInfo);
142 bool AliasSet::aliasesPointer(const Value *Ptr, uint64_t Size, argument
155 AliasAnalysis::Location(Ptr, Size, TBAAInfo));
161 if (AA.alias(AliasAnalysis::Location(Ptr, Size, TBAAInfo),
170 AliasAnalysis::Location(Ptr, Size, TBAAInfo)) !=
218 uint64_t Size,
222 if (I->Forward || !I->aliasesPointer(Ptr, Size, TBAAInf
94 addPointer(AliasSetTracker &AST, PointerRec &Entry, uint64_t Size, const MDNode *TBAAInfo, bool KnownMustAlias) argument
217 findAliasSetForPointer(const Value *Ptr, uint64_t Size, const MDNode *TBAAInfo) argument
237 containsPointer(Value *Ptr, uint64_t Size, const MDNode *TBAAInfo) const argument
266 getAliasSetForPointer(Value *Pointer, uint64_t Size, const MDNode *TBAAInfo, bool *New) argument
291 add(Value *Ptr, uint64_t Size, const MDNode *TBAAInfo) argument
422 remove(Value *Ptr, uint64_t Size, const MDNode *TBAAInfo) argument
430 uint64_t Size = AA.getTypeStoreSize(LI->getType()); local
439 uint64_t Size = AA.getTypeStoreSize(SI->getOperand(0)->getType()); local
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp268 unsigned Size = TRI->getSubRegIdxSize(Idx); local
273 emitDwarfOpPiece(Streamer, Size, Offset);
279 emitDwarfOpPiece(Streamer, Size, PieceOffsetInBits);
300 unsigned Size = TRI->getSubRegIdxSize(Idx); local
307 Intersection.set(Offset, Offset + Size);
315 emitDwarfOpPiece(Streamer, Size, Offset == CurPos ? 0 : Offset);
316 CurPos = Offset + Size;
319 Coverage.set(Offset, Offset + Size);
/external/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp467 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr, local
472 Ops[2] = Size;
478 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr, local
483 Ops[2] = Size;
490 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr, local
498 Ops[2] = Size;
H A DStackMaps.cpp86 unsigned Size = AP.TM.getDataLayout()->getPointerSizeInBits(); local
87 assert((Size % 8) == 0 && "Need pointer size in bytes.");
88 Size /= 8;
91 Locs.push_back(Location(StackMaps::Location::Direct, Size, Reg, Imm));
95 int64_t Size = (++MOI)->getImm(); local
96 assert(Size > 0 && "Need a valid size for indirect memory locations.");
99 Locs.push_back(Location(StackMaps::Location::Indirect, Size, Reg, Imm));
152 unsigned Size = TRI->getMinimalPhysRegClass(Reg)->getSize(); local
153 return LiveOutReg(Reg, RegNo, Size);
181 I->Size
[all...]
H A DStackSlotColoring.cpp260 int64_t Size = OrigSizes[FI]; local
261 if (!Share || Size > MFI->getObjectSize(Color))
262 MFI->setObjectSize(Color, Size);
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp209 uint64_t Size; local
212 if (I->getSize(Size)) continue;
221 Size);
223 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size);
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp125 uint64_t Size; member in class:__anon25879::DisasmMemoryObject
129 Bytes(bytes), Size(size), BasePC(basePC) {}
132 uint64_t getExtent() const override { return Size; }
135 if (Addr - BasePC >= Size)
268 uint64_t Size; local
275 S = DisAsm->getInstruction(Inst, Size, MemoryObject, PC,
303 return Size;
/external/llvm/lib/MC/
H A DMCMachOStreamer.cpp72 void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size,
89 void EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size,
92 uint64_t Size = 0, unsigned ByteAlignment = 0) override;
94 uint64_t Size, unsigned ByteAlignment = 0) override;
342 void MCMachOStreamer::EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, argument
351 SD.setCommon(Size, ByteAlignment);
354 void MCMachOStreamer::EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, argument
358 Symbol, Size, ByteAlignment);
362 uint64_t Size, unsigned ByteAlignment) {
380 MCFragment *F = new MCFillFragment(0, 0, Size,
361 EmitZerofill(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
392 EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
[all...]
H A DWinCOFFStreamer.cpp181 void MCWinCOFFStreamer::EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, argument
194 SD.setCommon(Size, ByteAlignment);
197 void MCWinCOFFStreamer::EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, argument
216 new MCFillFragment(/*_Value=*/0, /*_ValueSize=*/0, Size, &SectionData);
221 MCSymbol *Symbol, uint64_t Size,
227 MCSymbol *Symbol, uint64_t Size,
220 EmitZerofill(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
226 EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
/external/llvm/lib/Support/
H A DFoldingSet.cpp31 return static_cast<unsigned>(hash_combine_range(Data, Data+Size));
35 if (Size != RHS.Size) return false;
36 return memcmp(Data, RHS.Data, Size*sizeof(*Data)) == 0;
42 if (Size != RHS.Size)
43 return Size < RHS.Size;
44 return memcmp(Data, RHS.Data, Size*sizeof(*Data)) < 0;
88 unsigned Size local
[all...]
H A DMemoryBuffer.cpp122 MemoryBuffer *MemoryBuffer::getNewUninitMemBuffer(size_t Size, argument
130 size_t RealLen = AlignedStringLen + Size + 1;
139 Buf[Size] = 0; // Null terminate buffer.
141 return new (Mem) MemoryBufferMem(StringRef(Buf, Size), true);
148 MemoryBuffer *MemoryBuffer::getNewMemBuffer(size_t Size, StringRef BufferName) { argument
149 MemoryBuffer *SB = getNewUninitMemBuffer(Size, BufferName);
151 memset(const_cast<char*>(SB->getBufferStart()), 0, Size);
/external/llvm/lib/Target/AArch64/
H A DAArch64BranchRelaxation.cpp58 /// Size - Size of the basic block in bytes. If the block contains
63 unsigned Size; member in struct:__anon25932::AArch64BranchRelaxation::BasicBlockInfo
65 BasicBlockInfo() : Offset(0), Size(0) {}
71 unsigned PO = Offset + Size;
125 << format("size=%#x\n", BBI.Size);
166 unsigned Size = 0; local
168 Size += TII->GetInstSizeInBytes(&MI);
169 BlockInfo[MBB.getNumber()].Size = Size;
[all...]
H A DAArch64MachineFunctionInfo.h63 /// \brief Size of the varargs area for arguments passed in general purpose
71 /// \brief Size of the varargs area for arguments passed in floating-point
99 void setLocalStackSize(unsigned Size) { LocalStackSize = Size; } argument
114 void setVarArgsGPRSize(unsigned Size) { VarArgsGPRSize = Size; } argument
120 void setVarArgsFPRSize(unsigned Size) { VarArgsFPRSize = Size; } argument
/external/llvm/lib/Target/Mips/
H A DMipsLongBranch.cpp53 uint64_t Size, Address; member in struct:__anon26053::MBBInfo
57 MBBInfo() : Size(0), HasLongBranch(false), Br(nullptr) {}
180 MBBInfos[I].Size += TII->GetInstSizeInBytes(&*MI);
203 Offset += MBBInfos[N].Size;
210 Offset += MBBInfos[N].Size;
493 I->Size += LongBranchSeqSize * 4;
506 for (I = MBBInfos.begin(); I != E; Address += I->Size, ++I)
/external/llvm/lib/Target/R600/
H A DSIInsertWaits.cpp143 unsigned Size = TRI->getMinimalPhysRegClass(Reg)->getSize(); local
144 Result.Named.LGKM = Size > 4 ? 2 : 1;
193 unsigned Size = TRI->getMinimalPhysRegClass(Reg)->getSize(); local
195 assert(Size >= 4);
199 Result.second = Result.first + Size / 4;
/external/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp81 uint64_t Size; member in struct:__anon26159::MBBInfo
91 : Address(0), Size(0), Alignment(0), NumTerminators(0) {}
104 uint64_t Size; member in struct:__anon26159::TerminatorInfo
114 TerminatorInfo() : Branch(nullptr), Size(0), TargetBlock(0),
194 Position.Address += Block.Size;
204 Position.Address += Terminator.Size;
212 Terminator.Size = TII->getInstSizeInBytes(MI);
283 Block.Size += TII->getInstSizeInBytes(MI);
426 Terminator.Size += Terminator.ExtraRelaxSize;
453 uint64_t Size local
[all...]
H A DSystemZSelectionDAGInfo.cpp28 // a block operation of Size bytes with source address Src and destination
34 SDValue Src, uint64_t Size) {
47 if (Size > 6 * 256)
49 DAG.getConstant(Size, PtrVT),
50 DAG.getConstant(Size / 256, PtrVT));
52 DAG.getConstant(Size, PtrVT));
57 SDValue Dst, SDValue Src, SDValue Size, unsigned Align,
64 if (auto *CSize = dyn_cast<ConstantSDNode>(Size))
71 // Chain, Dst, ByteVal and Size. These cases are expected to use
74 SDValue Dst, uint64_t ByteVal, uint64_t Size,
32 emitMemMem(SelectionDAG &DAG, SDLoc DL, unsigned Sequence, unsigned Loop, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size) argument
56 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool IsVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
73 memsetStore(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Dst, uint64_t ByteVal, uint64_t Size, unsigned Align, MachinePointerInfo DstPtrInfo) argument
86 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Dst, SDValue Byte, SDValue Size, unsigned Align, bool IsVolatile, MachinePointerInfo DstPtrInfo) const argument
158 emitCLC(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Src1, SDValue Src2, uint64_t Size) argument
192 EmitTargetCodeForMemcmp(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Src1, SDValue Src2, SDValue Size, MachinePointerInfo Op1PtrInfo, MachinePointerInfo Op2PtrInfo) const argument
[all...]
/external/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp36 SDValue Size, unsigned Align,
39 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
63 Entry.Node = Size;
146 Count = Size;
161 EVT SizeVT = Size.getValueType();
178 SDValue Size, unsigned Align,
184 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
254 EVT SizeVT = Size.getValueType();
33 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
176 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
/external/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp160 unsigned Size = TD->getTypeAllocSize(C->getType()); local
163 OutStreamer.EmitELFSize(GVSym, MCConstantExpr::Create(Size, OutContext));
170 if (Size < 4)
171 OutStreamer.EmitZeros(4 - Size);
/external/llvm/tools/lli/
H A DRemoteMemoryManager.cpp33 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, argument
39 sys::MemoryBlock Block = allocateSection(Size);
48 allocateDataSection(uintptr_t Size, unsigned Alignment, argument
55 sys::MemoryBlock Block = allocateSection(Size);
63 sys::MemoryBlock RemoteMemoryManager::allocateSection(uintptr_t Size) { argument
65 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(Size,
101 unsigned Size = Section.MB.size(); local
103 DEBUG(dbgs() << "code region: size " << Size
110 CurOffset += Size;
118 unsigned Size local
197 allocateSpace(intptr_t Size, unsigned Alignment) argument
201 allocateGlobal(uintptr_t Size, unsigned Alignment) argument
[all...]

Completed in 320 milliseconds

1234567891011>>