/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Type.cpp | 222 return ATy->getElementType()->isSized(Visited); in isSizedDerivedType() 225 return VTy->getElementType()->isSized(Visited); in isSizedDerivedType() 228 return TTy->getLayoutType()->isSized(Visited); in isSizedDerivedType() 230 return cast<StructType>(this)->isSized(Visited); in isSizedDerivedType() 552 bool StructType::isSized(SmallPtrSetImpl<Type*> *Visited) const { in isSized() function in StructType 578 if (!Ty->isSized(Visited)) in isSized()
|
H A D | Value.cpp | 865 if (ArgMemTy->isSized()) { in getPointerDereferenceableBytes() 916 if (GV->getValueType()->isSized() && !GV->hasExternalWeakLinkage()) { in getPointerDereferenceableBytes() 944 if (ObjectType->isSized()) { in getPointerAlignment() 961 if (EltTy->isSized()) in getPointerAlignment()
|
H A D | DataLayout.cpp | 790 assert(Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!"); in getAlignment() 1000 assert(ElemTy->isSized() && "Element type must be sized"); in getGEPIndicesForOffset()
|
H A D | Verifier.cpp | 2024 Check(Attrs.getByValType()->isSized(&Visited), in verifyParameterAttrs() 2032 Check(Attrs.getByRefType()->isSized(&Visited), in verifyParameterAttrs() 2040 Check(Attrs.getInAllocaType()->isSized(&Visited), in verifyParameterAttrs() 2048 Check(Attrs.getPreallocatedType()->isSized(&Visited), in verifyParameterAttrs() 3524 if (!Ty->isSized()) in visitCallBase() 4075 Check(GEP.getSourceElementType()->isSized(), "GEP into unsized type!", &GEP); in visitGetElementPtrInst() 4204 Check(ElTy->isSized(), "loading unsized types is not allowed", &LI); in visitLoadInst() 4230 Check(ElTy->isSized(), "storing unsized types is not allowed", &SI); in visitStoreInst() 4282 Check(AI.getAllocatedType()->isSized(&Visited), in visitAllocaInst()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LowLevelTypeUtils.cpp | 34 if (Ty.isSized() && !Ty.isScalableTargetExtTy()) { in getLLTForType()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Reg2Mem.cpp | 41 if (!Inst.getType()->isSized()) in valueEscapes()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Lint.cpp | 439 if (!AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference() 447 if (GTy->isSized()) in visitMemoryReference() 450 if (!BaseAlign && GTy->isSized()) in visitMemoryReference() 463 if (!Align && Ty && Ty->isSized()) in visitMemoryReference()
|
H A D | GlobalsModRef.cpp | 746 if (GVType->isSized() && InputGVType->isSized() && in isNonEscapingGlobalNoAlias()
|
H A D | MemoryBuiltins.cpp | 805 if (!MemoryTy|| !MemoryTy->isSized()) { in visitArgument() 853 if (!GV.getValueType()->isSized() || GV.hasExternalWeakLinkage() || in visitGlobalVariable() 1138 if (!I.getAllocatedType()->isSized()) in visitAllocaInst()
|
H A D | Loads.cpp | 207 if (!Ty->isSized() || Ty->isScalableTy()) in isDereferenceableAndAlignedPointer()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsTargetObjectFile.cpp | 142 if (!Ty->isSized()) in IsGlobalInSmallSectionImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetObjectFile.cpp | 98 if (!Ty->isSized()) in isGlobalInSmallSection()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreLowerThreadLocal.cpp | 139 !GV->getType()->isSized() || isZeroLengthArray(GV->getType())) in lowerGlobal()
|
H A D | XCoreTargetObjectFile.cpp | 122 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 101 if (!GV->getValueType()->isSized()) in isLargeGlobalValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 465 if (AI.getAllocatedType()->isSized()) { in visitAllocaInst() 485 if (!EntryAI || !EntryAI->getAllocatedType()->isSized() || in visitAllocaInst() 841 if (!AI->getAllocatedType()->isSized()) in isObjectSizeLessThanOrEq() 928 if (!AllocTy || !AllocTy->isSized()) in canReplaceGEPIdxWithZero()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
H A D | OpDescriptor.h | 177 if (T->isSized()) in sizedPtrType()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Type.h | 302 bool isSized(SmallPtrSetImpl<Type*> *Visited = nullptr) const {
|
H A D | DataLayout.h | 673 assert(Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!"); in getTypeSizeInBits()
|
H A D | DerivedTypes.h | 289 bool isSized(SmallPtrSetImpl<Type *> *Visited = nullptr) const;
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 646 if (!ResultType->isSized()) { in ConvertType() 660 if (!EltTy->isSized()) { in ConvertType()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | MemoryTaggingSupport.cpp | 182 return (AI.getAllocatedType()->isSized() && in isInterestingAlloca()
|
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | Operations.cpp | 207 [](ArrayRef<Value *>, const Value *V) { return V->getType()->isSized(); }, in gepDescriptor()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/ |
H A D | ABISysV_hexagon.cpp | 1314 if (retType.isIntegerTy() && retType.isSized()) { in GetReturnValueObjectImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAsmPrinter.cpp | 414 G.getValueType()->isSized()) { in emitEndOfAsmFile()
|