Home
last modified time | relevance | path

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

123

/openbsd/src/gnu/llvm/llvm/include/llvm/FuzzMutate/
DOpDescriptor.h149 PtrT->getNonOpaquePointerElementType()->isSized(); in sizedPtrType()
156 if (T->isSized()) in sizedPtrType()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DType.cpp209 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()
DValue.cpp856 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()
DDataLayout.cpp751 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/
DLowLevelType.cpp34 if (Ty.isSized()) { in getLLTForType()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVTargetObjectFile.cpp67 if (!Ty->isSized()) in isGlobalInSmallSection()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DReg2Mem.cpp43 if (!Inst.getType()->isSized()) in valueEscapes()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DLint.cpp451 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()
DGlobalsModRef.cpp738 if (GVType->isSized() && InputGVType->isSized() && in isNonEscapingGlobalNoAlias()
DMemoryBuiltins.cpp774 if (!MemoryTy|| !MemoryTy->isSized()) { in visitArgument()
1096 if (!I.getAllocatedType()->isSized()) in visitAllocaInst()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp142 if (!Ty->isSized()) in IsGlobalInSmallSectionImpl()
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp122 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal()
DXCoreLowerThreadLocal.cpp136 !GV->getType()->isSized() || isZeroLengthArray(GV->getType())) in lowerGlobal()
/openbsd/src/gnu/llvm/llvm/lib/FuzzMutate/
DRandomIRBuilder.cpp181 if (!ElemTy->isSized() || !ElemTy->isFirstClassType()) in findPointer()
DOperations.cpp184 [](ArrayRef<Value *>, const Value *V) { return V->getType()->isSized(); }, in gepDescriptor()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DMemoryTaggingSupport.cpp158 return (AI.getAllocatedType()->isSized() && in isInterestingAlloca()
/openbsd/src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
DReduceOpcodes.cpp86 if (!Arg->getType()->isSized()) in callLooksLikeLoadStore()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp450 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()
DInstructionCombining.cpp1386 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/
DType.h295 bool isSized(SmallPtrSetImpl<Type*> *Visited = nullptr) const {
DDataLayout.h677 assert(Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!"); in getTypeSizeInBits()
DDerivedTypes.h284 bool isSized(SmallPtrSetImpl<Type *> *Visited = nullptr) const;
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenTypes.cpp689 if (!ResultType->isSized()) { in ConvertType()
702 if (!EltTy->isSized()) { in ConvertType()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
DAArch64PreLegalizerCombiner.cpp177 if (!T->isSized() || in matchFoldGlobalOffset()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ABI/Hexagon/
DABISysV_hexagon.cpp1229 if (retType.isIntegerTy() && retType.isSized()) { in GetReturnValueObjectImpl()

123