HomeSort by relevance Sort by last modified time
    Searched defs:Size (Results 401 - 425 of 529) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 392 // If the index is larger than the pointer size of the target, truncate the
530 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType());
531 Offset += Size*CI->getSExtValue();
560 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType());
561 Offset += Size*CI->getSExtValue();
583 // the pointer size, so get it.
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 340 for (unsigned i = 0, e = deps.size(); i != e; ++i) {
874 // If the store and reload are the same size, we can always reuse it.
925 // Truncate the integer to the right size now.
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 87 // size. We cannot move the IntervalMap anyway.
122 /// debug_info section size).
219 NextUnitOffset = StartOffset + 11 /* Header size */;
346 CurrentEndOffset += S.size() + 1; // +1 for the '\0'.
554 /// uint8_t Address size
561 // Emit size of content not including length itself. The size has
563 // 4 to that size to account for the length field.
591 StringRef(Entry->getKey().data(), Entry->getKey().size() + 1));
661 sizeof(int32_t) + // Size of contents (w/o this fiel
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 87 for (unsigned i = 0, e = LegalTypes.size(); i != e; ++i)
98 if (TypeVec.size() == 1) return true;
110 for (unsigned i = 0, e = TypeVec.size(); i != e; ++i)
119 for (unsigned i = 0, e = TypeVec.size(); i != e; ++i)
127 for (unsigned i = 0, e = TypeVec.size(); i != e; ++i)
136 for (unsigned i = 0, e = TypeVec.size(); i != e; ++i)
148 for (unsigned i = 0, e = TypeVec.size(); i != e; ++i) {
157 if (TypeVec.size() == 1)
174 assert(TypeVec.size() >= 1 && InVT.TypeVec.size() >= 1 && "No unknowns")
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 119 TyInfo.size());
355 unsigned size() const { return ValuePtrs.size(); } function in class:__anon22781::BitcodeReaderValueList
367 assert(i < ValuePtrs.size());
375 assert(N <= size() && "Invalid shrinkTo request!");
405 unsigned size() const { return MDValuePtrs.size(); }
414 assert(i < MDValuePtrs.size());
419 assert(N <= size() && "Invalid shrinkTo request!");
538 if (ID >= FunctionBBs.size()) return nullptr; // Invalid I
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
hubbusif.h 478 USHORT Size;
486 USHORT Size;
501 USHORT Size;
522 USHORT Size;
544 USHORT Size;
567 USHORT Size;
591 USHORT Size;
628 USHORT Size;
677 USHORT Size;
697 USHORT Size;
    [all...]
ntimage.h 99 ULONG Size;
109 ULONG Size;
132 ULONG Size;
272 ULONG Size;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxvahd.h 197 SIZE Size;
354 typedef HRESULT ( CALLBACK *PDXVAHDSW_Plugin )(UINT Size,void *pCallbacks);
ndr64types.h 168 NDR64_UINT8 Size;
501 NDR64_UINT8 Size;
ndrtypes.h 115 unsigned char Size;
123 unsigned char Size;
ntddser.h 366 ULONG Size;
388 ULONG Size;
435 ULONG Size;
ntddvdeo.h 302 ULONG Size;
winsplp.h 57 DWORD Size;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimaging.h 130 UINT Size;
  /art/runtime/
