/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | Loads.cpp | 34 if (!Ty->isSized()) in isAligned() 47 assert(Ty->isSized() && "must be sized"); in isAligned() 144 if (!Ty->isSized()) in isDereferenceableAndAlignedPointer() 245 if (BaseType && BaseType->isSized()) { in isSafeToLoadUnconditionally()
|
D | Lint.cpp | 468 if (!AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference() 471 if (BaseAlign == 0 && ATy->isSized()) in visitMemoryReference() 478 if (GTy->isSized()) in visitMemoryReference() 481 if (BaseAlign == 0 && GTy->isSized()) in visitMemoryReference() 495 if (Align == 0 && Ty && Ty->isSized()) in visitMemoryReference()
|
D | AliasAnalysisEvaluator.cpp | 146 if (I1ElTy->isSized()) I1Size = DL.getTypeStoreSize(I1ElTy); in runInternal() 151 if (I2ElTy->isSized()) I2Size = DL.getTypeStoreSize(I2ElTy); in runInternal() 237 if (ElTy->isSized()) Size = DL.getTypeStoreSize(ElTy); in runInternal()
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | BDCE.cpp | 49 if (J && J->getType()->isSized() && in clearAssumptionsOfUsers() 81 if (K && !Visited.count(K) && K->getType()->isSized() && in clearAssumptionsOfUsers()
|
/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-7.0/llvm/lib/IR/ |
D | Type.cpp | 149 return ATy->getElementType()->isSized(Visited); in isSizedDerivedType() 152 return VTy->getElementType()->isSized(Visited); in isSizedDerivedType() 154 return cast<StructType>(this)->isSized(Visited); in isSizedDerivedType() 463 bool StructType::isSized(SmallPtrSetImpl<Type*> *Visited) const { in isSized() function in StructType 476 if (!(*I)->isSized(Visited)) in isSized()
|
D | Value.cpp | 613 if (PT->isSized()) in getPointerDereferenceableBytes() 645 if (GV->getValueType()->isSized() && !GV->hasExternalWeakLinkage()) { in getPointerDereferenceableBytes() 668 if (ObjectType->isSized()) { in getPointerAlignment() 685 if (EltTy->isSized()) in getPointerAlignment() 692 if (AllocatedType->isSized()) in getPointerAlignment()
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/ |
D | OpDescriptor.h | 150 return PtrT->getElementType()->isSized(); in sizedPtrType() 157 if (T->isSized()) in sizedPtrType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LowLevelType.cpp | 30 } else if (Ty.isSized()) { in getLLTForType()
|
/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/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-7.0/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 143 if (!Ty->isSized()) in IsGlobalInSmallSectionImpl()
|
/external/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 43 assert(Val.getType()->isSized() && in getOrCreateVReg()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/ |
D | RandomIRBuilder.cpp | 144 if (!PtrTy->getElementType()->isSized() || in findPointer()
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 123 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal()
|