Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DOpDescriptor.h149 return PtrT->getElementType()->isSized(); in sizedPtrType()
156 if (T->isSized()) in sizedPtrType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp153 return ATy->getElementType()->isSized(Visited); in isSizedDerivedType()
156 return VTy->getElementType()->isSized(Visited); in isSizedDerivedType()
158 return cast<StructType>(this)->isSized(Visited); in isSizedDerivedType()
480 bool StructType::isSized(SmallPtrSetImpl<Type*> *Visited) const { in isSized() function in StructType
493 if (!(*I)->isSized(Visited)) in isSized()
DValue.cpp619 if (PT->isSized()) in getPointerDereferenceableBytes()
665 if (GV->getValueType()->isSized() && !GV->hasExternalWeakLinkage()) { in getPointerDereferenceableBytes()
692 if (ObjectType->isSized()) { in getPointerAlignment()
709 if (EltTy->isSized()) in getPointerAlignment()
717 if (AllocatedType->isSized()) in getPointerAlignment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoads.cpp34 if (!Ty->isSized()) in getBaseAlign()
77 assert(Ty->isSized() && "must be sized"); in isDereferenceableAndAlignedPointer()
143 if (!Ty->isSized()) in isDereferenceableAndAlignedPointer()
DLint.cpp472 if (!AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference()
475 if (BaseAlign == 0 && ATy->isSized()) in visitMemoryReference()
482 if (GTy->isSized()) in visitMemoryReference()
485 if (BaseAlign == 0 && GTy->isSized()) in visitMemoryReference()
499 if (Align == 0 && Ty && Ty->isSized()) in visitMemoryReference()
DAliasAnalysisEvaluator.cpp145 if (I1ElTy->isSized()) in runInternal()
151 if (I2ElTy->isSized()) in runInternal()
236 if (ElTy->isSized()) in runInternal()
DMemoryBuiltins.cpp334 if (!T || !T->isSized()) in computeArraySize()
633 if (!I.getAllocatedType()->isSized()) in visitAllocaInst()
918 if (!I.getAllocatedType()->isSized()) in visitAllocaInst()
DGlobalsModRef.cpp746 if (GVType->isSized() && InputGVType->isSized() && in isNonEscapingGlobalNoAlias()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLowLevelType.cpp34 if (Ty.isSized()) { in getLLTForType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVTargetObjectFile.cpp68 if (!Ty->isSized()) in isGlobalInSmallSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp143 if (!Ty->isSized()) in IsGlobalInSmallSectionImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DRandomIRBuilder.cpp144 if (!PtrTy->getElementType()->isSized() || in findPointer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp345 if (AI.getAllocatedType()->isSized()) { in visitAllocaInst()
371 if (!EntryAI || !EntryAI->getAllocatedType()->isSized() || in visitAllocaInst()
597 if (!Ty->isIntegerTy() && Ty->isSized() && in combineLoadToOperationType()
801 if (!AI->getAllocatedType()->isSized()) in isObjectSizeLessThanOrEq()
879 if (!AllocTy || !AllocTy->isSized()) in canReplaceGEPIdxWithZero()
DInstructionCombining.cpp1127 if (!Ty->isSized()) in FindElementAtOffset()
1712 if (EltTy->isSized() && DL.getTypeAllocSize(EltTy) == 0) in visitGetElementPtrInst()
2102 if (GEPEltType->isSized() && StrippedPtrEltTy->isSized()) { in visitGetElementPtrInst()
2141 if (GEPEltType->isSized() && StrippedPtrEltTy->isSized() && in visitGetElementPtrInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp122 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal()
DXCoreLowerThreadLocal.cpp187 !GV->getType()->isSized() || isZeroLengthArray(GV->getType())) in lowerGlobal()
/third_party/glslang/glslang/Include/
Darrays.h297 bool isSized() const { return getOuterSize() != UnsizedArraySize; } in isSized() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h265 bool isSized(SmallPtrSetImpl<Type*> *Visited = nullptr) const {
DDataLayout.h625 assert(Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!"); in getTypeSizeInBits()
DDerivedTypes.h309 bool isSized(SmallPtrSetImpl<Type *> *Visited = nullptr) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h254 bool isSized(SmallPtrSetImpl<Type*> *Visited = nullptr) const {
DDerivedTypes.h256 bool isSized(SmallPtrSetImpl<Type *> *Visited = nullptr) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DDebugify.cpp36 return Ty->isSized() ? M.getDataLayout().getTypeAllocSizeInBits(Ty) : 0; in getAllocSizeInBits()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fBasicComputeShaderTests.cpp366 … context, const char* name, const char* description, int numValues, bool isSized, const tcu::IVec3… in InvertSSBOInPlaceCase() argument
369 , m_isSized (isSized) in InvertSSBOInPlaceCase()
470 … context, const char* name, const char* description, int numValues, bool isSized, const tcu::IVec3… in WriteToMultipleSSBOCase() argument
473 , m_isSized (isSized) in WriteToMultipleSSBOCase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.cpp147 if (G.getValueType()->isSized()) { in EmitEndOfAsmFile()

123