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 …]
119 Type *StoredType = nullptr; in getStoredType() local137 if (StoredType && StoredType != SI->getValueOperand()->getType()) in getStoredType()139 StoredType = SI->getValueOperand()->getType(); in getStoredType()147 return StoredType; in getStoredType()161 Type *StoredType = getStoredType(Arg); in getOutArgumentType() local162 if (!StoredType || DL->getTypeStoreSize(StoredType) > MaxOutArgSizeBytes) in getOutArgumentType()165 return StoredType; in getOutArgumentType()
42 enum StoredType { enum59 } StoredType = NotStored; member68 return (StoredType == StoredOnce && StoredOnceStore) in getStoredOnceValue()
234 const QualType *StoredType = State->get<VariantHeldTypeMap>(ArgMemRegion); in handleStdGetCall() local235 if (!StoredType) in handleStdGetCall()268 QualType StoredCanonicalType = StoredType->getCanonicalType(); in handleStdGetCall()277 std::string StoredTypeName = StoredType->getAsString(); in handleStdGetCall()
625 LLT StoredType; member784 (Last.Offset + static_cast<int64_t>(Last.StoredType.getSizeInBytes()) != in optimizeConsecutiveMemOpAddressing()786 Last.StoredType != New.StoredType) in optimizeConsecutiveMemOpAddressing()800 switch (New.StoredType.getSizeInBits()) { in optimizeConsecutiveMemOpAddressing()
1535 if (GS.StoredType <= GlobalStatus::InitializerStored) { in processInternalGlobal()1568 if (GS.StoredType == GlobalStatus::StoredOnce && StoredOnceValue) { in processInternalGlobal()