Home
last modified time | relevance | path

Searched refs:StoredType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp68 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp119 Type *StoredType = nullptr; in getStoredType() local
137 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() local
162 if (!StoredType || DL->getTypeStoreSize(StoredType) > MaxOutArgSizeBytes) in getOutArgumentType()
165 return StoredType; in getOutArgumentType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h42 enum StoredType { enum
59 } StoredType = NotStored; member
68 return (StoredType == StoredOnce && StoredOnceStore) in getStoredOnceValue()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdVariantChecker.cpp234 const QualType *StoredType = State->get<VariantHeldTypeMap>(ArgMemRegion); in handleStdGetCall() local
235 if (!StoredType) in handleStdGetCall()
268 QualType StoredCanonicalType = StoredType->getCanonicalType(); in handleStdGetCall()
277 std::string StoredTypeName = StoredType->getAsString(); in handleStdGetCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp625 LLT StoredType; member
784 (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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1535 if (GS.StoredType <= GlobalStatus::InitializerStored) { in processInternalGlobal()
1568 if (GS.StoredType == GlobalStatus::StoredOnce && StoredOnceValue) { in processInternalGlobal()