HomeSort by relevance Sort by last modified time
    Searched refs:isSized (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/llvm/lib/Analysis/
Loads.cpp 34 if (!Ty->isSized())
47 assert(Ty->isSized() && "must be sized");
128 if (!Ty->isSized())
229 if (BaseType && BaseType->isSized()) {
AliasAnalysisEvaluator.cpp 147 if (I1ElTy->isSized()) I1Size = DL.getTypeStoreSize(I1ElTy);
152 if (I2ElTy->isSized()) I2Size = DL.getTypeStoreSize(I2ElTy);
244 if (ElTy->isSized()) Size = DL.getTypeStoreSize(ElTy);
Lint.cpp 429 if (!AI->isArrayAllocation() && ATy->isSized())
432 if (BaseAlign == 0 && ATy->isSized())
439 if (GTy->isSized())
442 if (BaseAlign == 0 && GTy->isSized())
456 if (Align == 0 && Ty && Ty->isSized())
  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasAnalysisEvaluator.cpp 175 if (I1ElTy->isSized()) I1Size = AA.getTypeStoreSize(I1ElTy);
180 if (I2ElTy->isSized()) I2Size = AA.getTypeStoreSize(I2ElTy);
211 if (ElTy->isSized()) Size = AA.getTypeStoreSize(ElTy);
Loads.cpp 108 if (BaseType && BaseType->isSized()) {
MemoryBuiltins.cpp 98 if (!T || !T->isSized() || !TD)
  /external/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 43 assert(Val.getType()->isSized() &&
  /external/llvm/lib/IR/
Value.cpp 548 if (DerefBytes == 0 && A->hasByValAttr() && A->getType()->isSized()) {
576 if (AI->getAllocatedType()->isSized()) {
581 if (GV->getValueType()->isSized() && !GV->hasExternalWeakLinkage()) {
600 if (ObjectType->isSized()) {
617 if (EltTy->isSized())
624 if (AllocatedType->isSized())
Type.cpp 142 return ATy->getElementType()->isSized(Visited);
145 return VTy->getElementType()->isSized(Visited);
147 return cast<StructType>(this)->isSized(Visited);
486 bool StructType::isSized(SmallPtrSetImpl<Type*> *Visited) const {
499 if (!(*I)->isSized(Visited))
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 80 if (TD && SrcETy->isSized() && TD->getTypeStoreSize(SrcETy) == Size) {
291 if (AI->getAllocatedType()->isSized()) {
302 if (MallocType && MallocType->isSized())
769 if (!SrcTy->isSized() || !DstTy->isSized())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetData.cpp 401 assert(Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!");
449 assert(Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!");
  /external/llvm/include/llvm/IR/
DataLayout.h 361 /// have a size (Type::isSized() must return true).
511 assert(Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!");
DerivedTypes.h 250 /// isSized - Return true if this is a sized type.
251 bool isSized(SmallPtrSetImpl<Type *> *Visited = nullptr) const;
Type.h 252 bool isSized(SmallPtrSetImpl<Type*> *Visited = nullptr) const {
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 187 !GV->getType()->isSized() || isZeroLengthArray(GV->getType()))
XCoreTargetObjectFile.cpp 127 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() ||
  /external/swiftshader/third_party/LLVM/include/llvm/
Type.h 233 /// isSized - Return true if it makes sense to take the size of this type. To
237 bool isSized() const {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 230 if (AI.getAllocatedType()->isSized()) {
255 if (!EntryAI || !EntryAI->getAllocatedType()->isSized() ||
476 if (!Ty->isIntegerTy() && Ty->isSized() &&
654 if (!AI->getAllocatedType()->isSized())
732 if (!AllocTy || !AllocTy->isSized())
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 532 if (!ResultType->isSized()) {
545 if (!EltTy->isSized()) {
  /libcore/luni/src/test/java/libcore/java/util/
MapDefaultMethodTester.java 493 boolean isSized = entrySet.spliterator().hasCharacteristics(Spliterator.SIZED);
494 if (isSized) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DerivedTypes.h 255 /// isSized - Return true if this is a sized type.
256 bool isSized(SmallPtrSetImpl<Type *> *Visited = nullptr) const;
Type.h 254 bool isSized(SmallPtrSetImpl<Type*> *Visited = nullptr) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 374 /// have a size (Type::isSized() must return true).
524 assert(Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!");
DerivedTypes.h 255 /// isSized - Return true if this is a sized type.
256 bool isSized(SmallPtrSetImpl<Type *> *Visited = nullptr) const;
Type.h 254 bool isSized(SmallPtrSetImpl<Type*> *Visited = nullptr) const {

Completed in 764 milliseconds

1 2 3 4 5