Home
last modified time | relevance | path

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

123

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
DOpDescriptor.h149 return PtrT->getElementType()->isSized(); in sizedPtrType()
156 if (T->isSized()) in sizedPtrType()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DType.cpp174 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()
DValue.cpp843 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()
DVerifier.cpp1773 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/
DAliasAnalysisEvaluator.cpp146 if (I1ElTy->isSized()) in runInternal()
152 if (I2ElTy->isSized()) in runInternal()
237 if (ElTy->isSized()) in runInternal()
DLoads.cpp91 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()
DLint.cpp446 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()
DMemoryBuiltins.cpp355 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()
DGlobalsModRef.cpp748 if (GVType->isSized() && InputGVType->isSized() && in isNonEscapingGlobalNoAlias()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DLowLevelType.cpp35 if (Ty.isSized()) { in getLLTForType()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVTargetObjectFile.cpp67 if (!Ty->isSized()) in isGlobalInSmallSection()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp142 if (!Ty->isSized()) in IsGlobalInSmallSectionImpl()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
DRandomIRBuilder.cpp144 if (!PtrTy->getElementType()->isSized() || in findPointer()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp122 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal()
DXCoreLowerThreadLocal.cpp137 !GV->getType()->isSized() || isZeroLengthArray(GV->getType())) in lowerGlobal()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp369 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()
DInstructionCombining.cpp1274 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/
DAArch64PreLegalizerCombiner.cpp175 if (!T->isSized() || in matchFoldGlobalOffset()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DType.h274 bool isSized(SmallPtrSetImpl<Type*> *Visited = nullptr) const {
DDataLayout.h656 assert(Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!"); in getTypeSizeInBits()
DDerivedTypes.h283 bool isSized(SmallPtrSetImpl<Type *> *Visited = nullptr) const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenTypes.cpp696 if (!ResultType->isSized()) { in ConvertType()
709 if (!EltTy->isSized()) { in ConvertType()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
DABISysV_hexagon.cpp1326 if (retType.isIntegerTy() && retType.isSized()) { in GetReturnValueObjectImpl()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.cpp381 G.getValueType()->isSized()) { in emitEndOfAsmFile()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1359 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()

123