HomeSort by relevance Sort by last modified time
    Searched refs:isSized (Results 1 - 25 of 46) sorted by null

1 2

  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 194 if (I1ElTy->isSized()) I1Size = DL.getTypeStoreSize(I1ElTy);
199 if (I2ElTy->isSized()) I2Size = DL.getTypeStoreSize(I2ElTy);
294 if (ElTy->isSized()) Size = DL.getTypeStoreSize(ElTy);
Lint.cpp 429 if (!AI->isArrayAllocation() && ATy->isSized())
432 if (BaseAlign == 0 && ATy->isSized())
439 if (GTy->isSized())
442 if (BaseAlign == 0 && GTy->isSized())
456 if (Align == 0 && Ty && Ty->isSized())
Loads.cpp 104 if (BaseType && BaseType->isSized()) {
MemoryBuiltins.cpp 220 if (!T || !T->isSized())
444 if (!I.getAllocatedType()->isSized())
674 if (!I.getAllocatedType()->isSized())
GlobalsModRef.cpp 734 if (GVType->isSized() && InputGVType->isSized() &&
    [all...]
ValueTracking.cpp     [all...]
ConstantFolding.cpp 445 !GV->getInitializer()->getType()->isSized())
734 if (!Ptr->getType()->getPointerElementType()->isSized() ||
823 if (!ATy->getElementType()->isSized())
    [all...]
  /external/llvm/lib/IR/
Type.cpp 157 return ATy->getElementType()->isSized(Visited);
160 return VTy->getElementType()->isSized(Visited);
162 return cast<StructType>(this)->isSized(Visited);
554 bool StructType::isSized(SmallPtrSetImpl<Type*> *Visited) const {
567 if (!(*I)->isSized(Visited))
DataLayout.cpp 628 assert(Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!");
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 228 if (AI.getAllocatedType()->isSized()) {
253 if (!EntryAI || !EntryAI->getAllocatedType()->isSized() ||
472 if (!Ty->isIntegerTy() && Ty->isSized() &&
619 if (!AI->getAllocatedType()->isSized())
699 if (!AllocTy || !AllocTy->isSized())
    [all...]
InstCombineCalls.cpp 110 if (SrcETy->isSized() && DL.getTypeStoreSize(SrcETy) == Size) {
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 364 /// have a size (Type::isSized() must return true).
513 assert(Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!");
DerivedTypes.h 248 /// isSized - Return true if this is a sized type.
249 bool isSized(SmallPtrSetImpl<Type *> *Visited = nullptr) const;
Type.h 257 /// isSized - Return true if it makes sense to take the size of this type. To
261 bool isSized(SmallPtrSetImpl<Type*> *Visited = nullptr) const {
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 188 !GV->getType()->isSized() || isZeroLengthArray(GV->getType()))
XCoreTargetObjectFile.cpp 127 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() ||
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 529 if (!ResultType->isSized()) {
542 if (!EltTy->isSized()) {
  /external/deqp/modules/gles31/functional/
es31fBasicComputeShaderTests.cpp 359 InvertSSBOInPlaceCase (Context& context, const char* name, const char* description, int numValues, bool isSized, const tcu::IVec3& localSize, const tcu::IVec3& workSize)
362 , m_isSized (isSized)
461 WriteToMultipleSSBOCase (Context& context, const char* name, const char* description, int numValues, bool isSized, const tcu::IVec3& localSize, const tcu::IVec3& workSize)
464 , m_isSized (isSized)
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 695 if (!PointerElementType->isSized())
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
ThreadSanitizer.cpp 590 assert(OrigTy->isSized());
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 136 if (!type->isSized())
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 457 if (LI->getType()->isSized())
    [all...]
MemCpyOptimizer.cpp 641 if (!StructTy->isSized()) {
    [all...]

Completed in 913 milliseconds

1 2