/external/llvm/lib/Analysis/ |
D | Loads.cpp | 34 if (!Ty->isSized()) in isAligned() 47 assert(Ty->isSized() && "must be sized"); in isAligned() 128 if (!Ty->isSized()) in isDereferenceableAndAlignedPointer() 229 if (BaseType && BaseType->isSized()) { in isSafeToLoadUnconditionally()
|
D | AliasAnalysisEvaluator.cpp | 147 if (I1ElTy->isSized()) I1Size = DL.getTypeStoreSize(I1ElTy); in runInternal() 152 if (I2ElTy->isSized()) I2Size = DL.getTypeStoreSize(I2ElTy); in runInternal() 244 if (ElTy->isSized()) Size = DL.getTypeStoreSize(ElTy); in runInternal()
|
D | Lint.cpp | 429 if (!AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference() 432 if (BaseAlign == 0 && ATy->isSized()) in visitMemoryReference() 439 if (GTy->isSized()) in visitMemoryReference() 442 if (BaseAlign == 0 && GTy->isSized()) in visitMemoryReference() 456 if (Align == 0 && Ty && Ty->isSized()) in visitMemoryReference()
|
D | MemoryBuiltins.cpp | 228 if (!T || !T->isSized()) in computeArraySize() 452 if (!I.getAllocatedType()->isSized()) in visitAllocaInst() 726 if (!I.getAllocatedType()->isSized()) in visitAllocaInst()
|
D | GlobalsModRef.cpp | 706 if (GVType->isSized() && InputGVType->isSized() && in isNonEscapingGlobalNoAlias()
|
/external/llvm/lib/IR/ |
D | Value.cpp | 548 if (DerefBytes == 0 && A->hasByValAttr() && A->getType()->isSized()) { in getPointerDereferenceableBytes() 576 if (AI->getAllocatedType()->isSized()) { in getPointerDereferenceableBytes() 581 if (GV->getValueType()->isSized() && !GV->hasExternalWeakLinkage()) { in getPointerDereferenceableBytes() 600 if (ObjectType->isSized()) { in getPointerAlignment() 617 if (EltTy->isSized()) in getPointerAlignment() 624 if (AllocatedType->isSized()) in getPointerAlignment()
|
D | Type.cpp | 142 return ATy->getElementType()->isSized(Visited); in isSizedDerivedType() 145 return VTy->getElementType()->isSized(Visited); in isSizedDerivedType() 147 return cast<StructType>(this)->isSized(Visited); in isSizedDerivedType() 486 bool StructType::isSized(SmallPtrSetImpl<Type*> *Visited) const { in isSized() function in StructType 499 if (!(*I)->isSized(Visited)) in isSized()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 175 if (I1ElTy->isSized()) I1Size = AA.getTypeStoreSize(I1ElTy); in runOnFunction() 180 if (I2ElTy->isSized()) I2Size = AA.getTypeStoreSize(I2ElTy); in runOnFunction() 211 if (ElTy->isSized()) Size = AA.getTypeStoreSize(ElTy); in runOnFunction()
|
D | MemoryBuiltins.cpp | 98 if (!T || !T->isSized() || !TD) in computeArraySize()
|
D | Loads.cpp | 108 if (BaseType && BaseType->isSized()) { in isSafeToLoadUnconditionally()
|
D | ConstantFolding.cpp | 205 ->getElementType()->isSized()) in IsConstantOffsetFromGlobal() 399 !GV->getInitializer()->getType()->isSized()) in FoldReinterpretLoadFromConstPtr() 582 if (!TD || !cast<PointerType>(Ptr->getType())->getElementType()->isSized()) in SymbolicallyEvaluateGEP() 665 if (!ATy->getElementType()->isSized()) in SymbolicallyEvaluateGEP()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 80 if (TD && SrcETy->isSized() && TD->getTypeStoreSize(SrcETy) == Size) { in SimplifyMemTransfer() 291 if (AI->getAllocatedType()->isSized()) { in visitCallInst() 302 if (MallocType && MallocType->isSized()) in visitCallInst() 769 if (!SrcTy->isSized() || !DstTy->isSized()) in isSafeToEliminateVarargsCast() 1072 if (ParamPTy == 0 || !ParamPTy->getElementType()->isSized() || TD == 0) in transformConstExprCastCall()
|
/external/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 43 assert(Val.getType()->isSized() && in getOrCreateVReg()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 230 if (AI.getAllocatedType()->isSized()) { in visitAllocaInst() 255 if (!EntryAI || !EntryAI->getAllocatedType()->isSized() || in visitAllocaInst() 476 if (!Ty->isIntegerTy() && Ty->isSized() && in combineLoadToOperationType() 654 if (!AI->getAllocatedType()->isSized()) in isObjectSizeLessThanOrEq() 732 if (!AllocTy || !AllocTy->isSized()) in canReplaceGEPIdxWithZero()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Type.cpp | 176 return ATy->getElementType()->isSized(); in isSizedDerivedType() 179 return VTy->getElementType()->isSized(); in isSizedDerivedType() 190 if (!(*I)->isSized()) in isSizedDerivedType()
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetData.cpp | 401 assert(Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!"); in getTypeSizeInBits() 449 assert(Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!"); in getAlignment()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 127 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal()
|
D | XCoreLowerThreadLocal.cpp | 187 !GV->getType()->isSized() || isZeroLengthArray(GV->getType())) in lowerGlobal()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Type.h | 237 bool isSized() const { in isSized() function
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.cpp | 532 if (!ResultType->isSized()) { in ConvertType() 545 if (!EltTy->isSized()) { in ConvertType()
|
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 511 assert(Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!"); in getTypeSizeInBits()
|
D | Type.h | 252 bool isSized(SmallPtrSetImpl<Type*> *Visited = nullptr) const {
|
D | DerivedTypes.h | 251 bool isSized(SmallPtrSetImpl<Type *> *Visited = nullptr) const;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 254 bool isSized(SmallPtrSetImpl<Type*> *Visited = nullptr) const {
|
D | DerivedTypes.h | 256 bool isSized(SmallPtrSetImpl<Type *> *Visited = nullptr) const;
|