Searched refs:Size (Results 126 - 150 of 1042) sorted by relevance

1234567891011>>

/external/llvm/lib/Target/Mips/
H A DMipsAnalyzeImmediate.cpp50 uint64_t MaskedImm = Imm & (0xffffffffffffffffULL >> (64 - Size));
126 &MipsAnalyzeImmediate::Analyze(uint64_t Imm, unsigned Size, argument
128 this->Size = Size;
130 if (Size == 32) {
146 GetInstSeqLsADDiu(Imm, Size, SeqLs);
148 GetInstSeqLs(Imm, Size, SeqLs);
H A DMipsFrameLowering.cpp113 unsigned Size = TRI.getMinimalPhysRegClass(*R)->getSize(); local
114 Offset = RoundUpToAlignment(Offset + Size, Size);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zFolderOutStream.cpp50 _rem = fi.Size;
76 while (_currentIndex < _extractStatuses->Size() && _db->Files[_startIndex + _currentIndex].Size == 0)
111 if (_currentIndex == _extractStatuses->Size())
127 if ((int)subStream >= _extractStatuses->Size())
129 *value = _db->Files[_startIndex + (int)subStream].Size;
135 while (_currentIndex < _extractStatuses->Size())
H A D7zUpdate.cpp109 int s1 = f1.Coders.Size();
110 int s2 = f2.Coders.Size();
115 s1 = f1.BindPairs.Size();
116 s2 = f2.BindPairs.Size();
315 RINOZ_COMP(u1.Size, u2.Size);
440 file.Size = ui.Size;
475 HRESULT CheckFinishedState() const { return (_currentIndex == _extractStatuses->Size()) ? S_OK: E_FAIL; }
504 _rem = _db->Files[_startIndex + _currentIndex].Size;
[all...]
H A D7zOut.cpp273 WriteNumber(folder.Coders.Size());
275 for (i = 0; i < folder.Coders.Size(); i++)
307 for (i = 0; i < folder.BindPairs.Size(); i++)
313 if (folder.PackStreams.Size() > 1)
314 for (i = 0; i < folder.PackStreams.Size(); i++)
324 for (int i = 0; i < boolVector.Size(); i++)
347 for (i = 0; i < digestsDefined.Size(); i++)
354 if (numDefined == digestsDefined.Size())
361 for (i = 0; i < digests.Size(); i++)
376 WriteNumber(packSizes.Size());
[all...]
H A D7zEncode.cpp32 for (i = 0; i < bindInfo.BindPairs.Size(); i++)
39 for (i = 0; i < bindInfo.Coders.Size(); i++)
48 for (i = 0; i < bindInfo.InStreams.Size(); i++)
59 for (int i = 0; i < _options.Methods.Size(); i++)
156 int numMethods = _bindInfo.Coders.Size();
158 for (i = 1; i < _bindInfo.OutStreams.Size(); i++)
164 for (i = 1; i < _bindInfo.OutStreams.Size(); i++)
209 for (i = 1; i < _bindInfo.OutStreams.Size(); i++)
212 for (i = 0; i < _codersInfo.Size(); i++)
237 for (i = 0; i + 1 < _codersInfo.Size();
[all...]
H A D7zProperties.cpp65 for (int i = 0; i < src.Size(); i++)
76 for (int i = 0; i < src.Size(); i++)
86 for (int i = 0; i < dest.Size(); i++)
100 if(_volumes.Size() < 1)
146 *numProperties = _fileInfoPopIDs.Size();
152 if ((int)index >= _fileInfoPopIDs.Size())
/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h90 uint64_t Size; member in struct:llvm::MachineFrameInfo::StackObject
120 : SPOffset(SP), Size(Sz), Alignment(Al), isImmutable(IM),
224 /// LocalFrameSize - Size of the pre-allocated local frame block.
391 return Objects[ObjectIdx+NumFixedObjects].Size;
395 void setObjectSize(int ObjectIdx, int64_t Size) { argument
398 Objects[ObjectIdx+NumFixedObjects].Size = Size;
454 void setStackSize(uint64_t Size) { StackSize = Size; } argument
512 int CreateFixedObject(uint64_t Size, int64_
[all...]
/external/llvm/lib/IR/
H A DIRBuilder.cpp66 CreateMemSet(Value *Ptr, Value *Val, Value *Size, unsigned Align, argument
70 Value *Ops[] = { Ptr, Val, Size, getInt32(Align), getInt1(isVolatile) };
71 Type *Tys[] = { Ptr->getType(), Size->getType() };
91 CreateMemCpy(Value *Dst, Value *Src, Value *Size, unsigned Align, argument
97 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) };
98 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() };
122 CreateMemMove(Value *Dst, Value *Src, Value *Size, unsigned Align, argument
128 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) };
129 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() };
148 CallInst *IRBuilderBase::CreateLifetimeStart(Value *Ptr, ConstantInt *Size) { argument
163 CreateLifetimeEnd(Value *Ptr, ConstantInt *Size) argument
[all...]
/external/llvm/lib/Target/SystemZ/
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/mesa3d/src/mesa/program/
H A Dprog_parameter.c53 p->Size = size;
121 if (oldNum + sz4 > paramList->Size) {
123 paramList->Size = paramList->Size + 4 * sz4;
129 paramList->Size * sizeof(struct gl_program_parameter));
134 paramList->Size*4*sizeof(gl_constant_value),/*new*/
142 paramList->Size = 0;
157 p->Size = size;
265 if (p->Type == PROGRAM_CONSTANT && p->Size + size <= 4) {
268 GLuint swz = p->Size; /*
[all...]
/external/lzma/CPP/Common/
H A DMyVector.h25 int Size() const { return _size; } function in class:CBaseRecordVector
48 int size = v.Size();
49 Reserve(Size() + size);
99 int left = 0, right = Size();
116 int left = 0, right = Size();
193 int size = v.Size();
194 Reserve(Size() + size);
216 for (int i = 0; i < Size(); i++)
223 int left = 0, right = Size();
239 int left = 0, right = Size();
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp90 void write_impl(const char *Ptr, size_t Size);
103 raw_debug_ostream::write_impl(const char *Ptr, size_t Size) argument
105 if (Size > 0) {
106 char *lastPtr = (char *)&Ptr[Size];
109 _debug_printf("%*s", Size, Ptr);
111 pos += Size;
296 uint64_t Size; local
305 if (!DisAsm->getInstruction(Inst, Size, memoryObject,
322 for (i = 0; i < Size; ++i) {
347 pc += Size;
[all...]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h60 /// Size - section size. Doesn't include the stubs.
61 size_t Size; member in class:llvm::SectionEntry
79 : Name(name), Address(address), Size(size),
117 unsigned Size; member in class:llvm::RelocationEntry
121 SymOffset(0), IsPCRel(false), Size(0) {}
126 SymOffset(symoffset), IsPCRel(false), Size(0) {}
129 bool IsPCRel, unsigned Size)
131 SymOffset(0), IsPCRel(IsPCRel), Size(Size) {}
135 uint64_t SectionBOffset, bool IsPCRel, unsigned Size)
128 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, bool IsPCRel, unsigned Size) argument
133 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB, uint64_t SectionBOffset, bool IsPCRel, unsigned Size) argument
[all...]
/external/llvm/lib/Analysis/
H A DAliasSetTracker.cpp100 uint64_t Size, const AAMDNodes &AAInfo,
111 AliasAnalysis::Location(Entry.getValue(), Size, AAInfo));
115 P->updateSizeAndAAInfo(Size, AAInfo);
120 Entry.updateSizeAndAAInfo(Size, AAInfo);
149 bool AliasSet::aliasesPointer(const Value *Ptr, uint64_t Size, argument
162 AliasAnalysis::Location(Ptr, Size, AAInfo));
168 if (AA.alias(AliasAnalysis::Location(Ptr, Size, AAInfo),
177 AliasAnalysis::Location(Ptr, Size, AAInfo)) !=
225 uint64_t Size,
230 if (Cur->Forward || !Cur->aliasesPointer(Ptr, Size, AAInf
99 addPointer(AliasSetTracker &AST, PointerRec &Entry, uint64_t Size, const AAMDNodes &AAInfo, bool KnownMustAlias) argument
224 findAliasSetForPointer(const Value *Ptr, uint64_t Size, const AAMDNodes &AAInfo) argument
245 containsPointer(Value *Ptr, uint64_t Size, const AAMDNodes &AAInfo) const argument
279 getAliasSetForPointer(Value *Pointer, uint64_t Size, const AAMDNodes &AAInfo, bool *New) argument
304 add(Value *Ptr, uint64_t Size, const AAMDNodes &AAInfo) argument
445 remove(Value *Ptr, uint64_t Size, const AAMDNodes &AAInfo) argument
453 uint64_t Size = AA.getTypeStoreSize(LI->getType()); local
465 uint64_t Size = AA.getTypeStoreSize(SI->getOperand(0)->getType()); local
[all...]
H A DScalarEvolutionAliasAnalysis.cpp115 if (LocA.Size == 0 || LocB.Size == 0)
130 APInt ASizeInt(BitWidth, LocA.Size);
131 APInt BSizeInt(BitWidth, LocB.Size);
165 AO ? +UnknownSize : LocA.Size,
168 BO ? +UnknownSize : LocB.Size,
/external/clang/lib/AST/
H A DStmt.cpp33 unsigned Size; member in struct:StmtClassNameTable
46 StmtClassInfo[(unsigned)Stmt::CLASS##Class].Size = sizeof(CLASS);
77 << StmtClassInfo[i].Name << ", " << StmtClassInfo[i].Size
78 << " each (" << StmtClassInfo[i].Counter*StmtClassInfo[i].Size
80 sum += StmtClassInfo[i].Counter*StmtClassInfo[i].Size;
798 unsigned Size = sizeof(ObjCAtTryStmt) + local
800 void *Mem = Context.Allocate(Size, llvm::alignOf<ObjCAtTryStmt>());
808 unsigned Size = sizeof(ObjCAtTryStmt) + local
810 void *Mem = Context.Allocate(Size, llvm::alignOf<ObjCAtTryStmt>());
824 std::size_t Size local
833 std::size_t Size = sizeof(CXXTryStmt); local
1072 unsigned Size = sizeof(CapturedStmt) + sizeof(Stmt *) * (NumCaptures + 1); local
1130 unsigned Size = sizeof(CapturedStmt) + sizeof(Stmt *) * (Captures.size() + 1); local
1143 unsigned Size = sizeof(CapturedStmt) + sizeof(Stmt *) * (NumCaptures + 1); local
1603 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelDirective), local
1617 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelDirective), local
1629 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSimdDirective), local
1655 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSimdDirective), local
1668 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPForDirective), local
1701 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPForDirective), local
1714 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPForSimdDirective), local
1747 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPForSimdDirective), local
1758 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSectionsDirective), local
1772 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSectionsDirective), local
1783 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSectionsDirective), local
1793 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSectionDirective), local
1804 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSingleDirective), local
1818 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSingleDirective), local
1829 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPMasterDirective), local
1839 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPMasterDirective), local
1848 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPCriticalDirective), local
1859 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPCriticalDirective), local
1869 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelForDirective), local
1901 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelForDirective), local
1913 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelForSimdDirective), local
1946 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelForSimdDirective), local
1957 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelSectionsDirective), local
1971 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelSectionsDirective), local
1983 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPTaskDirective), local
1997 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPTaskDirective), local
2051 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPFlushDirective), local
2063 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPFlushDirective), local
2073 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPOrderedDirective), local
2083 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPOrderedDirective), local
2093 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPAtomicDirective), local
2113 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPAtomicDirective), local
2125 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPTargetDirective), local
2139 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPTargetDirective), local
2151 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPTeamsDirective), local
2165 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPTeamsDirective), local
[all...]
/external/clang/test/Parser/
H A Dcxx-template-decl.cpp83 template<int Size> // expected-note{{template parameter is declared here}}
84 void shadow3(int Size); // expected-error{{declaration of 'Size' shadows template parameter}}
111 template<int Size>
113 i = Size;
115 Size = i;
117 Size = i; // expected-error{{expression is not assignable}}
/external/eigen/Eigen/src/Eigenvalues/
H A DHessenbergDecomposition.h65 Size = MatrixType::RowsAtCompileTime, enumerator in enum:Eigen::HessenbergDecomposition::__anon4274
66 SizeMinusOne = Size == Dynamic ? Dynamic : Size - 1,
100 HessenbergDecomposition(Index size = Size==Dynamic ? 2 : Size) argument
268 typedef Matrix<Scalar, 1, Size, Options | RowMajor, 1, MaxSize> VectorType;
/external/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFMCCodeEmitter.cpp101 void EmitLEConstant(uint64_t Val, unsigned Size, unsigned &CurByte, argument
103 assert(Size <= 8 && "size too big in emit constant");
105 for (unsigned i = 0; i != Size; ++i) {
112 void EmitBEConstant(uint64_t Val, unsigned Size, unsigned &CurByte, argument
114 assert(Size <= 8 && "size too big in emit constant");
116 for (int i = (Size - 1) * 8; i >= 0; i -= 8)
/external/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp36 int WriteBytes(const void *Data, size_t Size) { argument
37 return RPC.WriteBytes(Data, Size) ? Size : -1;
39 int ReadBytes(void *Data, size_t Size) { argument
40 return RPC.ReadBytes(Data, Size) ? Size : -1;
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_code.c102 constant.Size = 4;
128 constant.Size = 4;
148 for(comp = 0; comp < c->Constants[index].Size; ++comp) {
155 if (c->Constants[index].Size < 4)
161 unsigned comp = c->Constants[free_index].Size++;
169 constant.Size = 1;
/external/ceres-solver/internal/ceres/
H A Dresidual_block_utils.cc58 const int parameter_block_size = block.parameter_blocks()[i]->Size();
93 const int parameter_block_size = block.parameter_blocks()[i]->Size();
129 const int parameter_block_size = block.parameter_blocks()[i]->Size();
/external/llvm/lib/Support/
H A DFileOutputBuffer.cpp38 FileOutputBuffer::create(StringRef FilePath, size_t Size, argument
85 EC = sys::fs::resize_file(FD, Size);
91 FD, mapped_file_region::readwrite, Size, 0, EC);
/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp43 static bool IsInSmallSection(uint64_t Size) { argument
44 return Size > 0 && Size <= (uint64_t)SmallDataThreshold;

Completed in 679 milliseconds

1234567891011>>