Home
last modified time | relevance | path

Searched refs:isSized (Results 1 – 25 of 142) sorted by relevance

123456

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoads.cpp34 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()
DLint.cpp468 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()
DAliasAnalysisEvaluator.cpp146 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/
DLoads.cpp34 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()
DAliasAnalysisEvaluator.cpp147 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()
DLint.cpp429 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/
DBDCE.cpp49 if (J && J->getType()->isSized() && in clearAssumptionsOfUsers()
81 if (K && !Visited.count(K) && K->getType()->isSized() && in clearAssumptionsOfUsers()
/external/llvm/lib/IR/
DValue.cpp548 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()
DType.cpp142 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/
DType.cpp149 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()
DValue.cpp613 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/
DAliasAnalysisEvaluator.cpp175 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()
DMemoryBuiltins.cpp98 if (!T || !T->isSized() || !TD) in computeArraySize()
DLoads.cpp108 if (BaseType && BaseType->isSized()) { in isSafeToLoadUnconditionally()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/
DOpDescriptor.h150 return PtrT->getElementType()->isSized(); in sizedPtrType()
157 if (T->isSized()) in sizedPtrType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLowLevelType.cpp30 } else if (Ty.isSized()) { in getLLTForType()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp80 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/
DInstCombineLoadStoreAlloca.cpp230 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/
DType.cpp176 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/
DMipsTargetObjectFile.cpp143 if (!Ty->isSized()) in IsGlobalInSmallSectionImpl()
/external/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp43 assert(Val.getType()->isSized() && in getOrCreateVReg()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DRandomIRBuilder.cpp144 if (!PtrTy->getElementType()->isSized() || in findPointer()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetData.cpp401 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/
DXCoreTargetObjectFile.cpp127 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp123 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal()

123456