| /openbsd/src/gnu/llvm/llvm/include/llvm/FuzzMutate/ |
| D | OpDescriptor.h | 149 PtrT->getNonOpaquePointerElementType()->isSized(); in sizedPtrType() 156 if (T->isSized()) in sizedPtrType()
|
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | Type.cpp | 209 return ATy->getElementType()->isSized(Visited); in isSizedDerivedType() 212 return VTy->getElementType()->isSized(Visited); in isSizedDerivedType() 215 return TTy->getLayoutType()->isSized(Visited); in isSizedDerivedType() 217 return cast<StructType>(this)->isSized(Visited); in isSizedDerivedType() 554 bool StructType::isSized(SmallPtrSetImpl<Type*> *Visited) const { in isSized() function in StructType 571 if (!Ty->isSized(Visited)) in isSized()
|
| D | Value.cpp | 856 if (ArgMemTy->isSized()) { in getPointerDereferenceableBytes() 907 if (GV->getValueType()->isSized() && !GV->hasExternalWeakLinkage()) { in getPointerDereferenceableBytes() 935 if (ObjectType->isSized()) { in getPointerAlignment() 952 if (EltTy->isSized()) in getPointerAlignment()
|
| D | DataLayout.cpp | 751 assert(Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!"); in getAlignment() 967 assert(ElemTy->isSized() && "Element type must be sized"); in getGEPIndicesForOffset()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | LowLevelType.cpp | 34 if (Ty.isSized()) { in getLLTForType()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVTargetObjectFile.cpp | 67 if (!Ty->isSized()) in isGlobalInSmallSection()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | Reg2Mem.cpp | 43 if (!Inst.getType()->isSized()) in valueEscapes()
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | Lint.cpp | 451 if (!AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference() 459 if (GTy->isSized()) in visitMemoryReference() 462 if (!BaseAlign && GTy->isSized()) in visitMemoryReference() 475 if (!Align && Ty && Ty->isSized()) in visitMemoryReference()
|
| D | GlobalsModRef.cpp | 738 if (GVType->isSized() && InputGVType->isSized() && in isNonEscapingGlobalNoAlias()
|
| D | MemoryBuiltins.cpp | 774 if (!MemoryTy|| !MemoryTy->isSized()) { in visitArgument() 1096 if (!I.getAllocatedType()->isSized()) in visitAllocaInst()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/ |
| D | MipsTargetObjectFile.cpp | 142 if (!Ty->isSized()) in IsGlobalInSmallSectionImpl()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/XCore/ |
| D | XCoreTargetObjectFile.cpp | 122 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal()
|
| D | XCoreLowerThreadLocal.cpp | 136 !GV->getType()->isSized() || isZeroLengthArray(GV->getType())) in lowerGlobal()
|
| /openbsd/src/gnu/llvm/llvm/lib/FuzzMutate/ |
| D | RandomIRBuilder.cpp | 181 if (!ElemTy->isSized() || !ElemTy->isFirstClassType()) in findPointer()
|
| D | Operations.cpp | 184 [](ArrayRef<Value *>, const Value *V) { return V->getType()->isSized(); }, in gepDescriptor()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| D | MemoryTaggingSupport.cpp | 158 return (AI.getAllocatedType()->isSized() && in isInterestingAlloca()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
| D | ReduceOpcodes.cpp | 86 if (!Arg->getType()->isSized()) in callLooksLikeLoadStore()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineLoadStoreAlloca.cpp | 450 if (AI.getAllocatedType()->isSized()) { in visitAllocaInst() 470 if (!EntryAI || !EntryAI->getAllocatedType()->isSized() || in visitAllocaInst() 858 if (!AI->getAllocatedType()->isSized()) in isObjectSizeLessThanOrEq() 945 if (!AllocTy || !AllocTy->isSized()) in canReplaceGEPIdxWithZero()
|
| D | InstructionCombining.cpp | 1386 if (!Ty->isSized()) in findElementAtOffset() 2334 if (EltTy->isSized() && DL.getTypeAllocSize(EltTy).isZero()) in visitGetElementPtrInst() 2593 if (GEPEltType->isSized() && StrippedPtrEltTy->isSized()) { in visitGetElementPtrInst() 2630 if (GEPEltType->isSized() && StrippedPtrEltTy->isSized() && in visitGetElementPtrInst()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | Type.h | 295 bool isSized(SmallPtrSetImpl<Type*> *Visited = nullptr) const {
|
| D | DataLayout.h | 677 assert(Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!"); in getTypeSizeInBits()
|
| D | DerivedTypes.h | 284 bool isSized(SmallPtrSetImpl<Type *> *Visited = nullptr) const;
|
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CodeGenTypes.cpp | 689 if (!ResultType->isSized()) { in ConvertType() 702 if (!EltTy->isSized()) { in ConvertType()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| D | AArch64PreLegalizerCombiner.cpp | 177 if (!T->isSized() || in matchFoldGlobalOffset()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ABI/Hexagon/ |
| D | ABISysV_hexagon.cpp | 1229 if (retType.isIntegerTy() && retType.isSized()) { in GetReturnValueObjectImpl()
|