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

1 2

  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 191 if (I1ElTy->isSized()) I1Size = AA.getTypeStoreSize(I1ElTy);
196 if (I2ElTy->isSized()) I2Size = AA.getTypeStoreSize(I2ElTy);
280 if (ElTy->isSized()) Size = AA.getTypeStoreSize(ElTy);
Loads.cpp 80 if (BaseType && BaseType->isSized()) {
Lint.cpp 427 if (DL && !AI->isArrayAllocation() && ATy->isSized())
430 if (DL && BaseAlign == 0 && ATy->isSized())
437 if (DL && GTy->isSized())
440 if (DL && BaseAlign == 0 && GTy->isSized())
454 if (DL && Align == 0 && Ty && Ty->isSized())
MemoryBuiltins.cpp 217 if (!T || !T->isSized() || !DL)
445 if (!I.getAllocatedType()->isSized())
679 if (!I.getAllocatedType()->isSized())
ConstantFolding.cpp 438 !GV->getInitializer()->getType()->isSized())
732 if (!TD || !Ptr->getType()->getPointerElementType()->isSized() ||
822 if (!ATy->getElementType()->isSized())
    [all...]
ValueTracking.cpp 279 if (ObjectType->isSized()) {
319 if (EltTy->isSized())
640 if (!IndexedTy->isSized()) {
    [all...]
  /external/llvm/lib/IR/
Type.cpp 160 return ATy->getElementType()->isSized(Visited);
163 return VTy->getElementType()->isSized(Visited);
165 return cast<StructType>(this)->isSized(Visited);
553 bool StructType::isSized(SmallPtrSet<const Type*, 4> *Visited) const {
566 if (!(*I)->isSized(Visited))
Value.cpp 495 if (STy->isSized() && DTy->isSized() &&
DataLayout.cpp 632 assert(Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!");
ConstantFold.cpp 110 && DPTy->getElementType()->isSized()) {
    [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 347 /// The type passed must have a size (Type::isSized() must return true).
523 assert(Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!");
DerivedTypes.h 251 /// isSized - Return true if this is a sized type.
252 bool isSized(SmallPtrSet<const Type*, 4> *Visited = nullptr) const;
Type.h 264 /// isSized - Return true if it makes sense to take the size of this type. To
268 bool isSized(SmallPtrSet<const Type*, 4> *Visited = nullptr) const {
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 187 !GV->getType()->isSized() || isZeroLengthArray(GV->getType()))
XCoreTargetObjectFile.cpp 149 !ObjType->isSized() ||
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 441 if (!ResultType->isSized()) {
454 if (!EltTy->isSized()) {
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineCalls.cpp 108 if (DL && SrcETy->isSized() && DL->getTypeStoreSize(SrcETy) == Size) {
    [all...]
InstCombineLoadStoreAlloca.cpp 212 if (DL && AI.getAllocatedType()->isSized()) {
237 if (!EntryAI || !EntryAI->getAllocatedType()->isSized() ||
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 561 AI.getAllocatedType()->isSized() &&
756 assert(OrigTy->isSized());
    [all...]
ThreadSanitizer.cpp 555 assert(OrigTy->isSized());
MemorySanitizer.cpp 754 if (!OrigTy->isSized()) {
    [all...]
  /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/Scalar/
LICM.cpp 449 if (LI->getType()->isSized())
    [all...]
MemCpyOptimizer.cpp 640 if (!StructTy->isSized()) {
    [all...]

Completed in 394 milliseconds

1 2