Home
last modified time | relevance | path

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

/freebsd-14.2/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()
134 GS.StoredType = GlobalStatus::StoredOnce; in analyzeGlobalAux()
140 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
143 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
166 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp121 Type *StoredType = nullptr; in getStoredType() local
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() local
164 if (!StoredType || DL->getTypeStoreSize(StoredType) > MaxOutArgSizeBytes) in getOutArgumentType()
167 return StoredType; in getOutArgumentType()
/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp453 LLT StoredType; member
610 (Last.Offset + static_cast<int64_t>(Last.StoredType.getSizeInBytes()) != in optimizeConsecutiveMemOpAddressing()
612 Last.StoredType != New.StoredType) in optimizeConsecutiveMemOpAddressing()
626 switch (New.StoredType.getSizeInBits()) { in optimizeConsecutiveMemOpAddressing()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1503 if (GS.StoredType <= GlobalStatus::InitializerStored) { in processInternalGlobal()
1536 if (GS.StoredType == GlobalStatus::StoredOnce && StoredOnceValue) { in processInternalGlobal()