/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
D | OpDescriptor.h | 149 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/ |
D | Type.cpp | 153 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()
|
D | Value.cpp | 619 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/ |
D | Loads.cpp | 34 if (!Ty->isSized()) in getBaseAlign() 77 assert(Ty->isSized() && "must be sized"); in isDereferenceableAndAlignedPointer() 143 if (!Ty->isSized()) in isDereferenceableAndAlignedPointer()
|
D | Lint.cpp | 472 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()
|
D | AliasAnalysisEvaluator.cpp | 145 if (I1ElTy->isSized()) in runInternal() 151 if (I2ElTy->isSized()) in runInternal() 236 if (ElTy->isSized()) in runInternal()
|
D | MemoryBuiltins.cpp | 334 if (!T || !T->isSized()) in computeArraySize() 633 if (!I.getAllocatedType()->isSized()) in visitAllocaInst() 918 if (!I.getAllocatedType()->isSized()) in visitAllocaInst()
|
D | GlobalsModRef.cpp | 746 if (GVType->isSized() && InputGVType->isSized() && in isNonEscapingGlobalNoAlias()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LowLevelType.cpp | 34 if (Ty.isSized()) { in getLLTForType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVTargetObjectFile.cpp | 68 if (!Ty->isSized()) in isGlobalInSmallSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 143 if (!Ty->isSized()) in IsGlobalInSmallSectionImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | RandomIRBuilder.cpp | 144 if (!PtrTy->getElementType()->isSized() || in findPointer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 345 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()
|
D | InstructionCombining.cpp | 1127 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/ |
D | XCoreTargetObjectFile.cpp | 122 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal()
|
D | XCoreLowerThreadLocal.cpp | 187 !GV->getType()->isSized() || isZeroLengthArray(GV->getType())) in lowerGlobal()
|
/third_party/glslang/glslang/Include/ |
D | arrays.h | 297 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/ |
D | Type.h | 265 bool isSized(SmallPtrSetImpl<Type*> *Visited = nullptr) const {
|
D | DataLayout.h | 625 assert(Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!"); in getTypeSizeInBits()
|
D | DerivedTypes.h | 309 bool isSized(SmallPtrSetImpl<Type *> *Visited = nullptr) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 254 bool isSized(SmallPtrSetImpl<Type*> *Visited = nullptr) const {
|
D | DerivedTypes.h | 256 bool isSized(SmallPtrSetImpl<Type *> *Visited = nullptr) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Debugify.cpp | 36 return Ty->isSized() ? M.getDataLayout().getTypeAllocSizeInBits(Ty) : 0; in getAllocSizeInBits()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fBasicComputeShaderTests.cpp | 366 … 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/ |
D | WebAssemblyAsmPrinter.cpp | 147 if (G.getValueType()->isSized()) { in EmitEndOfAsmFile()
|