| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| D | OpDescriptor.h | 149 return PtrT->getElementType()->isSized(); in sizedPtrType() 156 if (T->isSized()) in sizedPtrType()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | Type.cpp | 174 return ATy->getElementType()->isSized(Visited); in isSizedDerivedType() 177 return VTy->getElementType()->isSized(Visited); in isSizedDerivedType() 179 return cast<StructType>(this)->isSized(Visited); in isSizedDerivedType() 518 bool StructType::isSized(SmallPtrSetImpl<Type*> *Visited) const { in isSized() function in StructType 535 if (!Ty->isSized(Visited)) in isSized()
|
| D | Value.cpp | 843 if (ArgMemTy->isSized()) { in getPointerDereferenceableBytes() 895 if (GV->getValueType()->isSized() && !GV->hasExternalWeakLinkage()) { in getPointerDereferenceableBytes() 923 if (ObjectType->isSized()) { in getPointerAlignment() 940 if (EltTy->isSized()) in getPointerAlignment()
|
| D | Verifier.cpp | 1773 Assert(Attrs.getByValType()->isSized(&Visited), in verifyParameterAttrs() 1778 Assert(Attrs.getByRefType()->isSized(&Visited), in verifyParameterAttrs() 1783 Assert(Attrs.getInAllocaType()->isSized(&Visited), in verifyParameterAttrs() 1788 Assert(Attrs.getPreallocatedType()->isSized(&Visited), in verifyParameterAttrs() 3593 Assert(GEP.getSourceElementType()->isSized(), "GEP into unsized type!", &GEP); in visitGetElementPtrInst() 3699 Assert(ElTy->isSized(), "loading unsized types is not allowed", &LI); in visitLoadInst() 3727 Assert(ElTy->isSized(), "storing unsized types is not allowed", &SI); in visitStoreInst() 3780 Assert(AI.getAllocatedType()->isSized(&Visited), in visitAllocaInst()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | AliasAnalysisEvaluator.cpp | 146 if (I1ElTy->isSized()) in runInternal() 152 if (I2ElTy->isSized()) in runInternal() 237 if (ElTy->isSized()) in runInternal()
|
| D | Loads.cpp | 91 assert(Ty->isSized() && "must be sized"); in isDereferenceableAndAlignedPointer() 183 assert(Ty->isSized() && "must be sized"); in isDereferenceableAndAlignedPointer() 218 if (!Ty->isSized() || isa<ScalableVectorType>(Ty)) in isDereferenceableAndAlignedPointer()
|
| D | Lint.cpp | 446 if (!AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference() 454 if (GTy->isSized()) in visitMemoryReference() 457 if (!BaseAlign && GTy->isSized()) in visitMemoryReference() 470 if (!Align && Ty && Ty->isSized()) in visitMemoryReference()
|
| D | MemoryBuiltins.cpp | 355 if (!T || !T->isSized()) in computeArraySize() 665 if (!I.getAllocatedType()->isSized()) in visitAllocaInst() 692 if (!MemoryTy|| !MemoryTy->isSized()) { in visitArgument() 954 if (!I.getAllocatedType()->isSized()) in visitAllocaInst()
|
| D | GlobalsModRef.cpp | 748 if (GVType->isSized() && InputGVType->isSized() && in isNonEscapingGlobalNoAlias()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | LowLevelType.cpp | 35 if (Ty.isSized()) { in getLLTForType()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| D | RISCVTargetObjectFile.cpp | 67 if (!Ty->isSized()) in isGlobalInSmallSection()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MipsTargetObjectFile.cpp | 142 if (!Ty->isSized()) in IsGlobalInSmallSectionImpl()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| D | RandomIRBuilder.cpp | 144 if (!PtrTy->getElementType()->isSized() || in findPointer()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/ |
| D | XCoreTargetObjectFile.cpp | 122 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal()
|
| D | XCoreLowerThreadLocal.cpp | 137 !GV->getType()->isSized() || isZeroLengthArray(GV->getType())) in lowerGlobal()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineLoadStoreAlloca.cpp | 369 if (AI.getAllocatedType()->isSized()) { in visitAllocaInst() 389 if (!EntryAI || !EntryAI->getAllocatedType()->isSized() || in visitAllocaInst() 785 if (!AI->getAllocatedType()->isSized()) in isObjectSizeLessThanOrEq() 869 if (!AllocTy || !AllocTy->isSized()) in canReplaceGEPIdxWithZero()
|
| D | InstructionCombining.cpp | 1274 if (!Ty->isSized()) in FindElementAtOffset() 1949 if (EltTy->isSized() && DL.getTypeAllocSize(EltTy).isZero()) in visitGetElementPtrInst() 2345 if (GEPEltType->isSized() && StrippedPtrEltTy->isSized()) { in visitGetElementPtrInst() 2384 if (GEPEltType->isSized() && StrippedPtrEltTy->isSized() && in visitGetElementPtrInst()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| D | AArch64PreLegalizerCombiner.cpp | 175 if (!T->isSized() || in matchFoldGlobalOffset()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | Type.h | 274 bool isSized(SmallPtrSetImpl<Type*> *Visited = nullptr) const {
|
| D | DataLayout.h | 656 assert(Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!"); in getTypeSizeInBits()
|
| D | DerivedTypes.h | 283 bool isSized(SmallPtrSetImpl<Type *> *Visited = nullptr) const;
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CodeGenTypes.cpp | 696 if (!ResultType->isSized()) { in ConvertType() 709 if (!EltTy->isSized()) { in ConvertType()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/ |
| D | ABISysV_hexagon.cpp | 1326 if (retType.isIntegerTy() && retType.isSized()) { in GetReturnValueObjectImpl()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyAsmPrinter.cpp | 381 G.getValueType()->isSized()) { in emitEndOfAsmFile()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | MemorySanitizer.cpp | 1359 if (!OrigTy->isSized()) { in getShadowTy() 1680 if (!FArg.getType()->isSized()) { in getShadow() 1907 assert(I.getType()->isSized() && "Load type must have size"); in visitLoadInst() 3677 if (!A->getType()->isSized()) { in visitCallBase() 3745 if (!CB.getType()->isSized()) in visitCallBase() 4057 if (!ElType->isSized()) in instrumentAsmArgument() 4146 if (Operand->getType()->isSized()) in visitInstruction()
|