dex_file.h 82 uint32_t file_size_; // size of entire file
240 uint32_t Size() const {
249 // Size in bytes of the part of the list that is common.
254 // Size in bytes of the whole type list including all the stored elements.
260 uint32_t size_; // size of the list, in entries
272 uint32_t insns_size_in_code_units_; // size of the insns array, in 2 byte code units
396 static std::unique_ptr<const DexFile> Open(const uint8_t* base, size_t size,
401 return OpenMemory(base, size, location, location_checksum, nullptr, oat_dex_file, error_msg);
733 return FindProtoId(return_type_idx, &signature_type_idxs[0], signature_type_idxs.size());
891 size_t Size() const
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 168 /// <summary>Returns the size of the entire stream.</summary>
174 function Size: Integer;
413 /// but, it is a special case. Since we know the exact size of the file to
453 function Size: Integer;
527 /// Stack grows upwards. When it hits the max, it grows 2x in size
569 /// An array[size num rules] of Map&lt;Integer,Integer&gt; that tracks
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 60 /// integer of the given size.
463 // figure out the object size in more complex cases.
692 Value *Size = EmitScalarExpr(E->getArg(0));
693 return RValue::get(Builder.CreateAlloca(Builder.getInt8Ty(), Size));
718 llvm::APSInt Size, DstSize;
719 if (!E->getArg(2)->EvaluateAsInt(Size, CGM.getContext()) ||
722 if (Size.ugt(DstSize))
728 Value *SizeVal = llvm::ConstantInt::get(Builder.getContext(), Size);
745 llvm::APSInt Size, DstSize;
746 if (!E->getArg(2)->EvaluateAsInt(Size, CGM.getContext()) |
    [all...]
CGDebugInfo.cpp 187 unsigned NumArgs = TArgs->size();
423 unsigned Size = CGM.getContext().getTypeSize(CGM.getContext().VoidPtrTy);
425 llvm::DIType ISATy = DBuilder.createPointerType(ClassTy, Size);
434 ObjTy, "isa", getOrCreateMainFile(), 0, Size, 0, 0, 0, ISATy)));
523 // Bit size, align and offset of the type.
524 uint64_t Size = CGM.getContext().getTypeSize(BT);
526 llvm::DIType DbgTy = DBuilder.createBasicType(BTName, Size, Align, Encoding);
531 // Bit size, align and offset of the type.
536 uint64_t Size = CGM.getContext().getTypeSize(Ty);
539 DBuilder.createBasicType("complex", Size, Align, Encoding)
    [all...]
CGExpr.cpp 408 for (unsigned I = Adjustments.size(); I != 0; --I) {
451 // storage of suitable size and alignment to contain an object of the
495 // isn't correct, the object-size check isn't supported by LLVM, and we can't
526 uint64_t Size = getContext().getTypeSizeInChars(Ty).getQuantity();
538 llvm::ConstantInt::get(IntPtrTy, Size));
560 if (Checks.size() > 0) {
    [all...]
MicrosoftCXXABI.cpp 61 assert(Args.size() >= 2 &&
334 TDTypeName += llvm::utostr(TypeInfoString.size());
336 TypeDescriptorTypeMap[TypeInfoString.size()];
342 llvm::ArrayType::get(CGM.Int8Ty, TypeInfoString.size() + 1)};
597 CGM.IntTy, // Size
    [all...]
  /external/clang/lib/Driver/
Tools.cpp 113 for (unsigned i = 0, e = Target.size(); i != e; ++i) {
904 else if (CPU.size())
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 591 unsigned Size = Args.size();
592 if (Size != 1)
657 StartArg, Args.size(),
670 StartArg, Args.size(),
690 unsigned Size = Args.size();
691 Expr **StartArg = Size == 0 ? nullptr : &Args[0];
693 AssertSharedLockAttr(Attr.getRange(), S.Context, StartArg, Size,
703 unsigned Size = Args.size()
1418 unsigned size = OwnershipArgs.size(); local
    [all...]
SemaOpenMP.cpp 131 assert(Stack.size() > 1 && "Data-sharing attributes stack is empty!");
171 if (Stack.size() > 2)
172 return Stack[Stack.size() - 2].Directive;
207 if (Stack.size() > 2)
208 return Stack[Stack.size() - 2].OrderedRegion;
215 if (Stack.size() > 2)
216 Stack[Stack.size() - 2].InnerTeamsRegionLoc = TeamsRegionLoc;
224 if (Stack.size() > 1)
345 assert(Stack.size() > 1 && "Data sharing attributes stack is empty");
365 assert(Stack.size() > 1 && "Data-sharing attributes stack is empty")
    [all...]
SemaType.cpp 232 for (unsigned i = 0, e = savedAttrs.size() - 1; i != e; ++i)
    [all...]

Completed in 1675 milliseconds

<<11121314151617181920>>