Searched refs:StoredType (Results 1 – 6 of 6) sorted by relevance
68 GS.StoredType = GlobalStatus::StoredOnce; in analyzeGlobalAux()114 if (GS.StoredType != GlobalStatus::Stored) { in analyzeGlobalAux()127 if (GS.StoredType < GlobalStatus::InitializerStored) in analyzeGlobalAux()128 GS.StoredType = GlobalStatus::InitializerStored; in analyzeGlobalAux()131 if (GS.StoredType < GlobalStatus::InitializerStored) in analyzeGlobalAux()132 GS.StoredType = GlobalStatus::InitializerStored; in analyzeGlobalAux()133 } else if (GS.StoredType < GlobalStatus::StoredOnce) { in analyzeGlobalAux()134 GS.StoredType = GlobalStatus::StoredOnce; in analyzeGlobalAux()136 } else if (GS.StoredType == GlobalStatus::StoredOnce && in analyzeGlobalAux()140 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()[all …]
121 Type *StoredType = nullptr; in getStoredType() 139 if (StoredType && StoredType != SI->getValueOperand()->getType()) in getStoredType() 141 StoredType = SI->getValueOperand()->getType(); in getStoredType() 149 return StoredType; in getStoredType() 163 Type *StoredType = getStoredType(Arg); in getOutArgumentType() 164 if (!StoredType || DL->getTypeStoreSize(StoredType) > MaxOutArgSizeBytes) in getOutArgumentType() local 167 return StoredType; in getOutArgumentType() 122 Type *StoredType = nullptr; getStoredType() local
42 enum StoredType { enum59 } StoredType = NotStored; member68 return (StoredType == StoredOnce && StoredOnceStore) in getStoredOnceValue()
236 const QualType *StoredType = State->get<VariantHeldTypeMap>(ArgMemRegion); in handleStdGetCall() local237 if (!StoredType) in handleStdGetCall()270 QualType StoredCanonicalType = StoredType->getCanonicalType(); in handleStdGetCall()279 std::string StoredTypeName = StoredType->getAsString(); in handleStdGetCall()
510 LLT StoredType; member668 (Last.Offset + static_cast<int64_t>(Last.StoredType.getSizeInBytes()) != in optimizeConsecutiveMemOpAddressing()670 Last.StoredType != New.StoredType) in optimizeConsecutiveMemOpAddressing()684 switch (New.StoredType.getSizeInBits()) { in optimizeConsecutiveMemOpAddressing()
1515 if (GS.StoredType <= GlobalStatus::InitializerStored) { in processInternalGlobal()1548 if (GS.StoredType == GlobalStatus::StoredOnce && StoredOnceValue) { in processInternalGlobal()